public class ProtonServerOptions extends NetServerOptions
ProtonServer creation.DEFAULT_ACCEPT_BACKLOG, DEFAULT_CLIENT_AUTH, DEFAULT_HOST, DEFAULT_PORTDEFAULT_IDLE_TIMEOUT, DEFAULT_SO_LINGER, DEFAULT_SSL, DEFAULT_SSL_ENGINE, DEFAULT_TCP_KEEP_ALIVE, DEFAULT_TCP_NO_DELAY, DEFAULT_USE_ALPN, DEFAULT_USE_POOLED_BUFFERSDEFAULT_LOG_ENABLED, DEFAULT_RECEIVE_BUFFER_SIZE, DEFAULT_REUSE_ADDRESS, DEFAULT_SEND_BUFFER_SIZE, DEFAULT_TRAFFIC_CLASS| Constructor and Description |
|---|
ProtonServerOptions() |
getAcceptBacklog, getClientAuth, getHost, getPort, isClientAuthRequired, setLogActivitygetCrlPaths, getCrlValues, getEnabledCipherSuites, getEnabledSecureTransportProtocols, getIdleTimeout, getKeyCertOptions, getSoLinger, getSslEngineOptions, getTrustOptions, isSsl, isTcpKeepAlive, isTcpNoDelay, isUseAlpn, isUsePooledBuffersgetLogActivity, getReceiveBufferSize, getSendBufferSize, getTrafficClass, isReuseAddresspublic ProtonServerOptions setSendBufferSize(int sendBufferSize)
setSendBufferSize in class NetServerOptionspublic ProtonServerOptions setReceiveBufferSize(int receiveBufferSize)
setReceiveBufferSize in class NetServerOptionspublic ProtonServerOptions setReuseAddress(boolean reuseAddress)
setReuseAddress in class NetServerOptionspublic ProtonServerOptions setTrafficClass(int trafficClass)
setTrafficClass in class NetServerOptionspublic ProtonServerOptions setTcpNoDelay(boolean tcpNoDelay)
setTcpNoDelay in class NetServerOptionspublic ProtonServerOptions setTcpKeepAlive(boolean tcpKeepAlive)
setTcpKeepAlive in class NetServerOptionspublic ProtonServerOptions setSoLinger(int soLinger)
setSoLinger in class NetServerOptionspublic ProtonServerOptions setUsePooledBuffers(boolean usePooledBuffers)
setUsePooledBuffers in class NetServerOptionspublic ProtonServerOptions setIdleTimeout(int idleTimeout)
setIdleTimeout in class NetServerOptionspublic ProtonServerOptions setSsl(boolean ssl)
setSsl in class NetServerOptionspublic ProtonServerOptions setKeyStoreOptions(JksOptions options)
setKeyStoreOptions in class NetServerOptionspublic ProtonServerOptions setPfxKeyCertOptions(PfxOptions options)
setPfxKeyCertOptions in class NetServerOptionspublic ProtonServerOptions setPemKeyCertOptions(PemKeyCertOptions options)
setPemKeyCertOptions in class NetServerOptionspublic ProtonServerOptions setTrustStoreOptions(JksOptions options)
setTrustStoreOptions in class NetServerOptionspublic ProtonServerOptions setPfxTrustOptions(PfxOptions options)
setPfxTrustOptions in class NetServerOptionspublic ProtonServerOptions setPemTrustOptions(PemTrustOptions options)
setPemTrustOptions in class NetServerOptionspublic ProtonServerOptions addEnabledCipherSuite(String suite)
addEnabledCipherSuite in class NetServerOptionspublic ProtonServerOptions addCrlPath(String crlPath) throws NullPointerException
addCrlPath in class NetServerOptionsNullPointerExceptionpublic ProtonServerOptions addCrlValue(Buffer crlValue) throws NullPointerException
addCrlValue in class NetServerOptionsNullPointerExceptionpublic ProtonServerOptions setAcceptBacklog(int acceptBacklog)
setAcceptBacklog in class NetServerOptionspublic ProtonServerOptions setPort(int port)
setPort in class NetServerOptionspublic ProtonServerOptions setHost(String host)
setHost in class NetServerOptions@Deprecated public ProtonServerOptions setClientAuthRequired(boolean clientAuthRequired)
setClientAuthRequired in class NetServerOptionspublic ProtonServerOptions setClientAuth(ClientAuth clientAuth)
setClientAuth in class NetServerOptionspublic int hashCode()
hashCode in class NetServerOptionspublic boolean equals(Object obj)
equals in class NetServerOptionspublic ProtonServerOptions setUseAlpn(boolean useAlpn)
setUseAlpn in class NetServerOptionspublic ProtonServerOptions addEnabledSecureTransportProtocol(String protocol)
addEnabledSecureTransportProtocol in class NetServerOptionspublic ProtonServerOptions setJdkSslEngineOptions(JdkSSLEngineOptions sslEngineOptions)
setJdkSslEngineOptions in class NetServerOptionspublic ProtonServerOptions setKeyCertOptions(KeyCertOptions options)
setKeyCertOptions in class NetServerOptionspublic ProtonServerOptions setOpenSslEngineOptions(OpenSSLEngineOptions sslEngineOptions)
setOpenSslEngineOptions in class NetServerOptionspublic ProtonServerOptions setSslEngineOptions(SSLEngineOptions sslEngineOptions)
setSslEngineOptions in class NetServerOptionspublic ProtonServerOptions setTrustOptions(TrustOptions options)
setTrustOptions in class NetServerOptionsCopyright © 2016. All rights reserved.