Uses of Class
org.openqa.jetty.http.handler.AbstractHttpHandler

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

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

Subclasses of AbstractHttpHandler in org.openqa.jetty.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 AbstractHttpHandler in org.openqa.selenium.server
 

Subclasses of AbstractHttpHandler in org.openqa.selenium.server
 class SeleniumDriverResourceHandler
          A Jetty handler that takes care of remote Selenium requests.
 class StaticContentHandler
           
 

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

Subclasses of AbstractHttpHandler in org.openqa.selenium.server.htmlrunner
 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.