|
XNIO API 3.0.7.GA | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WritableMessageChannel | |
|---|---|
| org.xnio.channels | |
| Uses of WritableMessageChannel in org.xnio.channels |
|---|
| Subinterfaces of WritableMessageChannel in org.xnio.channels | |
|---|---|
interface |
ConnectedMessageChannel
A channel that sends and receives messages to a connected peer. |
interface |
MessageChannel
A channel that sends and receives whole messages. |
| Classes in org.xnio.channels that implement WritableMessageChannel | |
|---|---|
class |
FramedMessageChannel
A connected message channel providing a SASL-style framing layer over a stream channel where each message is prepended by a four-byte length field. |
| Methods in org.xnio.channels with type parameters of type WritableMessageChannel | ||
|---|---|---|
static
|
Channels.sendBlocking(C channel,
ByteBuffer buffer)
Simple utility method to execute a blocking send on a message channel. |
|
static
|
Channels.sendBlocking(C channel,
ByteBuffer[] buffers,
int offs,
int len)
Simple utility method to execute a blocking gathering send on a message channel. |
|
static
|
Channels.sendBlocking(C channel,
ByteBuffer[] buffers,
int offs,
int len,
long time,
TimeUnit unit)
Simple utility method to execute a blocking gathering send on a message channel with a timeout. |
|
static
|
Channels.sendBlocking(C channel,
ByteBuffer buffer,
long time,
TimeUnit unit)
Simple utility method to execute a blocking send on a message channel with a timeout. |
|
| Methods in org.xnio.channels that return types with arguments of type WritableMessageChannel | |
|---|---|
ChannelListener.Setter<? extends WritableMessageChannel> |
WritableMessageChannel.getCloseSetter()
Get the setter which can be used to change the close listener for this channel. |
ChannelListener.Setter<? extends WritableMessageChannel> |
WritableMessageChannel.getWriteSetter()
Get the setter which can be used to change the write listener for this channel. |
|
XNIO API 3.0.7.GA | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||