|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectpyrasun.eio.Endpoint
pyrasun.eio.ReadWriteEndpoint
pyrasun.eio.protocols.bytearray.EIOByteArrayEndpoint
Central part of the ByteArray protocol, encapsulates non-blocking reading and writing.
| Constructor Summary | |
EIOByteArrayEndpoint(EndpointCoordinator coordinator,
java.nio.channels.SocketChannel nioChannel)
|
|
| Method Summary | |
void |
writeNext(byte[] nextVictim)
|
| Methods inherited from class pyrasun.eio.ReadWriteEndpoint |
abortWrites, addToProcessing, arePendingWrites, getInputBuffer, getNIOChannel, getOutputBuffer, getProcessingQueueDepth, getWriteQueueDepth, isWriteInProgress, isWriteQueueEmpty, needsReadPause, nextForProcessing, nextForWriting, noReadsForMe, noWritesForMe, processingDispatch, readPause, setIsWriteInProgress, write |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public EIOByteArrayEndpoint(EndpointCoordinator coordinator,
java.nio.channels.SocketChannel nioChannel)
| Method Detail |
public void writeNext(byte[] nextVictim)
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||