Uses of Interface
org.simpleframework.http.message.Body
-
Packages that use Body Package Description org.simpleframework.http.core org.simpleframework.http.message -
-
Uses of Body in org.simpleframework.http.core
Fields in org.simpleframework.http.core declared as Body Modifier and Type Field Description private Body
RequestEntity. body
The body contains the message content sent by the client.Methods in org.simpleframework.http.core that return Body Modifier and Type Method Description Body
RequestCollector. getBody()
This is used to acquire the body for this HTTP entity. -
Uses of Body in org.simpleframework.http.message
Classes in org.simpleframework.http.message that implement Body Modifier and Type Class Description (package private) class
BufferBody
TheBody
interface is used to represent the body of a HTTP entity.Fields in org.simpleframework.http.message declared as Body Modifier and Type Field Description private Body
BufferPart. body
This is the body that forms the payload for the part.Methods in org.simpleframework.http.message that return Body Modifier and Type Method Description Body
BodyConsumer. getBody()
This is used to acquire the body that has been consumed.Body
ChunkedConsumer. getBody()
This is used to acquire the body that has been consumed.Body
ContentConsumer. getBody()
This is used to acquire the body for this HTTP entity.Body
EmptyConsumer. getBody()
This is used to acquire the body that has been consumed.Body
Entity. getBody()
This is used to acquire the body for this HTTP entity.Body
EntityConsumer. getBody()
This is used to acquire the body for this HTTP entity.Body
FileUploadConsumer. getBody()
This is used to acquire the body that has been consumed.Body
FixedLengthConsumer. getBody()
This is used to acquire the body that has been consumed.Body
PartBodyConsumer. getBody()
This is used to acquire the body that has been consumed.Body
PartSeriesConsumer. getBody()
This is used to acquire the body that has been consumed.
-