|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BinaryStateCodec
Instances of a binary state codec can be added to any
AbstractFlowStateStorage
to transform the binary representation of the serialized state.
Tipically, you will add codecs when using
ClientSideFlowStateStorage to compress,
encrypt, and/or digitally sign the state before passing it to the client.
| Method Summary | |
|---|---|
OneWayCodec |
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 |
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. |
| Method Detail |
|---|
OneWayCodec createDecoder()
throws java.lang.Exception
java.lang.Exception
OneWayCodec createEncoder()
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||