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

Packages that use HttpContext
org.openqa.jetty.http   
org.openqa.jetty.http.handler   
org.openqa.jetty.jetty   
org.openqa.jetty.jetty.servlet   
org.openqa.selenium.server   
org.openqa.selenium.server.htmlrunner   
 

Uses of HttpContext in org.openqa.jetty.http
 

Methods in org.openqa.jetty.http that return HttpContext
 HttpContext HttpServer.addContext(HttpContext context)
          Add a context.
 HttpContext HttpServer.addContext(java.lang.String contextPath)
          Create and add a new context.
 HttpContext HttpServer.addContext(java.lang.String virtualHost, HttpContext context)
          Add a context.
 HttpContext HttpServer.addContext(java.lang.String virtualHost, java.lang.String contextPathSpec)
          Create and add a new context.
 HttpContext HttpServer.getContext(java.lang.String contextPathSpec)
          Get or create context.
 HttpContext HttpServer.getContext(java.lang.String virtualHost, java.lang.String contextPathSpec)
          Get or create context.
 HttpContext HttpServer.getContext(java.lang.String virtualHost, java.lang.String contextPathSpec, int i)
          Get specific context.
 HttpContext[] HttpServer.getContexts()
           
 HttpContext HttpHandler.getHttpContext()
           
 HttpContext HttpResponse.getHttpContext()
          Get the HttpContext handling this reponse.
 HttpContext HttpContext.getHttpContext()
           
protected  HttpContext HttpServer.newHttpContext()
          Create a new HttpContext.
 HttpContext HttpServer.service(HttpRequest request, HttpResponse response)
          Service a request.
protected  HttpContext HttpConnection.service(HttpRequest request, HttpResponse response)
          Service a Request.
 

Methods in org.openqa.jetty.http with parameters of type HttpContext
 HttpContext HttpServer.addContext(HttpContext context)
          Add a context.
 HttpContext HttpServer.addContext(java.lang.String virtualHost, HttpContext context)
          Add a context.
 void HttpHandler.initialize(HttpContext context)
           
 void HttpContext.initialize(HttpContext context)
           
 boolean HttpServer.removeContext(HttpContext context)
          Remove a context or Web application.
 void HttpServer.setContexts(HttpContext[] contexts)
           
 void HttpResponse.setHttpContext(HttpContext context)
          Set the HttpContext handling this reponse.
 

Constructors in org.openqa.jetty.http with parameters of type HttpContext
ContextLoader(HttpContext context, java.lang.String classPath, java.lang.ClassLoader parent, java.security.PermissionCollection permisions)
          Constructor.
 

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

Methods in org.openqa.jetty.http.handler that return HttpContext
 HttpContext AbstractHttpHandler.getHttpContext()
           
 

Methods in org.openqa.jetty.http.handler with parameters of type HttpContext
 void AbstractHttpHandler.initialize(HttpContext context)
          Initialize with a HttpContext.
 

Uses of HttpContext in org.openqa.jetty.jetty
 

Methods in org.openqa.jetty.jetty that return HttpContext
protected  HttpContext Server.newHttpContext()
          Create a new ServletHttpContext.
 

Uses of HttpContext in org.openqa.jetty.jetty.servlet
 

Subclasses of HttpContext in org.openqa.jetty.jetty.servlet
 class ServletHttpContext
          ServletHttpContext.
 class WebApplicationContext
          Standard web.xml configured HttpContext.
 

Fields in org.openqa.jetty.jetty.servlet declared as HttpContext
protected  HttpContext ServletHandler._httpContext
           
 

Methods in org.openqa.jetty.jetty.servlet that return HttpContext
 HttpContext Holder.getHttpContext()
           
 HttpContext ServletHandler.getHttpContext()
           
 

Methods in org.openqa.jetty.jetty.servlet with parameters of type HttpContext
 void ServletHandler.initialize(HttpContext context)
           
 

Uses of HttpContext in org.openqa.selenium.server
 

Methods in org.openqa.selenium.server that return HttpContext
protected  HttpContext SeleniumServer.createRootContextWithProxyHandler(RemoteControlConfiguration configuration)
           
 HttpContext CachedContentTestHandler.getHttpContext()
           
 

Methods in org.openqa.selenium.server with parameters of type HttpContext
 Resource ClasspathResourceLocator.getResource(HttpContext context, java.lang.String pathInContext)
           
 Resource ResourceLocator.getResource(HttpContext context, java.lang.String pathInContext)
           
 Resource FsResourceLocator.getResource(HttpContext context, java.lang.String pathInContext)
           
 void CachedContentTestHandler.initialize(HttpContext c)
           
 

Uses of HttpContext in org.openqa.selenium.server.htmlrunner
 

Methods in org.openqa.selenium.server.htmlrunner that return HttpContext
 HttpContext SeleniumHTMLRunnerResultsHandler.getHttpContext()
           
 

Methods in org.openqa.selenium.server.htmlrunner with parameters of type HttpContext
 void SeleniumHTMLRunnerResultsHandler.initialize(HttpContext c)
           
 



Copyright © 2011. All Rights Reserved.