public class Reply extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Agent |
agent_ |
protected byte[] |
buffer_ |
protected int |
count_ |
protected static int |
DEFAULT_BUFFER_SIZE |
protected int |
dssCorrelationID_ |
protected boolean |
dssIsContinued_ |
protected int |
dssLength_ |
static int |
END_OF_COLLECTION |
static int |
END_OF_SAME_ID_CHAIN |
protected boolean |
ensuredLengthForDecryption_ |
protected byte[] |
longBufferForDecryption_ |
protected int |
longCountForDecryption_ |
protected int |
longPosForDecryption_ |
protected byte[] |
longValueForDecryption_ |
protected NetAgent |
netAgent_ |
protected int |
peekedCodePoint_ |
protected int |
peekedLength_ |
protected int |
pos_ |
| Modifier and Type | Method and Description |
|---|---|
protected int |
adjustDdmLength(int ddmLength,
int length) |
protected void |
adjustLengths(int length) |
protected void |
endOfSameIdChainData() |
protected int |
ensureALayerDataInBuffer(int desiredDataSize) |
protected void |
ensureBLayerDataInBuffer(int desiredDataSize) |
protected void |
ensureSpaceInBufferForFill(int desiredSpace) |
protected int |
fill(int minimumBytesNeeded) |
protected void |
matchCodePoint(int expectedCodePoint) |
protected void |
parseLengthAndMatchCodePoint(int expectedCodePoint) |
protected int |
peekCodePoint() |
protected int |
peekFastBytes(byte[] b,
int offset,
int length) |
protected int |
peekFastLength() |
protected boolean |
peekForNullSqlcagrp() |
protected int |
peekLength() |
protected int |
peekNumOfColumns() |
protected int |
peekTotalColumnCount(int tripletLength) |
protected void |
popCollectionStack() |
protected void |
pushLengthOnCollectionStack() |
protected void |
readDSSContinuationHeader() |
protected void |
readDssHeader() |
protected int |
readLengthAndCodePoint() |
protected void |
startSameIdChainParse() |
protected Agent agent_
protected NetAgent netAgent_
protected static final int DEFAULT_BUFFER_SIZE
protected byte[] buffer_
protected int pos_
protected int count_
protected boolean ensuredLengthForDecryption_
protected byte[] longBufferForDecryption_
protected int longPosForDecryption_
protected byte[] longValueForDecryption_
protected int longCountForDecryption_
protected int dssLength_
protected boolean dssIsContinued_
protected int dssCorrelationID_
protected int peekedLength_
protected int peekedCodePoint_
public static final int END_OF_COLLECTION
public static final int END_OF_SAME_ID_CHAIN
protected final void ensureSpaceInBufferForFill(int desiredSpace)
protected int fill(int minimumBytesNeeded)
throws DisconnectException
DisconnectExceptionprotected final int ensureALayerDataInBuffer(int desiredDataSize)
throws DisconnectException
DisconnectExceptionprotected final void ensureBLayerDataInBuffer(int desiredDataSize)
throws DisconnectException
DisconnectExceptionprotected final void readDssHeader()
throws DisconnectException
DisconnectExceptionprotected final void readDSSContinuationHeader()
throws DisconnectException
DisconnectExceptionprotected final void pushLengthOnCollectionStack()
protected final void adjustLengths(int length)
protected int adjustDdmLength(int ddmLength,
int length)
protected final void popCollectionStack()
protected final int peekCodePoint()
throws DisconnectException
DisconnectExceptionprotected final int peekLength()
throws DisconnectException
DisconnectExceptionprotected final int peekFastBytes(byte[] b,
int offset,
int length)
throws DisconnectException
DisconnectExceptionprotected final void parseLengthAndMatchCodePoint(int expectedCodePoint)
throws DisconnectException
DisconnectExceptionprotected final int readLengthAndCodePoint()
throws DisconnectException
DisconnectExceptionprotected final void startSameIdChainParse()
throws DisconnectException
DisconnectExceptionprotected final void endOfSameIdChainData()
throws DisconnectException
DisconnectExceptionprotected final int peekTotalColumnCount(int tripletLength)
throws DisconnectException
DisconnectExceptionprotected final int peekFastLength()
throws DisconnectException
DisconnectExceptionprotected final void matchCodePoint(int expectedCodePoint)
throws DisconnectException
DisconnectExceptionprotected final int peekNumOfColumns()
throws DisconnectException
DisconnectExceptionprotected final boolean peekForNullSqlcagrp()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.