Home
last modified time | relevance | path

Searched refs:OPCODE_PONG (Results 1 – 4 of 4) sorted by last modified time

/unit/src/java/nginx/unit/websocket/
H A DWsRemoteEndpointImplBase.java186 sendMessageBlock(Constants.OPCODE_PONG, applicationData, true); in sendPong()
H A DWsFrameBase.java166 opCode != Constants.OPCODE_PONG && in processInitialHeader()
351 } else if (opCode == Constants.OPCODE_PONG) { in processDataControl()
H A DWsSession.java845 if (opCode == Constants.OPCODE_PONG) { in processFrame()
H A DConstants.java36 public static final byte OPCODE_PONG = 0x0A; field in Constants