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

Subclasses of AbstractHttpHandler in org.openqa.selenium.server
 class ProxyHandler
          Proxy request handler.
 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.