Package com.vaadin.kubernetes.starter.sessiontracker
package com.vaadin.kubernetes.starter.sessiontracker
-
ClassDescriptionHolder for distributed storage session key.Exception raise during session serialization to indicate that VaadinSession lock is required to complete the operation.Enum for SameSite cookie attribute values.An
HttpSessionListenerimplementation that handles population and destruction of session data stored on a distributed storage.Callbacks that are called after a successful serialization and deserialization or when an error happens during the serialization or deserialization.Component responsible for replicating HTTP session attributes to a distributed storage.Utility class to handle the storage of the distributed storage session key.An HTTP filter implementation that serializes and persists HTTP session on a distributed storage at the end of the request.Utility class for session operations.UnserializableComponentWrapper<S extends Serializable,T extends com.vaadin.flow.component.Component> A wrapper component that allows an otherwise unserializableComponentto be serialized and deserialized using the provided serializer and deserializer functions.Exception raise during session serialization whenUnserializableComponentWrapperis found in the UI tree to indicate that VaadinSession lock is required to complete the operation.