SecureSessionFactory

Members

Functions

create
SecureSession create(Connection session, bool clientMode, SecureSessionHandshakeListener secureSessionHandshakeListener)
Undocumented in source.
create
SecureSession create(Connection session, bool clientMode, SecureSessionHandshakeListener secureSessionHandshakeListener, KeyCertOptions options)
Undocumented in source.
getClientSSLContextFactory
SSLContextFactory getClientSSLContextFactory()
Undocumented in source.
getServerSSLContextFactory
SSLContextFactory getServerSSLContextFactory()
Undocumented in source.
getSupportedProtocols
string[] getSupportedProtocols()
Undocumented in source.
setClientSSLContextFactory
void setClientSSLContextFactory(SSLContextFactory clientSSLContextFactory)
Undocumented in source.
setServerSSLContextFactory
void setServerSSLContextFactory(SSLContextFactory serverSSLContextFactory)
Undocumented in source.
setSupportedProtocols
void setSupportedProtocols(string[] supportedProtocols)
Undocumented in source.

Meta