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