Uses of Interface
org.simpleframework.http.RequestHeader
Packages that use RequestHeader
-
Uses of RequestHeader in org.simpleframework.http
Subinterfaces of RequestHeader in org.simpleframework.httpModifier and TypeInterfaceDescriptioninterface
TheRequest
is used to provide an interface to the HTTP entity body and message header.Classes in org.simpleframework.http that implement RequestHeaderModifier and TypeClassDescriptionclass
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
Classes in org.simpleframework.http.core that implement RequestHeaderModifier and TypeClassDescription(package private) class
This object is used to represent a HTTP request.(package private) class
TheRequestMessage
object is used to create a HTTP request header representation.Fields in org.simpleframework.http.core declared as RequestHeaderModifier and TypeFieldDescriptionprivate final RequestHeader
Conversation.request
This contains the request headers and protocol version.Methods in org.simpleframework.http.core that return RequestHeaderConstructors in org.simpleframework.http.core with parameters of type RequestHeaderModifierConstructorDescriptionConversation
(RequestHeader request, ResponseHeader response) Constructor for theConversation
object.