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 BodyRequestEntity. bodyThe body contains the message content sent by the client.Methods in org.simpleframework.http.core that return Body Modifier and Type Method Description BodyRequestCollector. 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) classBufferBodyTheBodyinterface 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 BodyBufferPart. bodyThis is the body that forms the payload for the part.Methods in org.simpleframework.http.message that return Body Modifier and Type Method Description BodyBodyConsumer. getBody()This is used to acquire the body that has been consumed.BodyChunkedConsumer. getBody()This is used to acquire the body that has been consumed.BodyContentConsumer. getBody()This is used to acquire the body for this HTTP entity.BodyEmptyConsumer. getBody()This is used to acquire the body that has been consumed.BodyEntity. getBody()This is used to acquire the body for this HTTP entity.BodyEntityConsumer. getBody()This is used to acquire the body for this HTTP entity.BodyFileUploadConsumer. getBody()This is used to acquire the body that has been consumed.BodyFixedLengthConsumer. getBody()This is used to acquire the body that has been consumed.BodyPartBodyConsumer. getBody()This is used to acquire the body that has been consumed.BodyPartSeriesConsumer. getBody()This is used to acquire the body that has been consumed.
-