SslOptionsConfigure |
SslOptionsConfigure.certificate(File certificate) |
SslOptionsConfigure |
SslOptionsConfigure.ciphers(String[] ciphers) |
SslOptionsConfigure |
SslOptionsConfigure.clientAuth(io.netty.handler.ssl.ClientAuth clientAuth) |
SslOptionsConfigure |
SslOptionsConfigure.enabledProtocols(String[] enabledProtocols) |
SslOptionsConfigure |
SslOptionsConfigure.handshakeTimeoutMillis(long handshakeTimeoutMillis) |
SslOptionsConfigure |
SslOptionsConfigure.keyPassword(String keyPassword) |
static SslOptionsConfigure |
SslOptionsConfigure.newOpts() |
SslOptionsConfigure |
SslOptionsConfigure.privateKey(File privateKey) |
SslOptionsConfigure |
SslOptionsConfigure.sessionCacheSize(long sessionCacheSize) |
SslOptionsConfigure |
SslOptionsConfigure.sessionTimeout(long sessionTimeout) |
SslOptionsConfigure |
SslOptionsConfigure.trustCertificates(File trustCertificates) |