Uses of Class
org.simpleframework.http.message.UpdateConsumer
Packages that use UpdateConsumer
-
Uses of UpdateConsumer in org.simpleframework.http.message
Subclasses of UpdateConsumer in org.simpleframework.http.messageModifier and TypeClassDescriptionclass
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
TheFixedLengthConsumer
object reads a fixed number of bytes from a cursor.