Uses of Interface
org.simpleframework.http.Request

Packages that use Request
org.simpleframework.http   
org.simpleframework.http.core   
 

Uses of Request in org.simpleframework.http
 

Classes in org.simpleframework.http that implement Request
 class RequestWrapper
          The RequestWrapper object is used so that the original Request object can be wrapped in a filtering proxy object.
 

Fields in org.simpleframework.http declared as Request
protected  Request RequestWrapper.request
          This is the request instance that is being wrapped.
 

Constructors in org.simpleframework.http with parameters of type Request
RequestWrapper(Request request)
          Constructor for RequestWrapper object.
 

Uses of Request in org.simpleframework.http.core
 

Methods in org.simpleframework.http.core with parameters of type Request
 void Container.handle(Request req, Response resp)
          Used to pass the Request and Response to the container for processing.
 



Copyright © 2013. All Rights Reserved.