Uses of Interface
org.simpleframework.http.message.Segment
Packages that use Segment
-
Uses of Segment in org.simpleframework.http.message
Subinterfaces of Segment in org.simpleframework.http.messageModifier and TypeInterfaceDescriptioninterfaceThis is aHeaderobject that is used to represent a basic form for the HTTP request message.Classes in org.simpleframework.http.message that implement SegmentModifier and TypeClassDescriptionclassTheHeaderConsumerobject is used to consume a HTTP header from the cursor.classTheRequestConsumerobject is used to parse the HTTP request line followed by the HTTP message headers.classTheSegmentConsumerobject provides a consumer that is used to consume a HTTP header.