| Interface | Description |
|---|---|
| AcceptsPayload |
A moniker interface, which indicates that the processor accept payload.
|
| IoProcessor |
The collection of basic IO methods, such as connect, copy, delete, mkdir,
etc.
|
| NotThreadSafeProcessor |
A moniker interface which indicates that IO processor is not thread safe.
|
| ProducerPackage |
The parameter passed to the StreamingConnecto#stream method.
|
| RedisService |
A public interface for the redis wrapper.
|
| SplitProcessor |
The common interface for all classes that can split the source input stream
into multiple files.
|
| SplitReceiver |
A moniker interface, which indicates that the class supports
SplitProcessor. |
| StreamingConnector<S extends StreamingPackage,P extends ProducerPackage> |
The common interface for all connector classes that can stream data and
consume streams using given
IoProcessor. |
| StreamingPackage |
The parameter passed to the StreamingConnecto#consume method.
|
| StreamingProcessor |
A common interface for
IoProcessor classes which can stream data and consume data from streams. |
| Class | Description |
|---|---|
| AwsAuthUtils |
The utility class for AWS authentication.
|
| DirectProcessor |
This implementation of the IoProcessor gets and saves data directly into the
Alias#cData.
|
| FileProcessor |
The local file system implementation of the IoProcessor.
|
| FileResource |
This class is a substitution for the
File. |
| FileSorter |
The utility class to sort
List |
| FtpProcessor |
The FTP implementation of the IoProcessor.
|
| FtpsProcessor |
The FTPS implementation of the IoProcessor.
|
| FtpsUtils |
The collection of methods which implement FTPS protocol using
org.apache.commons.net.ftps client
|
| FtpUtils |
The collection of methods which implement FTP protocol using
org.apache.commons.net.ftp.
|
| HttpProcessor |
The HTTP implementation of the IoProcessor.
|
| IoProcessorFactory |
Instantiates the particular implementation of the IoProcessor by name.
|
| IoStatus |
The status POJO returned by most IO operations.
|
| Mailer |
This class sends emails using java mail API.
|
| MailParams |
The instance of this class is passed as a parameter to the
Mailer
methods. |
| MailProcessor |
The Mail implementation of the IoProcessor.
|
| NullProcessor |
This implementation of the IoProcessor saves data into the null device.
|
| ProxyFtpClient |
The proxy ftp client.
|
| ProxyFtpsClient |
The proxy FTPS client.
|
| ProxySocketFactory |
The instance of this class creates a socket connection using socket proxy.
|
| SftpProcessor |
The SFTP implementation of the IoProcessor.
|
| Enum | Description |
|---|---|
| HttpProcessor.HTTP_AUTH |
HTTP auth.
|
| HttpProcessor.HTTP_METHOD |
HTTP methods.
|
Copyright © 2010-2020 Toolsverse. All Rights Reserved.