Package | Description |
---|---|
org.waarp.common.command |
Global classes that store all informations on implemented commands, arguments, reply codes.
|
org.waarp.common.crypto |
Classes implementing Encryption for Password support or for File Encryption
AES is the best compromise in term of security and efficiency.
|
org.waarp.common.crypto.ssl |
Classes implementing SSL support for Netty
To generate the stores for Waarp for instance, you need to create 2 JKS keyStore.
|
org.waarp.common.file |
Classes implementing File, Directory, Authentication and Session Interfaces
|
org.waarp.common.file.filesystembased |
Classes implementing FileInterface and Directory according to a filesystem implementation
|
org.waarp.common.file.passthrough |
Classes implementing FileInterface and Directory according to a pass through implementation (no
storage since data are just pass through this interface)
|
org.waarp.common.state |
Classes implementing basic Finite State Machine
|
org.waarp.common.utility |
Classes implementing Some String and File facility
|
org.waarp.common.xml |
Classes implementing XML facility
|
Class and Description |
---|
InvalidArgumentException
Argument invalid exception
|
Class and Description |
---|
CryptoException
Crypto exception
|
Class and Description |
---|
CryptoException
Crypto exception
|
Class and Description |
---|
FileEndOfTransferException
File End Of Transfer exception: the end of the transfer is reached from file point of view
|
FileTransferException
File Transfer exception (error during transfer from file point of view)
|
NoRestartException
No restart exception
|
Class and Description |
---|
FileEndOfTransferException
File End Of Transfer exception: the end of the transfer is reached from file point of view
|
FileTransferException
File Transfer exception (error during transfer from file point of view)
|
NoRestartException
No restart exception
|
Class and Description |
---|
FileEndOfTransferException
File End Of Transfer exception: the end of the transfer is reached from file point of view
|
FileTransferException
File Transfer exception (error during transfer from file point of view)
|
Class and Description |
---|
IllegalFiniteStateException
Exception for Finite State Machine support
|
Class and Description |
---|
FileTransferException
File Transfer exception (error during transfer from file point of view)
|
InvalidArgumentException
Argument invalid exception
|
Class and Description |
---|
InvalidArgumentException
Argument invalid exception
|
Copyright © 2009–2019 Waarp. All rights reserved.