Uses of Interface
org.simpleframework.http.message.Body

Packages that use Body
Package
Description
 
  • Uses of Body in org.simpleframework.http.message

    Methods in org.simpleframework.http.message that return Body
    Modifier and Type
    Method
    Description
    BodyConsumer.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.
    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.