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.(package private) classThePartHeaderConsumerobject is used to consume the header for a multipart message.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.Fields in org.simpleframework.http.message declared as SegmentModifier and TypeFieldDescriptionprivate final SegmentBufferPart.segmentThis is the segment representing the headers for the part.protected SegmentConsumerFactory.segmentThis is the header associated with the request body consumed.private SegmentContentConsumer.segmentRepresents 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 booleanThis is used to extract information from the HTTP header that can be used to determine the type of the body.protected booleanThis is used to extract information from the HTTP header that can be used to determine the type of the body.protected booleanThis 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 theBufferPartobject.ConsumerFactory(Allocator allocator, Segment segment) Constructor for theConsumerFactoryobject.ContentConsumer(Allocator allocator, Segment segment, PartSeries series, byte[] boundary) Constructor for theContentConsumerobject.PartBodyConsumer(Allocator allocator, Segment segment, byte[] boundary) Constructor for thePartBodyConsumerobject.PartBodyConsumer(Allocator allocator, Segment segment, PartSeries series, byte[] boundary) Constructor for thePartBodyConsumerobject.PartFactory(Allocator allocator, Segment header, long length) Constructor for thePartFactoryobject.