|
XNIO API 2.0.2.GA | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DatagramChannel | |
|---|---|
| org.jboss.xnio | The main API package for XNIO. |
| org.jboss.xnio.channels | Defines an enhanced set of channels. |
| Uses of DatagramChannel in org.jboss.xnio |
|---|
| Method parameters in org.jboss.xnio with type arguments of type DatagramChannel | |
|---|---|
LocalServer |
Xnio.createLocalDatagramServer(ChannelListener<? super DatagramChannel<java.lang.String>> openHandler,
OptionMap optionMap)
Create a local datagram server. |
LocalServer |
Xnio.createLocalDatagramServer(java.util.concurrent.Executor executor,
ChannelListener<? super DatagramChannel<java.lang.String>> openHandler,
OptionMap optionMap)
Create a local datagram server. |
| Uses of DatagramChannel in org.jboss.xnio.channels |
|---|
| Methods in org.jboss.xnio.channels that return types with arguments of type DatagramChannel | |
|---|---|
ChannelListener.Setter<? extends DatagramChannel<A>> |
DatagramChannel.getCloseSetter()
Get the setter which can be used to change the close handler for this channel. |
ChannelListener.Setter<? extends DatagramChannel<A>> |
DatagramChannel.getReadSetter()
Get the setter which can be used to change the read handler for this channel. |
ChannelListener.Setter<? extends DatagramChannel<A>> |
DatagramChannel.getWriteSetter()
Get the setter which can be used to change the write handler for this channel. |
|
XNIO API 2.0.2.GA | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||