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 TypeInterfaceDescriptioninterface
This is aHeader
object that is used to represent a basic form for the HTTP request message.Classes in org.simpleframework.http.message that implement SegmentModifier and TypeClassDescriptionclass
TheHeaderConsumer
object is used to consume a HTTP header from the cursor.(package private) class
ThePartHeaderConsumer
object is used to consume the header for a multipart message.class
TheRequestConsumer
object is used to parse the HTTP request line followed by the HTTP message headers.class
TheSegmentConsumer
object provides a consumer that is used to consume a HTTP header.Fields in org.simpleframework.http.message declared as SegmentModifier and TypeFieldDescriptionprivate final Segment
BufferPart.segment
This is the segment representing the headers for the part.protected Segment
ConsumerFactory.segment
This is the header associated with the request body consumed.private Segment
ContentConsumer.segment
Represents the HTTP headers that were provided for the part.Methods in org.simpleframework.http.message with parameters of type SegmentModifier and TypeMethodDescriptionprotected byte[]
ConsumerFactory.getBoundary
(Segment header) This is used to extract information from the HTTP header that can be used to determine the type of the body.protected boolean
This is used to extract information from the HTTP header that can be used to determine the type of the body.protected boolean
This is used to extract information from the HTTP header that can be used to determine the type of the body.protected boolean
This is used to extract information from the HTTP header that can be used to determine the type of the body.Constructors in org.simpleframework.http.message with parameters of type SegmentModifierConstructorDescriptionBufferPart
(Segment segment, Buffer buffer) Constructor for theBufferPart
object.ConsumerFactory
(Allocator allocator, Segment segment) Constructor for theConsumerFactory
object.ContentConsumer
(Allocator allocator, Segment segment, PartSeries series, byte[] boundary) Constructor for theContentConsumer
object.PartBodyConsumer
(Allocator allocator, Segment segment, byte[] boundary) Constructor for thePartBodyConsumer
object.PartBodyConsumer
(Allocator allocator, Segment segment, PartSeries series, byte[] boundary) Constructor for thePartBodyConsumer
object.PartFactory
(Allocator allocator, Segment header, long length) Constructor for thePartFactory
object.