Interface PacketInputStream
- All Known Implementing Classes:
DecompressPacketInputStream
,StandardPacketInputStream
public interface PacketInputStream
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
int
int
getPacket
(boolean reUsable) byte[]
getPacketArray
(boolean reUsable) void
setServerThreadId
(long serverThreadId, Boolean isMaster) void
setTraceCache
(LruTraceCache traceCache)
-
Method Details
-
getPacket
- Throws:
IOException
-
getPacketArray
- Throws:
IOException
-
getLastPacketSeq
int getLastPacketSeq() -
getCompressLastPacketSeq
int getCompressLastPacketSeq() -
close
- Throws:
IOException
-
setServerThreadId
-
setTraceCache
-