Searched refs:TARGET_AUTHORITY (Results 1 – 6 of 6) sorted by relevance
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/ |
D | SpdyTransport.java | 42 import static com.squareup.okhttp.internal.spdy.Header.TARGET_AUTHORITY; 123 result.add(new Header(TARGET_AUTHORITY, host)); // Optional in HTTP/2 in writeNameValueBlock() 142 || name.equals(TARGET_AUTHORITY) in writeNameValueBlock()
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/ |
D | Header.java | 12 public static final ByteString TARGET_AUTHORITY = ByteString.encodeUtf8(":authority"); // HTTP/2 field in Header
|
D | Hpack.java | 47 new Header(Header.TARGET_AUTHORITY, ""),
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/spdy/ |
D | Http2ConnectionTest.java | 358 new Header(Header.TARGET_AUTHORITY, "squareup.com"), 410 new Header(Header.TARGET_AUTHORITY, "squareup.com"),
|
D | Http2Test.java | 158 new Header(Header.TARGET_AUTHORITY, "squareup.com"), in pushPromise()
|
/external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/ |
D | MockWebServer.java | 914 : Header.TARGET_AUTHORITY, getUrl(pushPromise.getPath()).getHost())); in pushPromises()
|