HomeSort by relevance Sort by last modified time
    Searched refs:toNameValueBlock (Results 1 - 3 of 3) sorted by null

  /external/okhttp/src/test/java/com/squareup/okhttp/internal/http/
RawHeadersTest.java 45 @Test public void toNameValueBlock() {
52 List<String> nameValueBlock = rawHeaders.toNameValueBlock();
63 assertEquals(Arrays.<String>asList(), rawHeaders.toNameValueBlock());
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
SpdyTransport.java 56 stream = spdyConnection.newStream(requestHeaders.toNameValueBlock(), hasRequestBody,
RawHeaders.java 377 public List<String> toNameValueBlock() {

Completed in 49 milliseconds