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