|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StreamDealer | |
---|---|
guarana.toolkit.task.streamdealers.ciphers | Provides a set of supported and already implemented ciphers. |
guarana.toolkit.task.streamdealers.codecs | Provides a set of supported and already implemented codecs. |
guarana.toolkit.task.streamdealers.compressors | Provides a set of supported and already implemented compressors. |
Uses of StreamDealer in guarana.toolkit.task.streamdealers.ciphers |
---|
Subclasses of StreamDealer in guarana.toolkit.task.streamdealers.ciphers | |
---|---|
class |
Cipher
An abstract cipher. |
class |
Decrypter
Decrypts an inbound message body encrypted with an specific cipher. |
class |
Encrypter
Encrypts an inbound message body according to an specific cipher. |
Uses of StreamDealer in guarana.toolkit.task.streamdealers.codecs |
---|
Subclasses of StreamDealer in guarana.toolkit.task.streamdealers.codecs | |
---|---|
class |
Codec
An abstract codec. |
class |
Decoder
Decodes an inbound message body from one format to another according to the codec used. |
class |
Encoder
Encodes an inbound message body according to an specific codec. |
Uses of StreamDealer in guarana.toolkit.task.streamdealers.compressors |
---|
Subclasses of StreamDealer in guarana.toolkit.task.streamdealers.compressors | |
---|---|
class |
Compressor
An abstract compressor. |
class |
Unzipper
Uncompress an inbound message body compressed with an specific compressor. |
class |
Zipper
Compacts an inbound message body according to an specific compressor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |