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(java.lang.Class handlerClass, java.lang.String uri, java.lang.String[] vhosts)
          Find handler.
 HttpHandler HttpContext.getHandler(java.lang.Class handlerClass)
          Get a handler by class.
 HttpHandler[] HttpContext.getHandlers()
          Get all handlers.
 HttpHandler HttpListener.getHttpHandler()
          Get an optional HttpHandler for the listener.
 HttpHandler SocketListener.getHttpHandler()
           
 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 RestishHandler.
 class CollettaProxyHandler
           
 class DumpHandler
          Dump request handler.
 class ErrorPageHandler
          RestishHandler 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
          RestishHandler that allows the default Expiry of all content to be set.
 class ForwardHandler
          Forward Request RestishHandler.
 class HTAccessHandler
          RestishHandler to authenticate access using the Apache's .htaccess files.
 class IPAccessHandler
          RestishHandler to authenticate access from certain IP-addresses.
 class MsieSslHandler
          RestishHandler to force MSIE SSL connections to not be persistent to work around MSIE5 bug.
 class NotFoundHandler
          RestishHandler for resources that were not found.
 class NullHandler
          Abstract HTTP RestishHandler.
 class ResourceHandler
          RestishHandler to serve files and resources.
 class RootNotFoundHandler
           
 class SecurityHandler
          RestishHandler to enforce SecurityConstraints.
 class SetResponseHeadersHandler
          RestishHandler 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, java.lang.String name, java.lang.String className)
           
Holder(HttpHandler httpHandler, java.lang.String name, java.lang.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 ProxyHandler
          Proxy request handler.
 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 © 2012. All Rights Reserved.