Uses of Class
org.openqa.jetty.http.HttpTunnel

Packages that use HttpTunnel
org.openqa.jetty.http   
org.openqa.jetty.http.handler   
org.openqa.selenium.server   
 

Uses of HttpTunnel in org.openqa.jetty.http
 

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

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

Uses of HttpTunnel in org.openqa.jetty.http.handler
 

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

Uses of HttpTunnel in org.openqa.selenium.server
 

Methods in org.openqa.selenium.server that return HttpTunnel
protected  HttpTunnel ProxyHandler.newHttpTunnel(HttpRequest request, HttpResponse response, java.net.InetAddress iaddr, int port, int timeoutMS)
           
 



Copyright © 2011. All Rights Reserved.