- All Superinterfaces:
AutoCloseable
Keeps the current nonce for a request. Make sure that the
close() method is
always invoked, otherwise the related Session will be
blocked.
This object is for internal use only.
- Since:
- 4.0.0
-
Method Summary
-
Method Details
-
getNonce
Gets the last base64 encoded nonce, ornullif the session is new. -
setNonce
Sets the base64 encoded nonce received by the server. -
close
void close()Closes the NonceHolder. Must be invoked!- Specified by:
closein interfaceAutoCloseable
-