Searched defs:prefixMask (Results 1 – 2 of 2) sorted by relevance
340 int readInt(int firstByte, int prefixMask) throws IOException { in readInt()423 void writeInt(int value, int prefixMask, int bits) throws IOException { in writeInt()
820 @Test public void prefixMask() throws IOException { in prefixMask() method in HpackDraft05Test