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) class
PartData
ThePartData
object 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 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 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 PartSeries Modifier and Type Method Description BodyConsumer
PartFactory. 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 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.
-