|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use URI | |
---|---|
org.openqa.jetty.http | |
org.openqa.jetty.http.handler | |
org.openqa.jetty.util | |
org.openqa.selenium.server |
Uses of URI in org.openqa.jetty.http |
---|
Methods in org.openqa.jetty.http that return URI | |
---|---|
URI |
HttpRequest.getURI()
Get the full URI. |
Methods in org.openqa.jetty.http with parameters of type URI | |
---|---|
void |
HttpRequest.setURI(URI uri)
|
Uses of URI in org.openqa.jetty.http.handler |
---|
Methods in org.openqa.jetty.http.handler with parameters of type URI | |
---|---|
protected boolean |
ProxyHandler.isForbidden(URI uri)
Is URL Forbidden. |
protected boolean |
CollettaProxyHandler.isForbidden(URI uri)
Is URL Forbidden. |
protected java.net.URL |
ProxyHandler.isProxied(URI uri)
Is URL Proxied. |
protected java.net.URL |
CollettaProxyHandler.isProxied(URI uri)
Is URL Proxied. |
protected void |
ProxyHandler.sendForbid(HttpRequest request,
HttpResponse response,
URI uri)
Send Forbidden. |
Uses of URI in org.openqa.jetty.util |
---|
Constructors in org.openqa.jetty.util with parameters of type URI | |
---|---|
URI(URI uri)
Copy Constructor . |
Uses of URI in org.openqa.selenium.server |
---|
Methods in org.openqa.selenium.server with parameters of type URI | |
---|---|
protected ProxyHandler.SslRelay |
ProxyHandler.getSslRelayOrCreateNew(URI uri,
InetAddrPort addrPort,
HttpServer server)
|
protected boolean |
ProxyHandler.isForbidden(URI uri)
Is URL Forbidden. |
protected java.net.URL |
ProxyHandler.isProxied(URI uri)
Is URL Proxied. |
protected void |
ProxyHandler.sendForbid(HttpRequest request,
HttpResponse response,
URI uri)
Send Forbidden. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |