public interface PacketInputStream
Modifier and Type | Method and Description |
---|---|
void |
close() |
int |
getCompressLastPacketSeq() |
int |
getLastPacketLength() |
int |
getLastPacketSeq() |
Buffer |
getPacket(boolean reUsable) |
byte[] |
getPacketArray(boolean reUsable) |
void |
setServerThreadId(long serverThreadId,
Boolean isMaster) |
void |
setTraceCache(LruTraceCache traceCache) |
Buffer getPacket(boolean reUsable) throws IOException
IOException
byte[] getPacketArray(boolean reUsable) throws IOException
IOException
int getLastPacketLength()
int getLastPacketSeq()
int getCompressLastPacketSeq()
void close() throws IOException
IOException
void setServerThreadId(long serverThreadId, Boolean isMaster)
void setTraceCache(LruTraceCache traceCache)
Copyright © 2017. All rights reserved.