HomeSort by relevance Sort by last modified time
    Searched refs:isControlFrame (Results 1 - 9 of 9) sorted by null

  /external/okhttp/okhttp-ws/src/main/java/com/squareup/okhttp/internal/ws/
WebSocketReader.java 73 private boolean isControlFrame;
98 if (isControlFrame) {
112 isControlFrame = (b0 & OPCODE_FLAG_CONTROL) != 0;
115 if (isControlFrame && !isFinalFrame) {
148 if (isControlFrame && frameLength > PAYLOAD_MAX) {
230 if (!isControlFrame) {