Searched refs:FLAG_COMPRESSED (Results 1 – 2 of 2) sorted by relevance
73 static final byte FLAG_COMPRESSED = 0x20; // Used for data. field in Http2220 boolean gzipped = (flags & FLAG_COMPRESSED) != 0; in readData()698 } else if (type == TYPE_DATA && (flags & FLAG_COMPRESSED) != 0) {
31 import static com.squareup.okhttp.internal.framed.Http2.FLAG_COMPRESSED;410 frame.writeByte(FLAG_COMPRESSED); in compressedDataFrameWhenSettingDisabled()