Uses of Interface
org.xnio.channels.ConnectedSslStreamChannel
-
Packages that use ConnectedSslStreamChannel Package Description org.xnio.channels The core XNIO channel API.org.xnio.ssl Utility classes for using and implementing SSL within XNIO providers. -
-
Uses of ConnectedSslStreamChannel in org.xnio.channels
Classes in org.xnio.channels that implement ConnectedSslStreamChannel Modifier and Type Class Description classAssembledConnectedSslStreamChannelA connected SSL stream channel assembled from a stream source and stream sink.Methods in org.xnio.channels that return types with arguments of type ConnectedSslStreamChannel Modifier and Type Method Description ChannelListener.Setter<? extends ConnectedSslStreamChannel>ConnectedSslStreamChannel. getCloseSetter()Get the setter which can be used to change the close listener for this channel.ChannelListener.Setter<? extends ConnectedSslStreamChannel>ConnectedSslStreamChannel. getReadSetter()Get the setter which can be used to change the read listener for this channel.ChannelListener.Setter<? extends ConnectedSslStreamChannel>ConnectedSslStreamChannel. getWriteSetter()Get the setter which can be used to change the write listener for this channel. -
Uses of ConnectedSslStreamChannel in org.xnio.ssl
Methods in org.xnio.ssl that return types with arguments of type ConnectedSslStreamChannel Modifier and Type Method Description IoFuture<ConnectedSslStreamChannel>JsseXnioSsl. connectSsl(XnioWorker worker, java.net.InetSocketAddress bindAddress, java.net.InetSocketAddress destination, ChannelListener<? super ConnectedSslStreamChannel> openListener, ChannelListener<? super BoundChannel> bindListener, OptionMap optionMap)abstract IoFuture<ConnectedSslStreamChannel>XnioSsl. connectSsl(XnioWorker worker, java.net.InetSocketAddress bindAddress, java.net.InetSocketAddress destination, ChannelListener<? super ConnectedSslStreamChannel> openListener, ChannelListener<? super BoundChannel> bindListener, OptionMap optionMap)Deprecated.IoFuture<ConnectedSslStreamChannel>XnioSsl. connectSsl(XnioWorker worker, java.net.InetSocketAddress bindAddress, java.net.InetSocketAddress destination, ChannelListener<? super ConnectedSslStreamChannel> openListener, OptionMap optionMap)Deprecated.IoFuture<ConnectedSslStreamChannel>XnioSsl. connectSsl(XnioWorker worker, java.net.InetSocketAddress destination, ChannelListener<? super ConnectedSslStreamChannel> openListener, ChannelListener<? super BoundChannel> bindListener, OptionMap optionMap)Deprecated.IoFuture<ConnectedSslStreamChannel>XnioSsl. connectSsl(XnioWorker worker, java.net.InetSocketAddress destination, ChannelListener<? super ConnectedSslStreamChannel> openListener, OptionMap optionMap)Deprecated.AcceptingChannel<ConnectedSslStreamChannel>JsseXnioSsl. createSslTcpServer(XnioWorker worker, java.net.InetSocketAddress bindAddress, ChannelListener<? super AcceptingChannel<ConnectedSslStreamChannel>> acceptListener, OptionMap optionMap)abstract AcceptingChannel<ConnectedSslStreamChannel>XnioSsl. createSslTcpServer(XnioWorker worker, java.net.InetSocketAddress bindAddress, ChannelListener<? super AcceptingChannel<ConnectedSslStreamChannel>> acceptListener, OptionMap optionMap)Deprecated.Method parameters in org.xnio.ssl with type arguments of type ConnectedSslStreamChannel Modifier and Type Method Description IoFuture<ConnectedSslStreamChannel>JsseXnioSsl. connectSsl(XnioWorker worker, java.net.InetSocketAddress bindAddress, java.net.InetSocketAddress destination, ChannelListener<? super ConnectedSslStreamChannel> openListener, ChannelListener<? super BoundChannel> bindListener, OptionMap optionMap)abstract IoFuture<ConnectedSslStreamChannel>XnioSsl. connectSsl(XnioWorker worker, java.net.InetSocketAddress bindAddress, java.net.InetSocketAddress destination, ChannelListener<? super ConnectedSslStreamChannel> openListener, ChannelListener<? super BoundChannel> bindListener, OptionMap optionMap)Deprecated.IoFuture<ConnectedSslStreamChannel>XnioSsl. connectSsl(XnioWorker worker, java.net.InetSocketAddress bindAddress, java.net.InetSocketAddress destination, ChannelListener<? super ConnectedSslStreamChannel> openListener, OptionMap optionMap)Deprecated.IoFuture<ConnectedSslStreamChannel>XnioSsl. connectSsl(XnioWorker worker, java.net.InetSocketAddress destination, ChannelListener<? super ConnectedSslStreamChannel> openListener, ChannelListener<? super BoundChannel> bindListener, OptionMap optionMap)Deprecated.IoFuture<ConnectedSslStreamChannel>XnioSsl. connectSsl(XnioWorker worker, java.net.InetSocketAddress destination, ChannelListener<? super ConnectedSslStreamChannel> openListener, OptionMap optionMap)Deprecated.AcceptingChannel<ConnectedSslStreamChannel>JsseXnioSsl. createSslTcpServer(XnioWorker worker, java.net.InetSocketAddress bindAddress, ChannelListener<? super AcceptingChannel<ConnectedSslStreamChannel>> acceptListener, OptionMap optionMap)abstract AcceptingChannel<ConnectedSslStreamChannel>XnioSsl. createSslTcpServer(XnioWorker worker, java.net.InetSocketAddress bindAddress, ChannelListener<? super AcceptingChannel<ConnectedSslStreamChannel>> acceptListener, OptionMap optionMap)Deprecated.
-