Package | Description |
---|---|
io.undertow.server | |
org.xnio.channels |
The core XNIO channel API.
|
org.xnio.ssl |
Utility classes for using and implementing SSL within XNIO providers.
|
Constructor and Description |
---|
ConnectionSSLSessionInfo(SslChannel channel,
HttpServerConnection serverConnection) |
Modifier and Type | Interface and Description |
---|---|
interface |
ConnectedSslStreamChannel
A TLS-encapsulated connected stream channel.
|
Modifier and Type | Class and Description |
---|---|
class |
AssembledConnectedSslStreamChannel
A connected SSL stream channel assembled from a stream source and stream sink.
|
class |
AssembledSslChannel
An assembled SSL channel.
|
Modifier and Type | Method and Description |
---|---|
ChannelListener.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.
|
Constructor and Description |
---|
AssembledConnectedSslStreamChannel(SslChannel sslChannel,
StreamSourceChannel source,
StreamSinkChannel sink)
Construct a new instance.
|
Modifier and Type | Class and Description |
---|---|
class |
JsseSslConnection |
class |
JsseSslStreamConnection
StreamConnection with SSL support.
|
class |
SslConnection
A stream connection which can use SSL/TLS to negotiate a security layer.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.