HomeSort by relevance Sort by last modified time
    Searched defs:protocolValues (Results 1 - 2 of 2) sorted by null

  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
ExternalHttp2Example.java 50 List<String> protocolValues = connection.getHeaderFields().get(SELECTED_PROTOCOL);
52 if (protocolValues != null && !protocolValues.isEmpty()) {
53 System.out.println("PROTOCOL " + protocolValues.get(0));
ExternalSpdyExample.java 50 List<String> protocolValues = connection.getHeaderFields().get(SELECTED_PROTOCOL);
52 if (protocolValues != null && !protocolValues.isEmpty()) {
53 System.out.println("PROTOCOL " + protocolValues.get(0));

Completed in 144 milliseconds