Uses of Interface
org.simpleframework.http.RequestHeader

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

Uses of RequestHeader in org.simpleframework.http
 

Subinterfaces of RequestHeader in org.simpleframework.http
 interface Request
          The Request is used to provide an interface to the HTTP entity body and message header.
 

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

Uses of RequestHeader in org.simpleframework.http.core
 

Methods in org.simpleframework.http.core that return RequestHeader
 RequestHeader Conversation.getRequest()
          This provides the Request object.
 

Constructors in org.simpleframework.http.core with parameters of type RequestHeader
Conversation(RequestHeader request, ResponseHeader response)
          Constructor for the Conversation object.
 



Copyright © 2014. All Rights Reserved.