public abstract class DRDAResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
dssLength_ |
protected int |
peekedLength_ |
| Constructor and Description |
|---|
DRDAResponse(io.netty.buffer.ByteBuf buffer,
ConnectionMetaData metadata) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
adjustDdmLength(int ddmLength,
int length) |
protected void |
adjustLengths(int length) |
protected void |
endOfSameIdChainData() |
protected void |
parseLengthAndMatchCodePoint(int expectedCodePoint) |
protected int |
peekCodePoint() |
protected int |
peekFastBytes(byte[] b,
int offset,
int length) |
protected int |
peekFastLength() |
protected void |
popCollectionStack() |
protected void |
pushLengthOnCollectionStack() |
protected void |
startSameIdChainParse() |
public DRDAResponse(io.netty.buffer.ByteBuf buffer,
ConnectionMetaData metadata)
protected final void startSameIdChainParse()
protected final void endOfSameIdChainData()
protected final int peekFastBytes(byte[] b,
int offset,
int length)
protected final int peekFastLength()
protected final int peekCodePoint()
protected final void pushLengthOnCollectionStack()
protected final void parseLengthAndMatchCodePoint(int expectedCodePoint)
protected final void adjustLengths(int length)
protected int adjustDdmLength(int ddmLength,
int length)
protected final void popCollectionStack()
Copyright © 2020. All rights reserved.