Uses of Class
org.mockserver.model.HttpError
Packages that use HttpError
Package
Description
-
Uses of HttpError in org.mockserver.client
Methods in org.mockserver.client with parameters of type HttpErrorModifier and TypeMethodDescriptionReturn error when expectation is matched -
Uses of HttpError in org.mockserver.log.model
Methods in org.mockserver.log.model that return HttpErrorMethods in org.mockserver.log.model with parameters of type HttpError -
Uses of HttpError in org.mockserver.mock
Methods in org.mockserver.mock that return HttpErrorMethods in org.mockserver.mock with parameters of type HttpError -
Uses of HttpError in org.mockserver.mock.action.http
Methods in org.mockserver.mock.action.http with parameters of type HttpError -
Uses of HttpError in org.mockserver.model
Methods in org.mockserver.model that return HttpErrorModifier and TypeMethodDescriptionstatic HttpErrorHttpError.error()ExpectationStep.getHttpError()HttpError.withDropConnection(Boolean dropConnection) Forces the connection to be dropped without any response being returnedHttpError.withResponseBytes(byte[] responseBytes) The raw response to be returned, allowing the expectation to specify any invalid response as a raw byte[]Methods in org.mockserver.model with parameters of type HttpError -
Uses of HttpError in org.mockserver.serialization.java
Methods in org.mockserver.serialization.java with parameters of type HttpError -
Uses of HttpError in org.mockserver.serialization.model
Methods in org.mockserver.serialization.model that return HttpErrorConstructors in org.mockserver.serialization.model with parameters of type HttpError