Uses of Class
org.mockserver.model.TcpChaosProfile
Packages that use TcpChaosProfile
Package
Description
-
Uses of TcpChaosProfile in org.mockserver.mock.action.http
Methods in org.mockserver.mock.action.http that return TcpChaosProfileModifier and TypeMethodDescriptionReturns the TCP chaos profile registered for the given host, ornullif none (or it has expired — an expired entry is removed lazily here).TcpChaosRegistry.patch(String host, TcpChaosProfile partial) Applies JSON Merge Patch semantics to the TCP chaos profile for the given host.Methods in org.mockserver.mock.action.http that return types with arguments of type TcpChaosProfileModifier and TypeMethodDescriptionTcpChaosRegistry.entries()Returns a snapshot copy of the current, non-expired host to profile mappings.Methods in org.mockserver.mock.action.http with parameters of type TcpChaosProfileModifier and TypeMethodDescriptionTcpChaosRegistry.patch(String host, TcpChaosProfile partial) Applies JSON Merge Patch semantics to the TCP chaos profile for the given host.voidTcpChaosRegistry.put(String host, TcpChaosProfile profile) Register (or replace) the TCP chaos profile for the given host with no expiry.voidTcpChaosRegistry.put(String host, TcpChaosProfile profile, long ttlMillis) Register (or replace) the TCP chaos profile for the given host, optionally with a time-to-live after which it auto-expires. -
Uses of TcpChaosProfile in org.mockserver.model
Methods in org.mockserver.model that return TcpChaosProfileModifier and TypeMethodDescriptionstatic TcpChaosProfileTcpChaosProfile.tcpChaosProfile()TcpChaosProfile.withBandwidthBytesPerSec(Long bandwidthBytesPerSec) TcpChaosProfile.withLatencyMs(Long latencyMs) TcpChaosProfile.withLimitDataBytes(Long limitDataBytes) TcpChaosProfile.withResetPeer(Boolean resetPeer) TcpChaosProfile.withSlicerChunkSize(Integer slicerChunkSize) TcpChaosProfile.withSlowClose(Boolean slowClose) TcpChaosProfile.withTimeout(Boolean timeout) -
Uses of TcpChaosProfile in org.mockserver.serialization.model
Methods in org.mockserver.serialization.model that return TcpChaosProfileConstructors in org.mockserver.serialization.model with parameters of type TcpChaosProfile