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()TcpChaosProfileDTO.getSlowCloseDelay()HttpChaosProfileDTO.getSlowResponseChunkDelay()LoadStepDTO.getThinkTime()AfterActionDTO.getTimeout()ExpectationStepDTO.getTimeout()DelayDTO.setDistribution(DelayDistributionDTO distribution) DelayDTO.setTemplate(String template) DelayDTO.setTemplateType(HttpTemplate.TemplateType templateType) 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) TcpChaosProfileDTO.setSlowCloseDelay(DelayDTO slowCloseDelay) HttpChaosProfileDTO.setSlowResponseChunkDelay(DelayDTO slowResponseChunkDelay) LoadStepDTO.setThinkTime(DelayDTO thinkTime) AfterActionDTO.setTimeout(DelayDTO timeout) ExpectationStepDTO.setTimeout(DelayDTO timeout)