Uses of Class
org.browsermob.proxy.jetty.http.HttpTunnel

Packages that use HttpTunnel
org.browsermob.proxy   
org.browsermob.proxy.jetty.http   
org.browsermob.proxy.jetty.http.handler   
org.browsermob.proxy.selenium   
 

Uses of HttpTunnel in org.browsermob.proxy
 

Methods in org.browsermob.proxy that return HttpTunnel
protected  HttpTunnel BrowserMobProxyHandler.newHttpTunnel(HttpRequest httpRequest, HttpResponse httpResponse, InetAddress inetAddress, int i, int i1)
           
 

Uses of HttpTunnel in org.browsermob.proxy.jetty.http
 

Methods in org.browsermob.proxy.jetty.http that return HttpTunnel
 HttpTunnel HttpConnection.getHttpTunnel()
           
 

Methods in org.browsermob.proxy.jetty.http with parameters of type HttpTunnel
 void HttpConnection.setHttpTunnel(HttpTunnel tunnel)
          Set a HttpTunnel for the connection.
 

Uses of HttpTunnel in org.browsermob.proxy.jetty.http.handler
 

Methods in org.browsermob.proxy.jetty.http.handler that return HttpTunnel
protected  HttpTunnel ProxyHandler.newHttpTunnel(HttpRequest request, HttpResponse response, InetAddress iaddr, int port, int timeoutMS)
           
 

Uses of HttpTunnel in org.browsermob.proxy.selenium
 

Methods in org.browsermob.proxy.selenium that return HttpTunnel
protected  HttpTunnel SeleniumProxyHandler.newHttpTunnel(HttpRequest request, HttpResponse response, InetAddress iaddr, int port, int timeoutMS)
           
 



Copyright © 2011. All Rights Reserved.