Class HttpTunnelingSocketChannelConfig

java.lang.Object
org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
All Implemented Interfaces:
ChannelConfig, SocketChannelConfig

public final class HttpTunnelingSocketChannelConfig extends Object implements SocketChannelConfig
The ChannelConfig of a client-side HTTP tunneling SocketChannel. A SocketChannel created by HttpTunnelingClientSocketChannelFactory will return an instance of this configuration type for SocketChannel.getConfig().

Available options

In addition to the options provided by SocketChannelConfig, HttpTunnelingSocketChannelConfig allows the following options in the option map:
NameAssociated setter method
"sslContext"setSslContext(SSLContext)
"enabledSslCiperSuites"setEnabledSslCipherSuites(String[])
"enabledSslProtocols"setEnabledSslProtocols(String[])
"enableSslSessionCreation"setEnableSslSessionCreation(boolean)