Searched refs:errorClose (Results 1 - 2 of 2) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/websocket/
H A DWebSocketConnectionRFC6455.java671 errorClose(WebSocketConnectionRFC6455.CLOSE_PROTOCOL,"Control frame too large: " + buffer.length() + " > " + MAX_CONTROL_FRAME_PAYLOAD);
678 errorClose(WebSocketConnectionRFC6455.CLOSE_PROTOCOL,"RSV bits set 0x"+Integer.toHexString(flags));
707 errorClose(WebSocketConnectionRFC6455.CLOSE_PROTOCOL,"Bad Continuation");
784 errorClose(WebSocketConnectionRFC6455.CLOSE_PROTOCOL,"Invalid close code " + code);
800 errorClose(WebSocketConnectionRFC6455.CLOSE_PROTOCOL,"Invalid payload length of 1");
811 errorClose(WebSocketConnectionRFC6455.CLOSE_PROTOCOL,"Expected Continuation"+Integer.toHexString(opcode));
825 errorClose(WebSocketConnectionRFC6455.CLOSE_POLICY_VIOLATION,"Text frame aggregation disabled");
852 errorClose(WebSocketConnectionRFC6455.CLOSE_PROTOCOL,"Expected Continuation"+Integer.toHexString(opcode));
873 errorClose(WebSocketConnectionRFC6455.CLOSE_POLICY_VIOLATION,"Binary frame aggregation disabled");
880 errorClose(WebSocketConnectionRFC645
898 private void errorClose(int code, String message) method in class:WebSocketConnectionRFC6455.WSFrameHandler
[all...]
H A DWebSocketConnectionD08.java774 errorClose(WebSocketConnectionRFC6455.CLOSE_SERVER_ERROR,"Internal Server Error: "+e);
778 private void errorClose(int code, String message) method in class:WebSocketConnectionD08.WSFrameHandler

Completed in 109 milliseconds