Uses of Interface
org.openqa.jetty.http.HttpHandler

Packages that use HttpHandler
org.openqa.jetty.http   
org.openqa.jetty.http.ajp   
org.openqa.jetty.http.handler   
org.openqa.jetty.http.nio   
org.openqa.jetty.jetty.servlet   
org.openqa.selenium.server   
org.openqa.selenium.server.htmlrunner   
 

Uses of HttpHandler in org.openqa.jetty.http
 

Classes in org.openqa.jetty.http that implement HttpHandler
 class HttpContext
          Context for a collection of HttpHandlers.
 

Methods in org.openqa.jetty.http that return HttpHandler
 HttpHandler HttpServer.findHandler(Class handlerClass, String uri, String[] vhosts)
          Find handler.
 HttpHandler HttpContext.getHandler(Class handlerClass)
          Get a handler by class.
 HttpHandler[] HttpContext.getHandlers()
          Get all handlers.
 HttpHandler SocketListener.getHttpHandler()
           
 HttpHandler HttpListener.getHttpHandler()
          Get an optional HttpHandler for the listener.
 HttpHandler HttpContext.removeHandler(int i)
          Remove a handler.
 

Methods in org.openqa.jetty.http with parameters of type HttpHandler
 void HttpContext.addHandler(HttpHandler handler)
          Add a HttpHandler to the context.
 void HttpContext.addHandler(int i, HttpHandler handler)
          Add a handler.
 int HttpContext.getHandlerIndex(HttpHandler handler)
          Get handler index.
 void HttpContext.removeHandler(HttpHandler handler)
          Remove a handler.
 void HttpContext.setHandlers(HttpHandler[] handlers)
           
 void SocketListener.setHttpHandler(HttpHandler handler)
           
 

Uses of HttpHandler in org.openqa.jetty.http.ajp
 

Methods in org.openqa.jetty.http.ajp that return HttpHandler
 HttpHandler AJP13Listener.getHttpHandler()
           
 

Methods in org.openqa.jetty.http.ajp with parameters of type HttpHandler
 void AJP13Listener.setHttpHandler(HttpHandler handler)
           
 

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

Classes in org.openqa.jetty.http.handler that implement HttpHandler
 class AbstractHttpHandler
          Base HTTP Handler.
 class CollettaProxyHandler
           
 class DumpHandler
          Dump request handler.
 class ErrorPageHandler
          Handler for Error pages A handler that is registered at the org.openqa.jetty.http.ErrorHandler context attributed and called by the HttpResponse.sendError method to write a error page.
 class ExpiryHandler
          Handler that allows the default Expiry of all content to be set.
 class ForwardHandler
          Forward Request Handler.
 class HTAccessHandler
          Handler to authenticate access using the Apache's .htaccess files.
 class IPAccessHandler
          Handler to authenticate access from certain IP-addresses.
 class MsieSslHandler
          Handler to force MSIE SSL connections to not be persistent to work around MSIE5 bug.
 class NotFoundHandler
          Handler for resources that were not found.
 class NullHandler
          Abstract HTTP Handler.
 class ProxyHandler
          Proxy request handler.
 class ResourceHandler
          Handler to serve files and resources.
 class RootNotFoundHandler
           
 class SecurityHandler
          Handler to enforce SecurityConstraints.
 class SetResponseHeadersHandler
          Handler that allows arbitrary HTTP Header values to be set in the response.
 

Uses of HttpHandler in org.openqa.jetty.http.nio
 

Methods in org.openqa.jetty.http.nio that return HttpHandler
 HttpHandler SocketChannelListener.getHttpHandler()
           
 

Methods in org.openqa.jetty.http.nio with parameters of type HttpHandler
 void SocketChannelListener.setHttpHandler(HttpHandler handler)
           
 

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

Classes in org.openqa.jetty.jetty.servlet that implement HttpHandler
 class ServletHandler
          Servlet HttpHandler.
 class ServletHttpContext
          ServletHttpContext.
 class WebApplicationContext
          Standard web.xml configured HttpContext.
 class WebApplicationHandler
          WebApp HttpHandler.
 

Fields in org.openqa.jetty.jetty.servlet declared as HttpHandler
protected  HttpHandler Holder._httpHandler
           
 

Methods in org.openqa.jetty.jetty.servlet that return HttpHandler
 HttpHandler Holder.getHttpHandler()
           
 

Constructors in org.openqa.jetty.jetty.servlet with parameters of type HttpHandler
FilterHolder(HttpHandler httpHandler, String name, String className)
           
Holder(HttpHandler httpHandler, String name, String className)
           
 

Uses of HttpHandler in org.openqa.selenium.server
 

Classes in org.openqa.selenium.server that implement HttpHandler
 class CachedContentTestHandler
          This test handler is only needed for testing caching.
 class SeleniumDriverResourceHandler
          A Jetty handler that takes care of remote Selenium requests.
 class StaticContentHandler
           
 

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

Classes in org.openqa.selenium.server.htmlrunner that implement HttpHandler
 class SeleniumHTMLRunnerResultsHandler
          Handles results of HTMLRunner (aka TestRunner, FITRunner) in automatic mode.
 class SingleTestSuiteResourceHandler
          Generates a test suite table designed to run a single Selenium test; to use it, point TestRunner.html to /singleTest/http://my.com/single/test.html
 



Copyright © 2011. All Rights Reserved.