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.classTheChunkedConsumeris reads an decodes a stream using the chunked transfer coding.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.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.classTheUpdateConsumerobject is used to create a consumer that is used to consume and process large bodies.