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

Packages that use Body
org.simpleframework.http.message   
 

Uses of Body in org.simpleframework.http.message
 

Methods in org.simpleframework.http.message that return Body
 Body FixedLengthConsumer.getBody()
          This is used to acquire the body that has been consumed.
 Body FileUploadConsumer.getBody()
          This is used to acquire the body that has been consumed.
 Body EntityConsumer.getBody()
          This is used to acquire the body for this HTTP entity.
 Body Entity.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 ChunkedConsumer.getBody()
          This is used to acquire the body that has been consumed.
 Body BodyConsumer.getBody()
          This is used to acquire the body that has been consumed.
 



Copyright © 2014. All Rights Reserved.