Interface | Description |
---|---|
Disposable |
Defines an element that can be disposed,
typically to free some temporary allocated resources when the element is not to be used anymore.
|
Class | Description |
---|---|
Cache<K,V> |
Provides a cache facility that allows to store key/pair values
with an expiration option.
|
EncryptionProvider |
Provides basic facilities to encrypt and decrypt content.
|
HeaderUtils |
Provides utilities to handle HTTP headers.
|
MultipartUtils |
Provides utilities to handle MIME parts.
|