Uses of Interface
org.simpleframework.http.message.Header
-
Packages that use Header Package Description org.simpleframework.http.message -
-
Uses of Header in org.simpleframework.http.message
Classes in org.simpleframework.http.message that implement Header Modifier and Type Class Description class
HeaderConsumer
TheHeaderConsumer
object is used to consume a HTTP header from the cursor.class
RequestConsumer
TheRequestConsumer
object 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 Header
Entity. getHeader()
This provides the HTTP request header for the entity.Header
EntityConsumer. getHeader()
This provides the HTTP request header for the entity.
-