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 TypeInterfaceDescriptioninterface
TheBodyConsumer
is used to consume the body of an HTTP message.Classes in org.simpleframework.http.message that implement ByteConsumerModifier and TypeClassDescriptionclass
TheArrayConsumer
object is a consumer that consumes bytes in to an internal array before processing.(package private) class
TheBoundaryConsumer
is used to consume a boundary for a multipart message.class
TheChunkedConsumer
is reads an decodes a stream using the chunked transfer coding.(package private) class
TheContentConsumer
object represents a consumer for a multipart body part.class
TheEmptyConsumer
object is used to represent a body of zero length.class
TheEntityConsumer
object is used to consume data from a cursor and build a request entity.class
TheFileUploadConsumer
object is used to consume a list of parts encoded in the multipart format.class
TheFixedLengthConsumer
object reads a fixed number of bytes from a cursor.class
TheHeaderConsumer
object is used to consume a HTTP header from the cursor.(package private) class
ThePartBodyConsumer
object is used to consume a part the contents of a multipart body.(package private) class
ThePartConsumer
object is used to consume a part from a part list.(package private) class
ThePartEntryConsumer
object is used to consume each part from the part list.(package private) class
ThePartHeaderConsumer
object is used to consume the header for a multipart message.(package private) class
ThePartSeriesConsumer
object is used to consume a list of parts encoded in the multipart format.class
TheRequestConsumer
object is used to parse the HTTP request line followed by the HTTP message headers.class
TheSegmentConsumer
object provides a consumer that is used to consume a HTTP header.(package private) class
TheTokenConsumer
object is used to consume a token from the cursor.class
TheUpdateConsumer
object 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 ByteConsumer
PartEntryConsumer.consumer
This is used to consume the actual part from the list.private ByteConsumer
PartConsumer.current
This is the current consumer used to read from the cursor.private ByteConsumer
PartBodyConsumer.token
This is used to consume the final terminal token from the part.