Searched defs:proxyServer (Results 1 – 5 of 5) sorted by relevance
44 final String proxyServer = "example.com"; in testPublicAPI() local75 Assert.assertEquals(info.getProxyServer(), proxyServer); in testPublicAPI() local
51 String negotiatedProtocol, String proxyServer, long receivedByteCount) { in UrlResponseInfoImpl()68 String negotiatedProtocol, String proxyServer) { in UrlResponseInfoImpl()
544 String proxyServer, long receivedByteCount) { in prepareResponseInfoOnNetworkThread()639 String proxyServer, long receivedByteCount) { in onRedirectReceived()675 boolean wasCached, String negotiatedProtocol, String proxyServer, in onResponseStarted()
178 val proxyServer = KotlinSocksProxyServer() in main() constant
186 SocksProxyServer proxyServer = new SocksProxyServer(); in main() local