Modifier and Type | Method and Description |
---|---|
void |
S3.put(String bucketName,
String objectName,
int acl,
Entity re) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Interface and Description |
---|---|
interface |
Entity3 |
Modifier and Type | Class and Description |
---|---|
class |
_ByteArrayRequestEntity |
class |
EmptyRequestEntity |
class |
ResourceRequestEntity
A RequestEntity that represents a Resource.
|
class |
TemporaryStreamRequestEntity |
Modifier and Type | Method and Description |
---|---|
static Entity |
HTTPEngine4Impl.getByteArrayEntity(byte[] barr,
String contentType) |
static Entity |
HTTPEngineImpl.getByteArrayEntity(byte[] barr,
String contentType) |
static Entity |
HTTPEngine4Impl.getEmptyEntity(String contentType) |
static Entity |
HTTPEngineImpl.getEmptyEntity(String contentType) |
static Entity |
HTTPEngine4Impl.getResourceEntity(Resource res,
String contentType) |
static Entity |
HTTPEngineImpl.getResourceEntity(Resource res,
String contentType) |
static Entity |
HTTPEngine4Impl.getTemporaryStreamEntity(TemporaryStream ts,
String contentType) |
static Entity |
HTTPEngineImpl.getTemporaryStreamEntity(TemporaryStream ts,
String contentType) |
Modifier and Type | Interface and Description |
---|---|
interface |
Entity4 |
Modifier and Type | Class and Description |
---|---|
class |
ByteArrayHttpEntity |
class |
EmptyHttpEntity |
class |
ResourceHttpEntity
A RequestEntity that represents a Resource.
|
class |
TemporaryStreamHttpEntity |
Copyright © 2015 Lucee