Uses of Interface
org.simpleframework.http.message.Header
-
Packages that use Header Package Description org.simpleframework.http.core org.simpleframework.http.message -
-
Uses of Header in org.simpleframework.http.core
Fields in org.simpleframework.http.core declared as Header Modifier and Type Field Description private HeaderQueryBuilder. headerThis is the header that is used to acquire the data.protected HeaderRequestMessage. headerThis is the underlying header used to house the headers.Methods in org.simpleframework.http.core that return Header Modifier and Type Method Description HeaderRequestCollector. getHeader()This provides the HTTP request header for the entity.Constructors in org.simpleframework.http.core with parameters of type Header Constructor Description RequestMessage(Header header)Constructor for theRequestMessageobject. -
Uses of Header in org.simpleframework.http.message
Classes in org.simpleframework.http.message that implement Header Modifier and Type Class Description classHeaderConsumerTheHeaderConsumerobject is used to consume a HTTP header from the cursor.classRequestConsumerTheRequestConsumerobject is used to parse the HTTP request line followed by the HTTP message headers.Methods in org.simpleframework.http.message that return Header Modifier and Type Method Description HeaderEntity. getHeader()This provides the HTTP request header for the entity.HeaderEntityConsumer. getHeader()This provides the HTTP request header for the entity.Methods in org.simpleframework.http.message with parameters of type Header Modifier and Type Method Description voidContinueDispatcher. execute(Header header)This will execute the continue if the header contains the expectation header.
-