Uses of Interface
org.simpleframework.http.message.Header
Packages that use Header
-
Uses of Header in org.simpleframework.http.core
Fields in org.simpleframework.http.core declared as HeaderModifier and TypeFieldDescriptionprivate final Header
QueryBuilder.header
This is the header that is used to acquire the data.protected Header
RequestMessage.header
This is the underlying header used to house the headers.Methods in org.simpleframework.http.core that return HeaderModifier and TypeMethodDescriptionRequestCollector.getHeader()
This provides the HTTP request header for the entity.Constructors in org.simpleframework.http.core with parameters of type HeaderModifierConstructorDescriptionRequestMessage
(Header header) Constructor for theRequestMessage
object. -
Uses of Header in org.simpleframework.http.message
Classes in org.simpleframework.http.message that implement HeaderModifier and TypeClassDescriptionclass
TheHeaderConsumer
object is used to consume a HTTP header from the cursor.class
TheRequestConsumer
object is used to parse the HTTP request line followed by the HTTP message headers.Methods in org.simpleframework.http.message that return HeaderModifier and TypeMethodDescriptionEntity.getHeader()
This provides the HTTP request header for the entity.EntityConsumer.getHeader()
This provides the HTTP request header for the entity.Methods in org.simpleframework.http.message with parameters of type Header