Home
last modified time | relevance | path

Searched refs:sendLine (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/
DProxyServer.java131 sendLine(server, requestLine); in run()
137 sendLine(connection, HTTP_OK); in run()
158 sendLine(connection, HTTP_OK); in run()
195 sendLine(server, outgoingRequestLine); in sendRequestLineWithPath()
240 private void sendLine(Socket socket, String line) throws IOException { in sendLine() method in ProxyServer.ProxyConnection
278 sendLine(dst, "Connection: close"); in sendAugmentedRequestToHost()
281 sendLine(dst, ""); in sendAugmentedRequestToHost()
296 sendLine(dst, line); in filterAndForwardRequestHeaders()