Class PacketSplitter

java.lang.Object
com.mysql.cj.protocol.a.PacketSplitter

public class PacketSplitter
extends java.lang.Object
Keep track of splitting a large packet into multi-packets segments.
  • Constructor Summary

    Constructors 
    Constructor Description
    PacketSplitter​(int totalSize)  
  • Method Summary

    Modifier and Type Method Description
    int getOffset()  
    int getPacketLen()  
    boolean nextPacket()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait