Uses of Interface
org.xnio.channels.SslChannel
Packages that use SslChannel
Package
Description
The core XNIO channel API.
Utility classes for using and implementing SSL within XNIO providers.
-
Uses of SslChannel in org.xnio.channels
Subinterfaces of SslChannel in org.xnio.channelsModifier and TypeInterfaceDescriptioninterface
A TLS-encapsulated connected stream channel.Classes in org.xnio.channels that implement SslChannelModifier and TypeClassDescriptionclass
A connected SSL stream channel assembled from a stream source and stream sink.class
An assembled SSL channel.Methods in org.xnio.channels that return types with arguments of type SslChannelModifier and TypeMethodDescriptionChannelListener.Setter
<? extends SslChannel> SslChannel.getCloseSetter()
Get the setter which can be used to change the close listener for this channel.ChannelListener.Setter
<? extends SslChannel> SslChannel.getHandshakeSetter()
Get the setter which can be used to change the handshake listener for this channel.Constructors in org.xnio.channels with parameters of type SslChannelModifierConstructorDescriptionAssembledConnectedSslStreamChannel
(SslChannel sslChannel, StreamSourceChannel source, StreamSinkChannel sink) Construct a new instance. -
Uses of SslChannel in org.xnio.ssl
Classes in org.xnio.ssl that implement SslChannelModifier and TypeClassDescriptionfinal class
final class
StreamConnection with SSL support.class
A stream connection which can use SSL/TLS to negotiate a security layer.