java.lang.Object | |||
java.net.ServerSocket | |||
javax.net.ssl.SSLServerSocket |
SSLServerSocket() | ||||||
SSLServerSocket(int port) | ||||||
SSLServerSocket(int port, int backlog) | ||||||
SSLServerSocket(int port, int backlog, InetAddress address) |
abstract | boolean | getEnableSessionCreation() | ||||
abstract | String[] | getEnabledCipherSuites() | ||||
abstract | String[] | getEnabledProtocols() | ||||
abstract | boolean | getNeedClientAuth() | ||||
abstract | String[] | getSupportedCipherSuites() | ||||
abstract | String[] | getSupportedProtocols() | ||||
abstract | boolean | getUseClientMode() | ||||
abstract | boolean | getWantClientAuth() | ||||
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) |
IOException |
---|
IOException |
---|
IOException |
---|
IOException |
---|
Copyright 2007 Google Inc. | Build 0.9_r1-98467 - 14 Aug 2008 18:56 |