Uses of Class
org.simpleframework.http.message.PartEntryConsumer
-
Packages that use PartEntryConsumer Package Description org.simpleframework.http.message -
-
Uses of PartEntryConsumer in org.simpleframework.http.message
Fields in org.simpleframework.http.message declared as PartEntryConsumer Modifier and Type Field Description private PartEntryConsumer
PartSeriesConsumer. consumer
This is used to consume individual parts from the part list.Methods in org.simpleframework.http.message that return PartEntryConsumer Modifier and Type Method Description PartEntryConsumer
PartEntryFactory. getInstance()
This creates a new part entry consumer that can be used to read the next part from the list.
-