Uses of Interface
org.simpleframework.http.message.PartSeries
Packages that use PartSeries
-
Uses of PartSeries in org.simpleframework.http.message
Classes in org.simpleframework.http.message that implement PartSeriesModifier and TypeClassDescription(package private) class
ThePartData
object represents an ordered list of parts that were uploaded within a HTTP entity body.Fields in org.simpleframework.http.message declared as PartSeriesModifier and TypeFieldDescriptionprivate final PartSeries
BufferBody.series
This is used to hold the attachments for the HTTP body.private PartSeries
ContentConsumer.series
This is the part list that this part is to be added to.private PartSeries
PartConsumer.series
This is used to add the consumed parts to when finished.private final PartSeries
PartEntryFactory.series
This is used to accumulate all the parts of the upload.private PartSeries
PartSeriesConsumer.series
This is used to accumulate all the parts of the upload.Methods in org.simpleframework.http.message with parameters of type PartSeriesModifier and TypeMethodDescriptionPartFactory.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 PartSeriesModifierConstructorDescriptionBufferBody
(Buffer buffer, PartSeries series) Constructor for theBufferBody
object.ContentConsumer
(Allocator allocator, Segment segment, PartSeries series, byte[] boundary) Constructor for theContentConsumer
object.PartBodyConsumer
(Allocator allocator, Segment segment, PartSeries series, byte[] boundary) Constructor for thePartBodyConsumer
object.PartConsumer
(Allocator allocator, PartSeries series, byte[] terminal, long length) Constructor for thePartConsumer
object.PartEntryConsumer
(Allocator allocator, PartSeries series, byte[] terminal, long length) Constructor for thePartEntryConsumer
object.PartEntryFactory
(Allocator allocator, PartSeries series, byte[] terminal, long length) Constructor for thePartEntryFactory
object.PartSeriesConsumer
(Allocator allocator, PartSeries series, byte[] boundary) Constructor for thePartSeriesConsumer
object.PartSeriesConsumer
(Allocator allocator, PartSeries series, byte[] boundary, long length) Constructor for thePartSeriesConsumer
object.