public interface RpcStream extends BaseStream, ObjectInput, ObjectOutput
| Modifier and Type | Method and Description |
|---|---|
static RpcStream |
create(StreamHandler<RpcStream> handler) |
void |
read(ByteBuffer buf) |
void |
write(ByteBuffer buf) |
close, getBytesRead, getBytesWritten, getLocalAddress, getRemoteAddressavailable, close, read, read, read, readObject, skipreadBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytesclose, flush, write, write, write, writeObjectwriteBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTFvoid read(ByteBuffer buf) throws IOException
IOExceptionvoid write(ByteBuffer buf) throws IOException
IOExceptionstatic RpcStream create(StreamHandler<RpcStream> handler)
Copyright © 2019. All rights reserved.