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
Classes in org.simpleframework.http.core that implement RequestHeader Modifier and Type Class Description (package private) classRequestEntityThis object is used to represent a HTTP request.(package private) classRequestMessageTheRequestMessageobject is used to create a HTTP request header representation.Fields in org.simpleframework.http.core declared as RequestHeader Modifier and Type Field Description private RequestHeaderConversation. requestThis contains the request headers and protocol version.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.
-