|
XNIO API 2.1.0.CR2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TcpServer | |
|---|---|
| org.jboss.xnio | The main API package for XNIO. |
| Uses of TcpServer in org.jboss.xnio |
|---|
| Methods in org.jboss.xnio that return TcpServer | |
|---|---|
TcpServer |
Xnio.createTcpServer(ChannelListener<? super TcpChannel> openListener,
OptionMap optionMap)
Create an unbound TCP server. |
TcpServer |
Xnio.createTcpServer(Executor executor,
ChannelListener<? super TcpChannel> openListener,
OptionMap optionMap)
Create an unbound TCP server. |
| Methods in org.jboss.xnio that return types with arguments of type TcpServer | |
|---|---|
ChannelListener.Setter<? extends TcpServer> |
TcpServer.getCloseSetter()
Get the setter which can be used to change the close listener for this channel. |
|
XNIO API 2.1.0.CR2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||