|
XNIO API 2.1.0.CR2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UdpServer | |
|---|---|
| org.jboss.xnio | The main API package for XNIO. |
| Uses of UdpServer in org.jboss.xnio |
|---|
| Methods in org.jboss.xnio that return UdpServer | |
|---|---|
UdpServer |
Xnio.createUdpServer(ChannelListener<? super UdpChannel> bindListener,
OptionMap optionMap)
Create an unbound UDP server. |
UdpServer |
Xnio.createUdpServer(Executor executor,
ChannelListener<? super UdpChannel> bindListener,
OptionMap optionMap)
Create an unbound UDP server. |
UdpServer |
Xnio.createUdpServer(OptionMap optionMap)
Create an unbound UDP server. |
| Methods in org.jboss.xnio that return types with arguments of type UdpServer | |
|---|---|
ChannelListener.Setter<? extends UdpServer> |
UdpServer.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 | |||||||||