©2008 Google -
Code Home -
Site Terms of Service -
Privacy Policy -
Site Directory
Google Code offered in:
中文 -
English -
Português -
Pусский -
Español -
日本語
| 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() |
Methods inherited
from class
java.net.Socket
Methods inherited
from class
java.lang.Object
| IOException | |
|---|---|
| UnknownHostException |
| IOException |
|---|
| IOException | |
|---|---|
| UnknownHostException |
| IOException |
|---|
| IOException |
|---|