Searched refs:OPCODE_CLOSE (Results 1 – 4 of 4) sorted by relevance
144 return websocket.ABNF.OPCODE_CLOSE, None149 elif frame.opcode == websocket.ABNF.OPCODE_CLOSE:175 if opcode == websocket.ABNF.OPCODE_CLOSE:
106 OPCODE_CLOSE = 0x8 variable in ABNF111 OPCODES = (OPCODE_CONT, OPCODE_TEXT, OPCODE_BINARY, OPCODE_CLOSE,119 OPCODE_CLOSE: "close",160 if self.opcode == ABNF.OPCODE_CLOSE:
336 elif frame.opcode == ABNF.OPCODE_CLOSE:370 self.send(struct.pack('!H', status) + reason, ABNF.OPCODE_CLOSE)390 reason, ABNF.OPCODE_CLOSE)
206 if op_code == ABNF.OPCODE_CLOSE: