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 TypeInterfaceDescriptioninterfaceA TLS-encapsulated connected stream channel.Classes in org.xnio.channels that implement SslChannelModifier and TypeClassDescriptionclassA connected SSL stream channel assembled from a stream source and stream sink.classAn 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 classfinal classStreamConnection with SSL support.classA stream connection which can use SSL/TLS to negotiate a security layer.