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 interface
Request
TheRequest
is 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 class
RequestWrapper
TheRequestWrapper
object is used so that the originalRequest
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 Modifier and Type Method Description RequestHeader
Conversation. getRequest()
This provides theRequest
object.Constructors in org.simpleframework.http.core with parameters of type RequestHeader Constructor Description Conversation(RequestHeader request, ResponseHeader response)
Constructor for theConversation
object.
-