|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |