org.apache.geronimo.jetty6.cluster
Class ClusteredSessionHandler
java.lang.Object
org.mortbay.component.AbstractLifeCycle
org.mortbay.jetty.handler.AbstractHandler
org.mortbay.jetty.handler.AbstractHandlerContainer
org.mortbay.jetty.handler.HandlerWrapper
org.mortbay.jetty.servlet.SessionHandler
org.apache.geronimo.jetty6.cluster.ClusteredSessionHandler
- All Implemented Interfaces:
- org.mortbay.component.LifeCycle, org.mortbay.jetty.Handler, org.mortbay.jetty.HandlerContainer
public class ClusteredSessionHandler
- extends org.mortbay.jetty.servlet.SessionHandler
Fields inherited from class org.mortbay.jetty.handler.AbstractHandler |
_string |
Fields inherited from interface org.mortbay.jetty.Handler |
ALL, DEFAULT, ERROR, FORWARD, INCLUDE, REQUEST |
Methods inherited from class org.mortbay.jetty.servlet.SessionHandler |
addEventListener, clearEventListeners, doStart, doStop, getSessionManager, setRequestedId, setServer, setSessionManager |
Methods inherited from class org.mortbay.jetty.handler.HandlerWrapper |
addHandler, expandChildren, getHandler, setHandler |
Methods inherited from class org.mortbay.jetty.handler.AbstractHandlerContainer |
expandHandler, getChildHandlerByClass, getChildHandlers, getChildHandlersByClass |
Methods inherited from class org.mortbay.jetty.handler.AbstractHandler |
destroy, getServer, toString |
Methods inherited from class org.mortbay.component.AbstractLifeCycle |
isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, start, stop |
Methods inherited from interface org.mortbay.component.LifeCycle |
isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, start, stop |
ClusteredSessionHandler
public ClusteredSessionHandler(ClusteredSessionManager sessionManager,
PreHandler chainedHandler)
handle
public void handle(String target,
HttpServletRequest request,
HttpServletResponse response,
int dispatch)
throws IOException,
ServletException
- Specified by:
handle
in interface org.mortbay.jetty.Handler
- Overrides:
handle
in class org.mortbay.jetty.servlet.SessionHandler
- Throws:
IOException
ServletException
doHandle
protected void doHandle(String target,
HttpServletRequest request,
HttpServletResponse response,
int dispatch)
throws IOException,
ServletException
- Throws:
IOException
ServletException
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.