Uses of Class
org.mockserver.serialization.model.DelayDTO
Packages that use DelayDTO
-
Uses of DelayDTO in org.mockserver.serialization.model
Methods in org.mockserver.serialization.model that return DelayDTOModifier and TypeMethodDescriptionConnectionOptionsDTO.getChunkDelay()ConnectionOptionsDTO.getCloseSocketDelay()ConfigurationDTO.getConnectionDelay()AfterActionDTO.getDelay()BinaryResponseDTO.getDelay()DnsResponseDTO.getDelay()ExpectationStepDTO.getDelay()GrpcBidiResponseDTO.getDelay()GrpcStreamMessageDTO.getDelay()GrpcStreamResponseDTO.getDelay()HttpClassCallbackDTO.getDelay()HttpErrorDTO.getDelay()HttpForwardDTO.getDelay()HttpForwardValidateActionDTO.getDelay()HttpForwardWithFallbackDTO.getDelay()HttpLlmResponseDTO.getDelay()HttpObjectCallbackDTO.getDelay()HttpOverrideForwardedRequestDTO.getDelay()HttpResponseDTO.getDelay()HttpSseResponseDTO.getDelay()HttpTemplateDTO.getDelay()HttpWebSocketResponseDTO.getDelay()SseEventDTO.getDelay()WebSocketMessageModelDTO.getDelay()HttpChaosProfileDTO.getLatency()HttpChaosProfileDTO.getSlowResponseChunkDelay()AfterActionDTO.getTimeout()ExpectationStepDTO.getTimeout()DelayDTO.setDistribution(DelayDistributionDTO distribution) DelayDTO.setTimeUnit(TimeUnit timeUnit) DelayDTO.setValue(long value) Methods in org.mockserver.serialization.model with parameters of type DelayDTOModifier and TypeMethodDescriptionConnectionOptionsDTO.setChunkDelay(DelayDTO chunkDelay) ConnectionOptionsDTO.setCloseSocketDelay(DelayDTO closeSocketDelay) ConfigurationDTO.setConnectionDelay(DelayDTO connectionDelay) voidvoidvoidHttpChaosProfileDTO.setLatency(DelayDTO latency) HttpChaosProfileDTO.setSlowResponseChunkDelay(DelayDTO slowResponseChunkDelay) AfterActionDTO.setTimeout(DelayDTO timeout) ExpectationStepDTO.setTimeout(DelayDTO timeout)