Uses of Interface
juju.reattore.protocol.http.HttpResponse

Packages that use HttpResponse
juju.reattore.protocol.http   
juju.reattore.protocol.http.impl   
juju.reattore.server.intercept   
juju.reattore.server.intercept.impl   
 

Uses of HttpResponse in juju.reattore.protocol.http
 

Methods in juju.reattore.protocol.http with parameters of type HttpResponse
 void HttpProtocol.seed(HttpRequest req, HttpResponse resp)
          Re-seed this protocol with a new request.
 

Uses of HttpResponse in juju.reattore.protocol.http.impl
 

Classes in juju.reattore.protocol.http.impl that implement HttpResponse
 class BaseHttpResponse
          Basic HTTP response implementation.
 

Methods in juju.reattore.protocol.http.impl with parameters of type HttpResponse
 void Http11Protocol.seed(HttpRequest req, HttpResponse resp)
           
 

Uses of HttpResponse in juju.reattore.server.intercept
 

Methods in juju.reattore.server.intercept with parameters of type HttpResponse
 boolean Interceptor.process(HttpRequest req, HttpResponse resp)
          Process an incoming HTTP request if possible, filling in the given response as it goes.
 

Uses of HttpResponse in juju.reattore.server.intercept.impl
 

Methods in juju.reattore.server.intercept.impl with parameters of type HttpResponse
protected  boolean VelocityInterceptor.populateContext(org.apache.velocity.VelocityContext ctx, HttpRequest req, HttpResponse resp)
          Hook to allow a derrived class to add extra items to the context.
 boolean VelocityInterceptor.process(HttpRequest req, HttpResponse resp)
           
protected  boolean StatInterceptor.populateContext(org.apache.velocity.VelocityContext ctx, HttpRequest req, HttpResponse resp)
           
 boolean PartitioningInterceptor.process(HttpRequest req, HttpResponse resp)
           
 boolean FileInterceptor.process(HttpRequest req, HttpResponse resp)
           
 boolean FallbackErrorInterceptor.process(HttpRequest req, HttpResponse resp)
           
 boolean ErrorInterceptor.process(HttpRequest req, HttpResponse resp)
           
 boolean DelegatingInterceptor.process(HttpRequest req, HttpResponse resp)
           
 boolean CachingInterceptor.process(HttpRequest req, HttpResponse resp)
           
protected  boolean AutoIndexInterceptor.populateContext(org.apache.velocity.VelocityContext ctx, HttpRequest req, HttpResponse resp)
           
 



Copyright © 2002-2003 Michael Hope. All Rights Reserved.