Searched refs:readStringWithByteLength (Results 1 – 7 of 7) sorted by relevance
76 ByteBufferReader.readStringWithByteLength(payload, StandardCharsets.US_ASCII); in parse()78 ByteBufferReader.readStringWithByteLength(payload, StandardCharsets.UTF_8); in parse()
60 domains.add(ByteBufferReader.readStringWithByteLength( in parse()
122 ByteBufferReader.readStringWithByteLength(payload, StandardCharsets.UTF_8)); in parse()142 String nai = ByteBufferReader.readStringWithByteLength(payload, StandardCharsets.UTF_8); in parse()
86 ByteBufferReader.readStringWithByteLength(payload, StandardCharsets.US_ASCII); in parse()
79 String realm = ByteBufferReader.readStringWithByteLength( in parse()
159 public void readStringWithByteLength() throws Exception { in readStringWithByteLength() method in ByteBufferReaderTest167 ByteBufferReader.readStringWithByteLength(buffer, StandardCharsets.US_ASCII); in readStringWithByteLength()
94 public static String readStringWithByteLength(ByteBuffer payload, Charset charset) { in readStringWithByteLength() method in ByteBufferReader