Uses of Interface
org.simpleframework.http.message.ByteConsumer
Packages that use ByteConsumer
-
Uses of ByteConsumer in org.simpleframework.http.message
Subinterfaces of ByteConsumer in org.simpleframework.http.messageModifier and TypeInterfaceDescriptioninterfaceTheBodyConsumeris used to consume the body of an HTTP message.Classes in org.simpleframework.http.message that implement ByteConsumerModifier and TypeClassDescriptionclassTheArrayConsumerobject is a consumer that consumes bytes in to an internal array before processing.(package private) classTheBoundaryConsumeris used to consume a boundary for a multipart message.classTheChunkedConsumeris reads an decodes a stream using the chunked transfer coding.(package private) classTheContentConsumerobject represents a consumer for a multipart body part.classTheEmptyConsumerobject is used to represent a body of zero length.classTheEntityConsumerobject is used to consume data from a cursor and build a request entity.classTheFileUploadConsumerobject is used to consume a list of parts encoded in the multipart format.classTheFixedLengthConsumerobject reads a fixed number of bytes from a cursor.classTheHeaderConsumerobject is used to consume a HTTP header from the cursor.(package private) classThePartBodyConsumerobject is used to consume a part the contents of a multipart body.(package private) classThePartConsumerobject is used to consume a part from a part list.(package private) classThePartEntryConsumerobject is used to consume each part from the part list.(package private) classThePartHeaderConsumerobject is used to consume the header for a multipart message.(package private) classThePartSeriesConsumerobject is used to consume a list of parts encoded in the multipart format.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.(package private) classTheTokenConsumerobject is used to consume a token from the cursor.classTheUpdateConsumerobject is used to create a consumer that is used to consume and process large bodies.Fields in org.simpleframework.http.message declared as ByteConsumerModifier and TypeFieldDescriptionprivate final ByteConsumerPartEntryConsumer.consumerThis is used to consume the actual part from the list.private ByteConsumerPartConsumer.currentThis is the current consumer used to read from the cursor.private ByteConsumerPartBodyConsumer.tokenThis is used to consume the final terminal token from the part.