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

/external/okhttp/okhttp-ws/src/main/java/com/squareup/okhttp/internal/ws/
H A DWebSocketProtocol.java51 * any additional bytes specified by {@link #B1_MASK_LENGTH}.
60 static final int B1_MASK_LENGTH = 0b01111111; field in class:WebSocketProtocol
76 * Value for {@link #B1_MASK_LENGTH} which indicates the next two bytes are the unsigned length.
80 * Value for {@link #B1_MASK_LENGTH} which indicates the next eight bytes are the unsigned

Completed in 72 milliseconds