Searched defs:httpVersion (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/
H A DProxyServer.java81 String httpVersion = splitLine[2];
141 requestType, url, httpVersion);
162 requestType, url, httpVersion);
186 * @param httpVersion version of HTTP, e.g. HTTP/1.1.
190 URI absoluteUri, String httpVersion) throws IOException {
194 requestType, absolutePath, httpVersion);
266 * @param httpVersion original request http version.
270 String httpMethod, URI uri, String httpVersion) throws IOException {
272 sendRequestLineWithPath(dst, httpMethod, uri, httpVersion);
189 sendRequestLineWithPath(Socket server, String requestType, URI absoluteUri, String httpVersion) argument
269 sendAugmentedRequestToHost(Socket src, Socket dst, String httpMethod, URI uri, String httpVersion) argument

Completed in 7 milliseconds