Uses of Class
org.browsermob.proxy.jetty.util.URI

Packages that use URI
org.browsermob.proxy   
org.browsermob.proxy.jetty.http   
org.browsermob.proxy.jetty.http.handler   
org.browsermob.proxy.jetty.util   
org.browsermob.proxy.selenium   
 

Uses of URI in org.browsermob.proxy
 

Methods in org.browsermob.proxy with parameters of type URI
protected  SeleniumProxyHandler.SslRelay BrowserMobProxyHandler.getSslRelayOrCreateNew(URI uri, InetAddrPort addrPort, HttpServer server)
           
 

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

Methods in org.browsermob.proxy.jetty.http that return URI
 URI HttpRequest.getURI()
          Get the full URI.
 

Methods in org.browsermob.proxy.jetty.http with parameters of type URI
 void HttpRequest.setURI(URI uri)
           
 

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

Methods in org.browsermob.proxy.jetty.http.handler with parameters of type URI
protected  boolean ProxyHandler.isForbidden(URI uri)
          Is URL Forbidden.
protected  URL ProxyHandler.isProxied(URI uri)
          Is URL Proxied.
protected  void ProxyHandler.sendForbid(HttpRequest request, HttpResponse response, URI uri)
          Send Forbidden.
 

Uses of URI in org.browsermob.proxy.jetty.util
 

Constructors in org.browsermob.proxy.jetty.util with parameters of type URI
URI(URI uri)
          Copy Constructor .
 

Uses of URI in org.browsermob.proxy.selenium
 

Methods in org.browsermob.proxy.selenium with parameters of type URI
protected  SeleniumProxyHandler.SslRelay SeleniumProxyHandler.getSslRelayOrCreateNew(URI uri, InetAddrPort addrPort, HttpServer server)
           
protected  boolean SeleniumProxyHandler.isForbidden(URI uri)
          Is URL Forbidden.
protected  URL SeleniumProxyHandler.isProxied(URI uri)
          Is URL Proxied.
protected  void SeleniumProxyHandler.sendForbid(HttpRequest request, HttpResponse response, URI uri)
          Send Forbidden.
 



Copyright © 2011. All Rights Reserved.