Home
last modified time | relevance | path

Searched refs:CLOSE_MESSAGE_TOO_LARGE (Results 1 – 1 of 1) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/websocket/
DWebSocketConnectionRFC6455.java92 final static int CLOSE_MESSAGE_TOO_LARGE=1009; field in WebSocketConnectionRFC6455
920 …_connection.close(WebSocketConnectionRFC6455.CLOSE_MESSAGE_TOO_LARGE,"Message size > "+_connection… in checkBinaryMessageSize()
932 …_connection.close(WebSocketConnectionRFC6455.CLOSE_MESSAGE_TOO_LARGE,"Text message size > "+_conne… in textMessageTooLarge()