Searched defs:PAYLOAD_SHORT (Results 1 - 1 of 1) sorted by relevance

/external/okhttp/okhttp-ws/src/main/java/com/squareup/okhttp/internal/ws/
H A DWebSocketProtocol.java57 * If this value is {@link #PAYLOAD_SHORT}, the next two bytes represent the length.
72 * special values {@link #PAYLOAD_SHORT} or {@link #PAYLOAD_LONG}.
78 static final int PAYLOAD_SHORT = 126; field in class:WebSocketProtocol
79 /** Maximum length of a frame payload to be denoted as {@link #PAYLOAD_SHORT}. */

Completed in 1526 milliseconds