|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OneWayCodec | |
---|---|
org.szegedi.spring.web.jsflow.codec | Contains framework for transcoding serialized flowstates, adding compression, encryption, and digital signature to them. |
Uses of OneWayCodec in org.szegedi.spring.web.jsflow.codec |
---|
Methods in org.szegedi.spring.web.jsflow.codec that return OneWayCodec | |
---|---|
OneWayCodec |
PooledCodec.createDecoder()
|
OneWayCodec |
IntegrityCodec.createDecoder()
|
OneWayCodec |
ConfidentialityCodec.createDecoder()
|
OneWayCodec |
CompressionCodec.createDecoder()
|
OneWayCodec |
CompositeCodec.createDecoder()
|
OneWayCodec |
BinaryStateCodec.createDecoder()
Create a one-way single-threaded, nonshared codec instance able to decode a state as received from the client or from an upstream codec. |
OneWayCodec |
PooledCodec.createEncoder()
|
OneWayCodec |
IntegrityCodec.createEncoder()
|
OneWayCodec |
ConfidentialityCodec.createEncoder()
|
OneWayCodec |
CompressionCodec.createEncoder()
|
OneWayCodec |
CompositeCodec.createEncoder()
|
OneWayCodec |
BinaryStateCodec.createEncoder()
Create a one-way single-threaded, nonshared codec instance able to encode a state as should be sent to a client or a downstream codec. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |