Uses of Interface
org.simpleframework.http.RequestHeader
-
Packages that use RequestHeader Package Description org.simpleframework.http org.simpleframework.http.core -
-
Uses of RequestHeader in org.simpleframework.http
Subinterfaces of RequestHeader in org.simpleframework.http Modifier and Type Interface Description interfaceRequestTheRequestis used to provide an interface to the HTTP entity body and message header.Classes in org.simpleframework.http that implement RequestHeader Modifier and Type Class Description classRequestWrapperTheRequestWrapperobject is used so that the originalRequestobject 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 Modifier and Type Method Description RequestHeaderConversation. getRequest()This provides theRequestobject.Constructors in org.simpleframework.http.core with parameters of type RequestHeader Constructor Description Conversation(RequestHeader request, ResponseHeader response)Constructor for theConversationobject.
-