| Interface | Description |
|---|---|
| XnioServerSocketChannelConfig |
ServerSocketChannelConfig which expose configuration settings which are specific to the XNIO transport. |
| Class | Description |
|---|---|
| WrappingXnioServerSocketChannel |
AbstractXnioServerSocketChannel implementation which allows to use a AcceptingChannel and wrap it. |
| WrappingXnioSocketChannel |
AbstractXnioSocketChannel implementation which allows you to wrap a pre-created XNIO channel. |
| XnioChannelCloseFuture |
ChannelFuture to be provided when shutting down channels, performs as a close listener on the Xnio side.
|
| XnioChannelOption<T> |
ChannelOption's specific for the XNIO transport. |
| XnioChannelPromiseCloseFuture |
ChannelFuture to be provided when shutting down channels, performs as a close listener on the Xnio side.
|
| XnioEventLoopGroup |
EventLoopGroup implementation which uses a XnioWorker under the covers. |
| XnioServerSocketChannel |
ServerSocketChannel which uses XNIO. |
| XnioSocketChannel |
SocketChannel which uses XNIO. |
Copyright © 2013–2021 JBoss, a division of Red Hat. All rights reserved.