Package | Description |
---|---|
org.xnio.http | |
org.xnio.ssl |
Utility classes for using and implementing SSL within XNIO providers.
|
Modifier and Type | Method and 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.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.
|
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.
|
Modifier and Type | Method and 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.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.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
JsseSslConnection |
Modifier and Type | Method and 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() |
abstract ChannelListener.Setter<? extends SslConnection> |
SslConnection.getHandshakeSetter()
Get the setter which can be used to change the handshake listener for this channel.
|
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.
|
IoFuture<SslConnection> |
JsseXnioSsl.openSslConnection(XnioIoThread ioThread,
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(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.
|
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(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.
|
Modifier and Type | Method and Description |
---|---|
static javax.net.ssl.SSLEngine |
JsseXnioSsl.getSslEngine(SslConnection connection)
Get the SSL engine for a given connection.
|
Modifier and Type | Method and 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> |
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.
|
IoFuture<SslConnection> |
JsseXnioSsl.openSslConnection(XnioIoThread ioThread,
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(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.
|
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(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.
|
Copyright © 2016 JBoss, a division of Red Hat, Inc.