Searched refs:httpVersion (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/ |
D | ProxyServer.java | 80 String httpVersion = splitLine[2]; in run() local 140 requestType, url, httpVersion); in run() 161 requestType, url, httpVersion); in run() 189 URI absoluteUri, String httpVersion) throws IOException { in sendRequestLineWithPath() argument 193 requestType, absolutePath, httpVersion); in sendRequestLineWithPath() 269 String httpMethod, URI uri, String httpVersion) throws IOException { in sendAugmentedRequestToHost() argument 271 sendRequestLineWithPath(dst, httpMethod, uri, httpVersion); in sendAugmentedRequestToHost()
|