Uses of Interface
org.simpleframework.http.message.PartSeries
-
Packages that use PartSeries Package Description org.simpleframework.http.message -
-
Uses of PartSeries in org.simpleframework.http.message
Classes in org.simpleframework.http.message that implement PartSeries Modifier and Type Class Description (package private) classPartDataThePartDataobject represents an ordered list of parts that were uploaded within a HTTP entity body.Fields in org.simpleframework.http.message declared as PartSeries Modifier and Type Field Description private PartSeriesBufferBody. seriesThis is used to hold the attachments for the HTTP body.private PartSeriesContentConsumer. seriesThis is the part list that this part is to be added to.private PartSeriesPartConsumer. seriesThis is used to add the consumed parts to when finished.private PartSeriesPartEntryFactory. seriesThis is used to accumulate all the parts of the upload.private PartSeriesPartSeriesConsumer. seriesThis is used to accumulate all the parts of the upload.Methods in org.simpleframework.http.message with parameters of type PartSeries Modifier and Type Method Description BodyConsumerPartFactory. getInstance(PartSeries series, byte[] boundary)This method is used to create the consumer given the list and boundary for the part.Constructors in org.simpleframework.http.message with parameters of type PartSeries Constructor Description BufferBody(Buffer buffer, PartSeries series)Constructor for theBufferBodyobject.ContentConsumer(Allocator allocator, Segment segment, PartSeries series, byte[] boundary)Constructor for theContentConsumerobject.PartBodyConsumer(Allocator allocator, Segment segment, PartSeries series, byte[] boundary)Constructor for thePartBodyConsumerobject.PartConsumer(Allocator allocator, PartSeries series, byte[] terminal, long length)Constructor for thePartConsumerobject.PartEntryConsumer(Allocator allocator, PartSeries series, byte[] terminal, long length)Constructor for thePartEntryConsumerobject.PartEntryFactory(Allocator allocator, PartSeries series, byte[] terminal, long length)Constructor for thePartEntryFactoryobject.PartSeriesConsumer(Allocator allocator, PartSeries series, byte[] boundary)Constructor for thePartSeriesConsumerobject.PartSeriesConsumer(Allocator allocator, PartSeries series, byte[] boundary, long length)Constructor for thePartSeriesConsumerobject.
-