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.java130 sendLine(server, requestLine); in run()
136 sendLine(connection, HTTP_OK); in run()
157 sendLine(connection, HTTP_OK); in run()
194 sendLine(server, outgoingRequestLine); in sendRequestLineWithPath()
239 private void sendLine(Socket socket, String line) throws IOException { in sendLine() method in ProxyServer.ProxyConnection
277 sendLine(dst, "Connection: close"); in sendAugmentedRequestToHost()
280 sendLine(dst, ""); in sendAugmentedRequestToHost()
295 sendLine(dst, line); in filterAndForwardRequestHeaders()