public interface RpcStream extends BaseStream, java.io.ObjectInput, java.io.ObjectOutput
| Modifier and Type | Method and Description |
|---|---|
static RpcStream |
create(StreamHandler<RpcStream> handler) |
void |
read(java.nio.ByteBuffer buf) |
void |
write(java.nio.ByteBuffer buf) |
close, getBytesRead, getBytesWritten, getLocalAddress, getRemoteAddress, invalidate, socketavailable, close, read, read, read, readObject, skipreadBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytesvoid read(java.nio.ByteBuffer buf) throws java.io.IOException
java.io.IOExceptionvoid write(java.nio.ByteBuffer buf)
throws java.io.IOException
java.io.IOExceptionstatic RpcStream create(StreamHandler<RpcStream> handler)