OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:writeByteString
(Results
1 - 2
of
2
) sorted by null
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
HpackDraft05.java
413
writeByteString
(headerBlock.get(i).value);
416
writeByteString
(name);
417
writeByteString
(headerBlock.get(i).value);
443
void
writeByteString
(ByteString data) throws IOException {
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/spdy/
HpackDraft05Test.java
839
hpackWriter.
writeByteString
(ByteString.encodeUtf8("foo"));
845
hpackWriter.
writeByteString
(ByteString.encodeUtf8(""));
Completed in 214 milliseconds