|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BinaryStateCodec | |
---|---|
org.szegedi.spring.web.jsflow.codec | Contains framework for transcoding serialized flowstates, adding compression, encryption, and digital signature to them. |
org.szegedi.spring.web.jsflow.support |
Uses of BinaryStateCodec in org.szegedi.spring.web.jsflow.codec |
---|
Classes in org.szegedi.spring.web.jsflow.codec that implement BinaryStateCodec | |
---|---|
class |
CompositeCodec
A codec that composes several other codecs. |
class |
CompressionCodec
A codec that will compress the serialized flowstate upon encoding and decompress it upon decoding. |
class |
ConfidentialityCodec
A codec that will encrypt the flowstate when encoding, and decrypt it upon decoding. |
class |
IntegrityCodec
A codec that will add a digital signature to the flowstate when encoding, and check the validity of the signature (and strip it) upon decoding. |
class |
PooledCodec
A codec that can pool and reuse OneWayCodec instances of another
codec it wraps. |
Methods in org.szegedi.spring.web.jsflow.codec with parameters of type BinaryStateCodec | |
---|---|
void |
PooledCodec.setBinaryStateCodec(BinaryStateCodec binaryStateCodec)
|
Uses of BinaryStateCodec in org.szegedi.spring.web.jsflow.support |
---|
Methods in org.szegedi.spring.web.jsflow.support with parameters of type BinaryStateCodec | |
---|---|
void |
AbstractFlowStateStorage.setBinaryStateCodec(BinaryStateCodec binaryStateCodec)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |