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

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

Uses of HttpRequest in juju.reattore.protocol.http
 

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

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

Classes in juju.reattore.protocol.http.impl that implement HttpRequest
 class BaseHttpRequest
          HTTP request implementation.
 

Methods in juju.reattore.protocol.http.impl that return HttpRequest
static HttpRequest HttpParserHelper.parseRequest(java.lang.String in)
          Parse the given string and return it as a request.
 

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

Uses of HttpRequest in juju.reattore.server.intercept
 

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

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

Methods in juju.reattore.server.intercept.impl with parameters of type HttpRequest
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.