org.apache.geronimo.jetty6.cluster
Class AbstractClusteredPreHandler
java.lang.Object
org.apache.geronimo.jetty6.AbstractPreHandler
org.apache.geronimo.jetty6.cluster.AbstractClusteredPreHandler
- All Implemented Interfaces:
- PreHandler, org.mortbay.component.LifeCycle, org.mortbay.jetty.Handler
- Direct Known Subclasses:
- WADIClusteredPreHandler
public abstract class AbstractClusteredPreHandler
- extends AbstractPreHandler
Fields inherited from interface org.mortbay.jetty.Handler |
ALL, DEFAULT, ERROR, FORWARD, INCLUDE, REQUEST |
Methods inherited from class org.apache.geronimo.jetty6.AbstractPreHandler |
destroy, getServer, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, setNextHandler, setServer, start, stop |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractClusteredPreHandler
public AbstractClusteredPreHandler()
handle
public void handle(String target,
HttpServletRequest request,
HttpServletResponse response,
int dispatch)
throws IOException,
ServletException
- Throws:
IOException
ServletException
newClusteredInvocation
protected abstract ClusteredInvocation newClusteredInvocation(String target,
HttpServletRequest request,
HttpServletResponse response,
int dispatch)
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.