public class CompressedSslServerSocketFactory extends SslRMIServerSocketFactory implements ServerSocketConfiguratorHolder
| Constructor and Description |
|---|
CompressedSslServerSocketFactory()
Creates a CompressedServerSocketFactory with default cipher suites,
protocols and without client authentication.
|
CompressedSslServerSocketFactory(String[] enabledCipherSuites,
String[] enabledProtocols,
boolean needClientAuth)
Creates a new instance of CompressedServerSocketFactory.
|
| Modifier and Type | Method and Description |
|---|---|
ServerSocket |
createServerSocket(int port) |
ServerSocket |
createUnconfiguredServerSocket(int port) |
boolean |
equals(Object obj) |
ServerSocketConfigurator |
getSocketConfigurator() |
protected SSLSocketFactory |
getSslSocketFactory()
Gets the ssl client socket factory (without compression).
|
int |
hashCode() |
void |
setSocketConfigurator(ServerSocketConfigurator socketConfigurator) |
getEnabledCipherSuites, getEnabledProtocols, getNeedClientAuthclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitcreateConfiguredServerSocketpublic CompressedSslServerSocketFactory(String[] enabledCipherSuites, String[] enabledProtocols, boolean needClientAuth)
enabledCipherSuites - the enabled cipher suites, null for defaultenabledProtocols - the enabled protocols, null for defaultneedClientAuth - true if server request SSL-client-authenticationpublic CompressedSslServerSocketFactory()
public ServerSocket createServerSocket(int port) throws IOException
createServerSocket in interface RMIServerSocketFactorycreateServerSocket in class SslRMIServerSocketFactoryIOExceptionprotected SSLSocketFactory getSslSocketFactory()
public ServerSocket createUnconfiguredServerSocket(int port) throws IOException
createUnconfiguredServerSocket in interface ServerSocketConfiguratorHolderIOExceptionpublic int hashCode()
hashCode in class SslRMIServerSocketFactorypublic boolean equals(Object obj)
equals in class SslRMIServerSocketFactorypublic ServerSocketConfigurator getSocketConfigurator()
getSocketConfigurator in interface ServerSocketConfiguratorHolderpublic void setSocketConfigurator(ServerSocketConfigurator socketConfigurator)
setSocketConfigurator in interface ServerSocketConfiguratorHolderCopyright © 2016 Krake Softwaretechnik. All rights reserved.