|
XNIO version 1.2.0.GA | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A
- the type of address associated with this channelpublic interface MultipointWritableMessageChannel<A>
The writable side of a multipoint message channel.
MultipointMessageChannel
Method Summary | |
---|---|
boolean |
send(A target,
ByteBuffer buffer)
Send a buffer to a destination. |
boolean |
send(A target,
ByteBuffer[] buffers)
Send a message with data from multiple buffers to a destination. |
boolean |
send(A target,
ByteBuffer[] buffers,
int offset,
int length)
Send a message with data from multiple buffers to a destination. |
Methods inherited from interface org.jboss.xnio.channels.SuspendableWriteChannel |
---|
awaitWritable, awaitWritable, resumeWrites, shutdownWrites, suspendWrites |
Methods inherited from interface java.nio.channels.Channel |
---|
close, isOpen |
Methods inherited from interface org.jboss.xnio.channels.Configurable |
---|
getOption, getOptions, setOption |
Method Detail |
---|
boolean send(A target, ByteBuffer buffer) throws IOException
target
- the destinationbuffer
- the data to send
true
if the message was sent, or false
if the channel is not currently writable
IOException
- if an I/O error occursboolean send(A target, ByteBuffer[] buffers) throws IOException
target
- the destinationbuffers
- the data to send
true
if the message was sent, or false
if the channel is not currently writable
IOException
- if an I/O error occursboolean send(A target, ByteBuffer[] buffers, int offset, int length) throws IOException
target
- the destinationbuffers
- the data to sendoffset
- the offset into the buffers
arraylength
- the number of buffers to read from
true
if the message was sent, or false
if the channel is not currently writable
IOException
- if an I/O error occurs
|
XNIO version 1.2.0.GA | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |