Uses of Class
org.mockserver.model.PreemptionRequest
Packages that use PreemptionRequest
-
Uses of PreemptionRequest in org.mockserver.mock.action.http
Methods in org.mockserver.mock.action.http that return PreemptionRequestModifier and TypeMethodDescriptionPreemptionSimulator.getRequest()The active preemption request (effective, post-clamp), or null when not cordoned.PreemptionSimulator.start(PreemptionRequest req) Begin (or replace) a preemption simulation.Methods in org.mockserver.mock.action.http with parameters of type PreemptionRequestModifier and TypeMethodDescriptionPreemptionSimulator.start(PreemptionRequest req) Begin (or replace) a preemption simulation. -
Uses of PreemptionRequest in org.mockserver.model
Methods in org.mockserver.model that return PreemptionRequestModifier and TypeMethodDescriptionstatic PreemptionRequestPreemptionRequest.preemptionRequest()PreemptionRequest.withDrainMillis(Long drainMillis) PreemptionRequest.withLastStreamId(Long lastStreamId) PreemptionRequest.withMode(PreemptionRequest.Mode mode) PreemptionRequest.withTtlMillis(Long ttlMillis)