java.lang.Object | |||
java.net.Socket | |||
javax.net.ssl.SSLSocket |
SSLSocket() | ||||||
SSLSocket(String host, int port) | ||||||
SSLSocket(InetAddress address, int port) | ||||||
SSLSocket(String host, int port, InetAddress clientAddress, int clientPort) | ||||||
SSLSocket(InetAddress address, int port, InetAddress clientAddress, int clientPort) |
abstract | void | addHandshakeCompletedListener(HandshakeCompletedListener listener) | ||||
abstract | boolean | getEnableSessionCreation() | ||||
abstract | String[] | getEnabledCipherSuites() | ||||
abstract | String[] | getEnabledProtocols() | ||||
abstract | boolean | getNeedClientAuth() | ||||
abstract | SSLSession | getSession() | ||||
abstract | String[] | getSupportedCipherSuites() | ||||
abstract | String[] | getSupportedProtocols() | ||||
abstract | boolean | getUseClientMode() | ||||
abstract | boolean | getWantClientAuth() | ||||
abstract | void | removeHandshakeCompletedListener(HandshakeCompletedListener listener) | ||||
abstract | void | setEnableSessionCreation(boolean flag) | ||||
abstract | void | setEnabledCipherSuites(String[] suites) | ||||
abstract | void | setEnabledProtocols(String[] protocols) | ||||
abstract | void | setNeedClientAuth(boolean need) | ||||
abstract | void | setUseClientMode(boolean mode) | ||||
abstract | void | setWantClientAuth(boolean want) | ||||
abstract | void | startHandshake() |
IOException | |
---|---|
UnknownHostException |
IOException |
---|
IOException | |
---|---|
UnknownHostException |
IOException |
---|
IOException |
---|
Copyright 2007 Google Inc. | Build 0.9_r1-98467 - 14 Aug 2008 18:56 |