Package org.mockserver.state
package org.mockserver.state
-
ClassDescriptionAn opaque binary blob with key and optional metadata, stored in a
BlobStore.Binary large-object store abstraction.SPI for pluggableBlobStoreimplementations.Serializable entry stored in the expectationKeyValueStore.Filesystem-backedBlobStoreimplementation.In-memoryBlobStoreimplementation backed by aConcurrentHashMap.In-memoryKeyValueStorefor expectations, backed by aCircularPriorityQueuethat provides identical ordering and insertion-order eviction to today'sRequestMatchersinternals.General-purpose in-memoryKeyValueStorebacked by aConcurrentHashMap.Default in-memoryStateBackendthat wraps today's exact data structures for zero behaviour change.Listener for state-change events on aKeyValueStore.Versioned key-value store abstraction for shared MockServer state.A key-value entry with version metadata.Pluggable backend for all shared MockServer state.Pluggable factory for theStateBackend.Creates aStateBackendfor anHttpStateinstance.Versioned<V>A value paired with an optimistic-concurrency version number.