Package | Description |
---|---|
org.jets3t.apps.cockpit.gui |
Provides the main GUI components (dialogs and panels) for Cockpit.
|
org.jets3t.service.impl.rest.httpclient |
Provides a REST/HTTP S3 Service implementation based on the
Apache HttpClient library - this
implementation is the most reliable and efficient implementation provided with JetS3t.
|
org.jets3t.service.multi.s3 | |
org.jets3t.service.multithread |
A multi-threading utility that manages multiple S3 interactions at once by wrapping an S3Service
implementation and running this service with multiple threads.
|
org.jets3t.service.utils |
General purpose utilities used throughout the JetS3t toolkit and applications.
|
org.jets3t.servlets.gatekeeper.impl |
Implementations of interfaces used by the Gatekeeper servlet to do its work - these implementation
classes can be used as-is, but it is more likely they will be used as a starting-point for
Service Providers who will extend them to perform exactly as needed in their authorization
scenarios.
|
Modifier and Type | Method and Description |
---|---|
static void |
BucketLoggingDialog.showDialog(Frame ownerFrame,
S3Service s3Service,
S3Bucket[] buckets,
HyperlinkActivatedListener hyperlinkListener)
Dialog box for displaying and modifying the logging status of buckets.
|
static void |
BucketLoggingDialog.showDialog(Frame ownerFrame,
S3Service s3Service,
String[] bucketNames,
HyperlinkActivatedListener hyperlinkListener)
Dialog box for displaying and modifying the logging status of buckets.
|
Constructor and Description |
---|
BucketLoggingDialog(Frame ownerFrame,
S3Service s3Service,
String[] bucketNames,
HyperlinkActivatedListener hyperlinkListener) |
SignedGetUrlDialog(Frame ownerFrame,
HyperlinkActivatedListener hyperlinkListener,
S3Service s3Service,
S3Object[] objects) |
Modifier and Type | Class and Description |
---|---|
class |
RestS3Service
REST/HTTP implementation of an S3Service based on the
HttpClient library.
|
Constructor and Description |
---|
ThreadedS3Service(S3Service service,
StorageServiceEventListener listener) |
Modifier and Type | Method and Description |
---|---|
S3Service |
S3ServiceMulti.getS3Service()
Deprecated.
|
Constructor and Description |
---|
S3ServiceMulti(S3Service s3Service,
S3ServiceEventListener listener)
Deprecated.
Construct a multi-threaded service based on an S3Service and which sends event notifications
to an event listening class.
|
S3ServiceMulti(S3Service s3Service,
S3ServiceEventListener listener,
long threadSleepTimeMS)
Deprecated.
Construct a multi-threaded service based on an S3Service and which sends event notifications
to an event listening class, and which will send EVENT_IN_PROGRESS events at the specified
time interval.
|
S3ServiceSimpleMulti(S3Service s3Service)
Deprecated.
Construct a multi-threaded service based on an S3Service.
|
Modifier and Type | Method and Description |
---|---|
void |
MultipartUtils.uploadObjects(String bucketName,
S3Service s3Service,
List<StorageObject> objectsForMultipartUpload,
S3ServiceEventListener eventListener)
Upload one or more file-based objects to S3 as multipart uploads, where each
object's underlying file is split into parts based on the value of
MultipartUtils.maxPartSize . |
Modifier and Type | Field and Description |
---|---|
protected S3Service |
DefaultUrlSigner.s3Service |
Copyright © 2006–2018. All rights reserved.