Uses of Class
org.xnio.ssl.SslConnection
-
Packages that use SslConnection Package Description org.xnio.http org.xnio.ssl Utility classes for using and implementing SSL within XNIO providers. -
-
Uses of SslConnection in org.xnio.http
Methods in org.xnio.http that return types with arguments of type SslConnection Modifier and Type Method Description static IoFuture<SslConnection>HttpUpgrade. performUpgrade(XnioWorker worker, XnioSsl ssl, java.net.InetSocketAddress bindAddress, java.net.URI uri, java.util.Map<java.lang.String,java.lang.String> headers, ChannelListener<? super SslConnection> openListener, ChannelListener<? super BoundChannel> bindListener, OptionMap optionMap, HandshakeChecker handshakeChecker)Perform a HTTP upgrade that results in a SSL secured connection.static IoFuture<SslConnection>HttpUpgrade. performUpgrade(XnioWorker worker, XnioSsl ssl, java.net.InetSocketAddress bindAddress, java.net.URI uri, java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers, ChannelListener<? super SslConnection> openListener, ChannelListener<? super BoundChannel> bindListener, OptionMap optionMap, ExtendedHandshakeChecker handshakeChecker)Perform a HTTP upgrade that results in a SSL secured connection.Method parameters in org.xnio.http with type arguments of type SslConnection Modifier and Type Method Description static IoFuture<SslConnection>HttpUpgrade. performUpgrade(XnioWorker worker, XnioSsl ssl, java.net.InetSocketAddress bindAddress, java.net.URI uri, java.util.Map<java.lang.String,java.lang.String> headers, ChannelListener<? super SslConnection> openListener, ChannelListener<? super BoundChannel> bindListener, OptionMap optionMap, HandshakeChecker handshakeChecker)Perform a HTTP upgrade that results in a SSL secured connection.static IoFuture<SslConnection>HttpUpgrade. performUpgrade(XnioWorker worker, XnioSsl ssl, java.net.InetSocketAddress bindAddress, java.net.URI uri, java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers, ChannelListener<? super SslConnection> openListener, ChannelListener<? super BoundChannel> bindListener, OptionMap optionMap, ExtendedHandshakeChecker handshakeChecker)Perform a HTTP upgrade that results in a SSL secured connection. -
Uses of SslConnection in org.xnio.ssl
Subclasses of SslConnection in org.xnio.ssl Modifier and Type Class Description classJsseSslConnectionclassJsseSslStreamConnectionStreamConnection with SSL support.Methods in org.xnio.ssl that return types with arguments of type SslConnection Modifier and Type Method Description AcceptingChannel<SslConnection>JsseXnioSsl. createSslConnectionServer(XnioWorker worker, java.net.InetSocketAddress bindAddress, ChannelListener<? super AcceptingChannel<SslConnection>> acceptListener, OptionMap optionMap)abstract AcceptingChannel<SslConnection>XnioSsl. createSslConnectionServer(XnioWorker worker, java.net.InetSocketAddress bindAddress, ChannelListener<? super AcceptingChannel<SslConnection>> acceptListener, OptionMap optionMap)Create a bound TCP SSL server.ChannelListener.Setter<? extends SslConnection>SslConnection. getCloseSetter()Get the setter which can be used to change the close listener for this channel.ChannelListener.Setter<? extends SslConnection>JsseSslConnection. getHandshakeSetter()ChannelListener.Setter<? extends SslConnection>JsseSslStreamConnection. getHandshakeSetter()abstract ChannelListener.Setter<? extends SslConnection>SslConnection. getHandshakeSetter()Get the setter which can be used to change the handshake listener for this channel.IoFuture<SslConnection>JsseXnioSsl. openSslConnection(XnioIoThread ioThread, java.net.InetSocketAddress bindAddress, java.net.InetSocketAddress destination, ChannelListener<? super SslConnection> openListener, ChannelListener<? super BoundChannel> bindListener, OptionMap optionMap)IoFuture<SslConnection>JsseXnioSsl. openSslConnection(XnioWorker worker, java.net.InetSocketAddress bindAddress, java.net.InetSocketAddress destination, ChannelListener<? super SslConnection> openListener, ChannelListener<? super BoundChannel> bindListener, OptionMap optionMap)abstract IoFuture<SslConnection>XnioSsl. openSslConnection(XnioIoThread ioThread, java.net.InetSocketAddress bindAddress, java.net.InetSocketAddress destination, ChannelListener<? super SslConnection> openListener, ChannelListener<? super BoundChannel> bindListener, OptionMap optionMap)Create an SSL connection to a remote host.IoFuture<SslConnection>XnioSsl. openSslConnection(XnioIoThread ioThread, java.net.InetSocketAddress bindAddress, java.net.InetSocketAddress destination, ChannelListener<? super SslConnection> openListener, OptionMap optionMap)Create an SSL connection to a remote host.IoFuture<SslConnection>XnioSsl. openSslConnection(XnioIoThread ioThread, java.net.InetSocketAddress destination, ChannelListener<? super SslConnection> openListener, ChannelListener<? super BoundChannel> bindListener, OptionMap optionMap)Create an SSL connection to a remote host.IoFuture<SslConnection>XnioSsl. openSslConnection(XnioIoThread ioThread, java.net.InetSocketAddress destination, ChannelListener<? super SslConnection> openListener, OptionMap optionMap)Create an SSL connection to a remote host.abstract IoFuture<SslConnection>XnioSsl. openSslConnection(XnioWorker worker, java.net.InetSocketAddress bindAddress, java.net.InetSocketAddress destination, ChannelListener<? super SslConnection> openListener, ChannelListener<? super BoundChannel> bindListener, OptionMap optionMap)Create an SSL connection to a remote host.IoFuture<SslConnection>XnioSsl. openSslConnection(XnioWorker worker, java.net.InetSocketAddress bindAddress, java.net.InetSocketAddress destination, ChannelListener<? super SslConnection> openListener, OptionMap optionMap)Create an SSL connection to a remote host.IoFuture<SslConnection>XnioSsl. openSslConnection(XnioWorker worker, java.net.InetSocketAddress destination, ChannelListener<? super SslConnection> openListener, ChannelListener<? super BoundChannel> bindListener, OptionMap optionMap)Create an SSL connection to a remote host.IoFuture<SslConnection>XnioSsl. openSslConnection(XnioWorker worker, java.net.InetSocketAddress destination, ChannelListener<? super SslConnection> openListener, OptionMap optionMap)Create an SSL connection to a remote host.Methods in org.xnio.ssl with parameters of type SslConnection Modifier and Type Method Description static javax.net.ssl.SSLEngineJsseXnioSsl. getSslEngine(SslConnection connection)Get the SSL engine for a given connection.Method parameters in org.xnio.ssl with type arguments of type SslConnection Modifier and Type Method Description AcceptingChannel<SslConnection>JsseXnioSsl. createSslConnectionServer(XnioWorker worker, java.net.InetSocketAddress bindAddress, ChannelListener<? super AcceptingChannel<SslConnection>> acceptListener, OptionMap optionMap)abstract AcceptingChannel<SslConnection>XnioSsl. createSslConnectionServer(XnioWorker worker, java.net.InetSocketAddress bindAddress, ChannelListener<? super AcceptingChannel<SslConnection>> acceptListener, OptionMap optionMap)Create a bound TCP SSL server.IoFuture<SslConnection>JsseXnioSsl. openSslConnection(XnioIoThread ioThread, java.net.InetSocketAddress bindAddress, java.net.InetSocketAddress destination, ChannelListener<? super SslConnection> openListener, ChannelListener<? super BoundChannel> bindListener, OptionMap optionMap)IoFuture<SslConnection>JsseXnioSsl. openSslConnection(XnioWorker worker, java.net.InetSocketAddress bindAddress, java.net.InetSocketAddress destination, ChannelListener<? super SslConnection> openListener, ChannelListener<? super BoundChannel> bindListener, OptionMap optionMap)abstract IoFuture<SslConnection>XnioSsl. openSslConnection(XnioIoThread ioThread, java.net.InetSocketAddress bindAddress, java.net.InetSocketAddress destination, ChannelListener<? super SslConnection> openListener, ChannelListener<? super BoundChannel> bindListener, OptionMap optionMap)Create an SSL connection to a remote host.IoFuture<SslConnection>XnioSsl. openSslConnection(XnioIoThread ioThread, java.net.InetSocketAddress bindAddress, java.net.InetSocketAddress destination, ChannelListener<? super SslConnection> openListener, OptionMap optionMap)Create an SSL connection to a remote host.IoFuture<SslConnection>XnioSsl. openSslConnection(XnioIoThread ioThread, java.net.InetSocketAddress destination, ChannelListener<? super SslConnection> openListener, ChannelListener<? super BoundChannel> bindListener, OptionMap optionMap)Create an SSL connection to a remote host.IoFuture<SslConnection>XnioSsl. openSslConnection(XnioIoThread ioThread, java.net.InetSocketAddress destination, ChannelListener<? super SslConnection> openListener, OptionMap optionMap)Create an SSL connection to a remote host.abstract IoFuture<SslConnection>XnioSsl. openSslConnection(XnioWorker worker, java.net.InetSocketAddress bindAddress, java.net.InetSocketAddress destination, ChannelListener<? super SslConnection> openListener, ChannelListener<? super BoundChannel> bindListener, OptionMap optionMap)Create an SSL connection to a remote host.IoFuture<SslConnection>XnioSsl. openSslConnection(XnioWorker worker, java.net.InetSocketAddress bindAddress, java.net.InetSocketAddress destination, ChannelListener<? super SslConnection> openListener, OptionMap optionMap)Create an SSL connection to a remote host.IoFuture<SslConnection>XnioSsl. openSslConnection(XnioWorker worker, java.net.InetSocketAddress destination, ChannelListener<? super SslConnection> openListener, ChannelListener<? super BoundChannel> bindListener, OptionMap optionMap)Create an SSL connection to a remote host.IoFuture<SslConnection>XnioSsl. openSslConnection(XnioWorker worker, java.net.InetSocketAddress destination, ChannelListener<? super SslConnection> openListener, OptionMap optionMap)Create an SSL connection to a remote host.
-