Uses of Interface
org.openqa.jetty.util.LifeCycle

Packages that use LifeCycle
org.openqa.jetty.http   
org.openqa.jetty.http.ajp   
org.openqa.jetty.http.handler   
org.openqa.jetty.http.nio   
org.openqa.jetty.jetty   
org.openqa.jetty.jetty.servlet   
org.openqa.jetty.log   
org.openqa.jetty.util   
org.openqa.jetty.util.jmx   
org.openqa.selenium.server   
org.openqa.selenium.server.htmlrunner   
 

Uses of LifeCycle in org.openqa.jetty.http
 

Subinterfaces of LifeCycle in org.openqa.jetty.http
 interface HttpHandler
          HTTP handler.
 interface HttpListener
          HTTP Listener.
 interface RequestLog
          Abstract HTTP Request Log format
 

Classes in org.openqa.jetty.http that implement LifeCycle
 class HostSocketListener
          Forced Host Listener this simple listener extention forces the host header to be set to a specific value.
 class HttpContext
          Context for a collection of HttpHandlers.
 class HttpServer
          HTTP Server.
 class JsseListener
          Deprecated. use SslListener
 class NCSARequestLog
          NCSA HTTP Request Log.
 class ResourceCache
           
 class SocketListener
          Socket HTTP Listener.
 class SslListener
          JSSE Socket Listener.
 class SunJsseListener
          Deprecated. Use org.openqa.jetty.http.SslListener
 

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

Classes in org.openqa.jetty.http.ajp that implement LifeCycle
 class AJP13Listener
          AJP 1.3 Protocol Listener.
 

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

Classes in org.openqa.jetty.http.handler that implement LifeCycle
 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 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 LifeCycle in org.openqa.jetty.http.nio
 

Classes in org.openqa.jetty.http.nio that implement LifeCycle
 class SocketChannelListener
          EXPERIMENTAL NIO listener!
 

Uses of LifeCycle in org.openqa.jetty.jetty
 

Classes in org.openqa.jetty.jetty that implement LifeCycle
 class Server
          The Jetty HttpServer.
 

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

Subinterfaces of LifeCycle in org.openqa.jetty.jetty.servlet
 interface SessionManager
          Session Manager.
 

Classes in org.openqa.jetty.jetty.servlet that implement LifeCycle
 class AbstractSessionManager
          An Abstract implementation of SessionManager.
 class FilterHolder
           
 class HashSessionManager
          An in-memory implementation of SessionManager.
 class Holder
           
 class ServletHandler
          Servlet HttpHandler.
 class ServletHolder
          Servlet Instance and Context Holder.
 class ServletHttpContext
          ServletHttpContext.
 class WebApplicationContext
          Standard web.xml configured HttpContext.
 class WebApplicationHandler
          WebApp HttpHandler.
 

Uses of LifeCycle in org.openqa.jetty.log
 

Subinterfaces of LifeCycle in org.openqa.jetty.log
 interface LogSink
          A Log sink.
 

Classes in org.openqa.jetty.log that implement LifeCycle
 class NullLogSink
           
 class OutputStreamLogSink
          A Log sink.
 

Uses of LifeCycle in org.openqa.jetty.util
 

Classes in org.openqa.jetty.util that implement LifeCycle
 class Container
          Abstract Container.
 class IO
          IO Utilities.
 class LifeCycleThread
          Base Thread class implementing LifeCycle.
 class Pool
          A pool of Objects.
 class ThreadedServer
          Threaded socket server.
 class ThreadPool
          A pool of threads.
 

Uses of LifeCycle in org.openqa.jetty.util.jmx
 

Constructors in org.openqa.jetty.util.jmx with parameters of type LifeCycle
LifeCycleMBean(LifeCycle object)
           
 

Uses of LifeCycle in org.openqa.selenium.server
 

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

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

Classes in org.openqa.selenium.server.htmlrunner that implement LifeCycle
 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.