|
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 MultipointReadableMessageChannel<A>
The readable side of a multipoint message channel.
MultipointMessageChannel| Method Summary | |
|---|---|
MultipointReadResult<A> |
receive(ByteBuffer buffer)
Receive a message via this channel. |
| Methods inherited from interface org.jboss.xnio.channels.SuspendableReadChannel |
|---|
awaitReadable, awaitReadable, resumeReads, shutdownReads, suspendReads |
| Methods inherited from interface java.nio.channels.Channel |
|---|
close, isOpen |
| Methods inherited from interface org.jboss.xnio.channels.Configurable |
|---|
getOption, getOptions, setOption |
| Method Detail |
|---|
MultipointReadResult<A> receive(ByteBuffer buffer)
throws IOException
null.
buffer - the buffer into which data should be read
null if the operation would block
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 | ||||||||