Uses of Class
org.simpleframework.http.message.ArrayConsumer
Packages that use ArrayConsumer
-
Uses of ArrayConsumer in org.simpleframework.http.message
Subclasses of ArrayConsumer in org.simpleframework.http.messageModifier and TypeClassDescription(package private) class
TheBoundaryConsumer
is used to consume a boundary for a multipart message.class
TheHeaderConsumer
object is used to consume a HTTP header from the cursor.(package private) class
ThePartHeaderConsumer
object is used to consume the header for a multipart message.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.