Transportpublic interface Transport Represents an underlying network transport. |
Methods Summary |
---|
public long | read(java.nio.ByteBuffer[] buffers, int array_offset, int length)Read data from the transport into the given buffers.
NOTE: Works like ScatteringByteChannel.
| public long | write(java.nio.ByteBuffer[] buffers, int array_offset, int length)Write data to the transport from the given buffers.
NOTE: Works like GatheringByteChannel.
|
|