Searched refs:OPCODE_CONTINUATION (Results 1 – 4 of 4) sorted by relevance
31 public static final byte OPCODE_CONTINUATION = 0x00; field in Constants
278 private byte currentOpCode = Constants.OPCODE_CONTINUATION;285 opCode = Constants.OPCODE_CONTINUATION; in sendMessageBlock()290 if (!last && opCode != Constants.OPCODE_CONTINUATION) { in sendMessageBlock()294 if (last && opCode == Constants.OPCODE_CONTINUATION) { in sendMessageBlock()295 currentOpCode = Constants.OPCODE_CONTINUATION; in sendMessageBlock()
116 private byte startOpCode = Constants.OPCODE_CONTINUATION;822 if (opCode == Constants.OPCODE_CONTINUATION) { in processFrame()842 startOpCode = Constants.OPCODE_CONTINUATION; in processFrame()
82 return opCode == Constants.OPCODE_CONTINUATION; in isContinuation()