Class ChallengeMomento

  • All Implemented Interfaces:
    java.io.Serializable

    public class ChallengeMomento
    extends java.lang.Object
    implements java.io.Serializable
    Challenge momento to reinstate the ServerHttpConnection and HttpRequestState.
    Author:
    Daniel Sagenschneider
    See Also:
    Serialized Form
    • Constructor Detail

      • ChallengeMomento

        public ChallengeMomento​(java.io.Serializable connection,
                                java.io.Serializable requestState)
        Instantiate.
        Parameters:
        connection - Momento for the ServerHttpConnection.
        requestState - Momento for the HttpRequestState.
    • Method Detail

      • getHttpRequestStateMomento

        public java.io.Serializable getHttpRequestStateMomento()
        Obtains the momento for the HttpRequestState.
        Returns:
        Momento for the HttpRequestState.