public class JetlangRemotingProtocol extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
JetlangRemotingProtocol.Handler |
static interface |
JetlangRemotingProtocol.State |
Modifier and Type | Field and Description |
---|---|
ByteBuffer |
buffer |
byte[] |
bufferArray |
JetlangRemotingProtocol.State |
root |
Constructor and Description |
---|
JetlangRemotingProtocol(JetlangRemotingProtocol.Handler session,
ObjectByteReader reader,
Charset charset) |
Modifier and Type | Method and Description |
---|---|
void |
resizeBuffer(int requiredBytes) |
public ByteBuffer buffer
public byte[] bufferArray
public final JetlangRemotingProtocol.State root
public JetlangRemotingProtocol(JetlangRemotingProtocol.Handler session, ObjectByteReader reader, Charset charset)
Copyright © 2016. All Rights Reserved.