Uses of Class
org.mockserver.serialization.model.TcpChaosProfileDTO
Packages that use TcpChaosProfileDTO
-
Uses of TcpChaosProfileDTO in org.mockserver.serialization.model
Methods in org.mockserver.serialization.model that return TcpChaosProfileDTOModifier and TypeMethodDescriptionTcpChaosProfileDTO.setBandwidthBytesPerSec(Long bandwidthBytesPerSec) TcpChaosProfileDTO.setHttp2GoAway(Boolean http2GoAway) TcpChaosProfileDTO.setHttp2GoAwayErrorCode(Long http2GoAwayErrorCode) TcpChaosProfileDTO.setHttp2GoAwayLastStreamId(Long http2GoAwayLastStreamId) TcpChaosProfileDTO.setLatencyMs(Long latencyMs) TcpChaosProfileDTO.setLimitDataBytes(Long limitDataBytes) TcpChaosProfileDTO.setResetAfterResponseChunks(Integer resetAfterResponseChunks) TcpChaosProfileDTO.setResetMidResponse(Boolean resetMidResponse) TcpChaosProfileDTO.setResetPeer(Boolean resetPeer) TcpChaosProfileDTO.setSlicerChunkSize(Integer slicerChunkSize) TcpChaosProfileDTO.setSlowClose(Boolean slowClose) TcpChaosProfileDTO.setSlowCloseDelay(DelayDTO slowCloseDelay) TcpChaosProfileDTO.setTimeout(Boolean timeout)