Searched refs:httpVersion (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/ |
D | ProxyServer.java | 81 String httpVersion = splitLine[2]; in run() local 141 requestType, url, httpVersion); in run() 162 requestType, url, httpVersion); in run() 190 URI absoluteUri, String httpVersion) throws IOException { in sendRequestLineWithPath() argument 194 requestType, absolutePath, httpVersion); in sendRequestLineWithPath() 270 String httpMethod, URI uri, String httpVersion) throws IOException { in sendAugmentedRequestToHost() argument 272 sendRequestLineWithPath(dst, httpMethod, uri, httpVersion); in sendAugmentedRequestToHost()
|