Uses of Class
org.mockserver.serialization.model.HttpErrorDTO
-
Packages that use HttpErrorDTO Package Description org.mockserver.serialization.model -
-
Uses of HttpErrorDTO in org.mockserver.serialization.model
Methods in org.mockserver.serialization.model that return HttpErrorDTO Modifier and Type Method Description HttpErrorDTO
ExpectationDTO. getHttpError()
HttpErrorDTO
HttpErrorDTO. setDelay(DelayDTO host)
HttpErrorDTO
HttpErrorDTO. setDropConnection(Boolean port)
HttpErrorDTO
HttpErrorDTO. setResponseBytes(byte[] scheme)
Methods in org.mockserver.serialization.model with parameters of type HttpErrorDTO Modifier and Type Method Description ExpectationDTO
ExpectationDTO. setHttpError(HttpErrorDTO httpError)
-