Package | Description |
---|---|
io.undertow.protocols.ssl | |
org.xnio.channels |
The core XNIO channel API.
|
org.xnio.ssl |
Utility classes for using and implementing SSL within XNIO providers.
|
Modifier and Type | Method and Description |
---|---|
IoFuture<ConnectedSslStreamChannel> |
UndertowXnioSsl.connectSsl(XnioWorker worker,
InetSocketAddress bindAddress,
InetSocketAddress destination,
ChannelListener<? super ConnectedSslStreamChannel> openListener,
ChannelListener<? super BoundChannel> bindListener,
OptionMap optionMap) |
AcceptingChannel<ConnectedSslStreamChannel> |
UndertowXnioSsl.createSslTcpServer(XnioWorker worker,
InetSocketAddress bindAddress,
ChannelListener<? super AcceptingChannel<ConnectedSslStreamChannel>> acceptListener,
OptionMap optionMap) |
Modifier and Type | Method and Description |
---|---|
IoFuture<ConnectedSslStreamChannel> |
UndertowXnioSsl.connectSsl(XnioWorker worker,
InetSocketAddress bindAddress,
InetSocketAddress destination,
ChannelListener<? super ConnectedSslStreamChannel> openListener,
ChannelListener<? super BoundChannel> bindListener,
OptionMap optionMap) |
AcceptingChannel<ConnectedSslStreamChannel> |
UndertowXnioSsl.createSslTcpServer(XnioWorker worker,
InetSocketAddress bindAddress,
ChannelListener<? super AcceptingChannel<ConnectedSslStreamChannel>> acceptListener,
OptionMap optionMap) |
Modifier and Type | Class and Description |
---|---|
class |
AssembledConnectedSslStreamChannel
A connected SSL stream channel assembled from a stream source and stream sink.
|
Modifier and Type | Method and 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.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.