Uses of Interface
railo.commons.net.http.Entity

Packages that use Entity
railo.commons.io.res.type.s3   
railo.commons.net.http   
railo.commons.net.http.httpclient3   
railo.commons.net.http.httpclient3.entity   
railo.commons.net.http.httpclient4   
railo.commons.net.http.httpclient4.entity   
 

Uses of Entity in railo.commons.io.res.type.s3
 

Methods in railo.commons.io.res.type.s3 with parameters of type Entity
 void S3.put(String bucketName, String objectName, int acl, Entity re)
           
 

Uses of Entity in railo.commons.net.http
 

Methods in railo.commons.net.http that return Entity
static Entity HTTPEngine.getByteArrayEntity(byte[] barr, String contentType)
           
static Entity HTTPEngine.getEmptyEntity(String contentType)
           
static Entity HTTPEngine.getResourceEntity(Resource res, String contentType)
           
static Entity HTTPEngine.getTemporaryStreamEntity(TemporaryStream ts, String contentType)
           
 

Uses of Entity in railo.commons.net.http.httpclient3
 

Methods in railo.commons.net.http.httpclient3 that return Entity
static Entity HTTPEngine3Impl.getByteArrayEntity(byte[] barr, String contentType)
           
static Entity HTTPEngine3Impl.getEmptyEntity(String contentType)
           
static Entity HTTPEngine3Impl.getResourceEntity(Resource res, String contentType)
           
static Entity HTTPEngine3Impl.getTemporaryStreamEntity(TemporaryStream ts, String contentType)
           
 

Uses of Entity in railo.commons.net.http.httpclient3.entity
 

Subinterfaces of Entity in railo.commons.net.http.httpclient3.entity
 interface Entity3
           
 

Classes in railo.commons.net.http.httpclient3.entity that implement Entity
 class _ByteArrayRequestEntity
           
 class EmptyRequestEntity
           
 class ResourceRequestEntity
          A RequestEntity that represents a Resource.
 class TemporaryStreamRequestEntity
           
 

Uses of Entity in railo.commons.net.http.httpclient4
 

Methods in railo.commons.net.http.httpclient4 that return Entity
static Entity HTTPEngine4Impl.getByteArrayEntity(byte[] barr, String contentType)
           
static Entity HTTPEngine4Impl.getEmptyEntity(String contentType)
           
static Entity HTTPEngine4Impl.getResourceEntity(Resource res, String contentType)
           
static Entity HTTPEngine4Impl.getTemporaryStreamEntity(TemporaryStream ts, String contentType)
           
 

Uses of Entity in railo.commons.net.http.httpclient4.entity
 

Subinterfaces of Entity in railo.commons.net.http.httpclient4.entity
 interface Entity4
           
 

Classes in railo.commons.net.http.httpclient4.entity that implement Entity
 class ByteArrayHttpEntity
           
 class EmptyHttpEntity
           
 class ResourceHttpEntity
          A RequestEntity that represents a Resource.
 class TemporaryStreamHttpEntity
           
 



Copyright © 2012 Railo