Class OServerSSLSocketFactory
java.lang.Object
com.orientechnologies.orient.server.network.OServerSocketFactory
com.orientechnologies.orient.server.network.OServerSSLSocketFactory
- Direct Known Subclasses:
OServerTLSSocketFactory
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfig(String name, OServerParameterConfiguration[] iParameters) createServerSocket(int port) createServerSocket(int port, int backlog) createServerSocket(int port, int backlog, InetAddress ifAddress) protected SSLContextbooleanMethods inherited from class com.orientechnologies.orient.server.network.OServerSocketFactory
getDefault, getName, setName
-
Field Details
-
PARAM_NETWORK_SSL_CLIENT_AUTH
- See Also:
-
PARAM_NETWORK_SSL_KEYSTORE
- See Also:
-
PARAM_NETWORK_SSL_KEYSTORE_TYPE
- See Also:
-
PARAM_NETWORK_SSL_KEYSTORE_PASSWORD
- See Also:
-
PARAM_NETWORK_SSL_TRUSTSTORE
- See Also:
-
PARAM_NETWORK_SSL_TRUSTSTORE_TYPE
- See Also:
-
PARAM_NETWORK_SSL_TRUSTSTORE_PASSWORD
- See Also:
-
-
Constructor Details
-
OServerSSLSocketFactory
public OServerSSLSocketFactory()
-
-
Method Details
-
config
- Overrides:
configin classOServerSocketFactory
-
getSSLContext
-
createServerSocket
- Specified by:
createServerSocketin classOServerSocketFactory- Throws:
IOException
-
createServerSocket
- Specified by:
createServerSocketin classOServerSocketFactory- Throws:
IOException
-
createServerSocket
public ServerSocket createServerSocket(int port, int backlog, InetAddress ifAddress) throws IOException - Specified by:
createServerSocketin classOServerSocketFactory- Throws:
IOException
-
isEncrypted
public boolean isEncrypted()- Overrides:
isEncryptedin classOServerSocketFactory
-