Package | Description |
---|---|
org.xnio |
The main API package for XNIO.
|
org.xnio.channels |
The core XNIO channel API.
|
Modifier and Type | Method and Description |
---|---|
MulticastMessageChannel |
XnioWorker.createUdpServer(InetSocketAddress bindAddress,
ChannelListener<? super MulticastMessageChannel> bindListener,
OptionMap optionMap)
Create a UDP server.
|
MulticastMessageChannel |
XnioWorker.createUdpServer(InetSocketAddress bindAddress,
OptionMap optionMap)
Create a UDP server.
|
Modifier and Type | Method and Description |
---|---|
MulticastMessageChannel |
XnioWorker.createUdpServer(InetSocketAddress bindAddress,
ChannelListener<? super MulticastMessageChannel> bindListener,
OptionMap optionMap)
Create a UDP server.
|
Modifier and Type | Method and Description |
---|---|
MulticastMessageChannel |
MulticastMessageChannel.Key.getChannel()
Return the channel associated with this key.
|
Modifier and Type | Method and Description |
---|---|
ChannelListener.Setter<? extends MulticastMessageChannel> |
MulticastMessageChannel.getCloseSetter()
Get the setter which can be used to change the close listener for this channel.
|
ChannelListener.Setter<? extends MulticastMessageChannel> |
MulticastMessageChannel.getReadSetter()
Get the setter which can be used to change the read listener for this channel.
|
ChannelListener.Setter<? extends MulticastMessageChannel> |
MulticastMessageChannel.getWriteSetter()
Get the setter which can be used to change the write listener for this channel.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.