Uses of Class
org.simpleframework.http.message.ConsumerFactory
-
Packages that use ConsumerFactory Package Description org.simpleframework.http.message -
-
Uses of ConsumerFactory in org.simpleframework.http.message
Subclasses of ConsumerFactory in org.simpleframework.http.message Modifier and Type Class Description (package private) class
PartFactory
ThePartFactory
represents a factory for creating the consumers that are used to read a multipart upload message.Fields in org.simpleframework.http.message declared as ConsumerFactory Modifier and Type Field Description protected ConsumerFactory
EntityConsumer. factory
This is used to create a body consumer for the entity.
-