|
XNIO API 2.1.0.CR2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ReadableMessageChannel | |
|---|---|
| org.jboss.xnio.channels | Defines an enhanced set of channels. |
| Uses of ReadableMessageChannel in org.jboss.xnio.channels |
|---|
| Subinterfaces of ReadableMessageChannel in org.jboss.xnio.channels | |
|---|---|
interface |
DatagramChannel<A>
A channel that sends and receives datagrams. |
interface |
MessageChannel
A channel that sends and receives whole messages. |
| Methods in org.jboss.xnio.channels with type parameters of type ReadableMessageChannel | ||
|---|---|---|
static
|
Channels.receiveBlocking(C channel,
ByteBuffer buffer)
Simple utility method to execute a blocking receive on a readable message channel. |
|
static
|
Channels.receiveBlocking(C channel,
ByteBuffer[] buffers,
int offs,
int len)
Simple utility method to execute a blocking receive on a readable message channel. |
|
static
|
Channels.receiveBlocking(C channel,
ByteBuffer[] buffers,
int offs,
int len,
long time,
TimeUnit unit)
Simple utility method to execute a blocking receive on a readable message channel with a timeout. |
|
static
|
Channels.receiveBlocking(C channel,
ByteBuffer buffer,
long time,
TimeUnit unit)
Simple utility method to execute a blocking receive on a readable message channel with a timeout. |
|
| Methods in org.jboss.xnio.channels that return types with arguments of type ReadableMessageChannel | |
|---|---|
ChannelListener.Setter<? extends ReadableMessageChannel> |
ReadableMessageChannel.getCloseSetter()
Get the setter which can be used to change the close listener for this channel. |
ChannelListener.Setter<? extends ReadableMessageChannel> |
ReadableMessageChannel.getReadSetter()
Get the setter which can be used to change the read listener for this channel. |
|
XNIO API 2.1.0.CR2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||