Home
last modified time | relevance | path

Searched refs:TARGET_AUTHORITY (Results 1 – 6 of 6) sorted by relevance

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DSpdyTransport.java42 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/
DHeader.java12 public static final ByteString TARGET_AUTHORITY = ByteString.encodeUtf8(":authority"); // HTTP/2 field in Header
DHpack.java47 new Header(Header.TARGET_AUTHORITY, ""),
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/spdy/
DHttp2ConnectionTest.java358 new Header(Header.TARGET_AUTHORITY, "squareup.com"),
410 new Header(Header.TARGET_AUTHORITY, "squareup.com"),
DHttp2Test.java158 new Header(Header.TARGET_AUTHORITY, "squareup.com"), in pushPromise()
/external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/
DMockWebServer.java914 : Header.TARGET_AUTHORITY, getUrl(pushPromise.getPath()).getHost())); in pushPromises()