| 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  | ConnectedSslStreamChannelA TLS-encapsulated connected stream channel. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AssembledConnectedSslStreamChannelA connected SSL stream channel assembled from a stream source and stream sink. | 
| class  | AssembledSslChannelAn 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  | SslConnectionA stream connection which can use SSL/TLS to negotiate a security layer. | 
Copyright © 2016 JBoss by Red Hat. All rights reserved.