Uses of Interface
org.simpleframework.http.message.Segment
-
Packages that use Segment Package Description org.simpleframework.http.message -
-
Uses of Segment in org.simpleframework.http.message
Subinterfaces of Segment in org.simpleframework.http.message Modifier and Type Interface Description interfaceHeaderThis is aHeaderobject that is used to represent a basic form for the HTTP request message.Classes in org.simpleframework.http.message that implement Segment Modifier and Type Class Description classHeaderConsumerTheHeaderConsumerobject is used to consume a HTTP header from the cursor.(package private) classPartHeaderConsumerThePartHeaderConsumerobject is used to consume the header for a multipart message.classRequestConsumerTheRequestConsumerobject is used to parse the HTTP request line followed by the HTTP message headers.classSegmentConsumerTheSegmentConsumerobject provides a consumer that is used to consume a HTTP header.Fields in org.simpleframework.http.message declared as Segment Modifier and Type Field Description private 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 Segment Modifier and Type Method Description protected 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 booleanConsumerFactory. isChunked(Segment segment)This is used to extract information from the HTTP header that can be used to determine the type of the body.protected booleanConsumerFactory. isFixed(Segment segment)This is used to extract information from the HTTP header that can be used to determine the type of the body.protected booleanConsumerFactory. isUpload(Segment segment)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 Segment Constructor Description BufferPart(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.
-