org.apache.geronimo.jetty.cluster
Class AbstractClusteredHandleInterceptor
java.lang.Object
org.apache.geronimo.jetty.cluster.AbstractClusteredHandleInterceptor
- All Implemented Interfaces:
- HandleInterceptor
public abstract class AbstractClusteredHandleInterceptor
- extends Object
- implements HandleInterceptor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractClusteredHandleInterceptor
public AbstractClusteredHandleInterceptor()
handle
public void handle(String pathInContext,
String pathParams,
org.mortbay.http.HttpRequest httpRequest,
org.mortbay.http.HttpResponse httpResponse,
HandleInterceptor end)
throws org.mortbay.http.HttpException,
IOException
- Specified by:
handle
in interface HandleInterceptor
- Throws:
org.mortbay.http.HttpException
IOException
newClusteredInvocation
protected abstract org.apache.geronimo.clustering.ClusteredInvocation newClusteredInvocation(String pathInContext,
String pathParams,
org.mortbay.http.HttpRequest request,
org.mortbay.http.HttpResponse response,
HandleInterceptor end)
Copyright © 2006 Apache Software Foundation. All Rights Reserved.