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

/external/okhttp/okhttp-ws/src/main/java/com/squareup/okhttp/internal/ws/
H A DWebSocketProtocol.java58 * If this value is {@link #PAYLOAD_LONG}, the next eight bytes represent the length.
72 * special values {@link #PAYLOAD_SHORT} or {@link #PAYLOAD_LONG}.
85 static final int PAYLOAD_LONG = 127; field in class:WebSocketProtocol

Completed in 90 milliseconds