|
XNIO API 2.0.2.GA | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SslTcpChannel | |
|---|---|
| org.jboss.xnio.channels | Defines an enhanced set of channels. |
| Uses of SslTcpChannel in org.jboss.xnio.channels |
|---|
| Methods in org.jboss.xnio.channels that return SslTcpChannel | |
|---|---|
static SslTcpChannel |
Channels.createSslTcpChannel(javax.net.ssl.SSLContext sslContext,
TcpChannel tcpChannel,
java.util.concurrent.Executor executor,
OptionMap optionMap)
Create a SSL/TLS-enabled channel over a TCP channel. |
| Methods in org.jboss.xnio.channels that return types with arguments of type SslTcpChannel | |
|---|---|
ChannelListener.Setter<? extends SslTcpChannel> |
SslTcpChannel.getCloseSetter()
Get the setter which can be used to change the close handler for this channel. |
ChannelListener.Setter<? extends SslTcpChannel> |
SslTcpChannel.getReadSetter()
Get the setter which can be used to change the read handler for this channel. |
ChannelListener.Setter<? extends SslTcpChannel> |
SslTcpChannel.getWriteSetter()
Get the setter which can be used to change the write handler for this channel. |
| Method parameters in org.jboss.xnio.channels with type arguments of type SslTcpChannel | |
|---|---|
static ChannelListener<TcpChannel> |
Channels.createSslTcpChannelListener(javax.net.ssl.SSLContext sslContext,
ChannelListener<? super SslTcpChannel> sslChannelListener,
java.util.concurrent.Executor executor,
OptionMap optionMap)
Create a channel lister which wraps the incoming connection with an SSL connection. |
|
XNIO API 2.0.2.GA | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||