Uses of Class
org.mockserver.model.BinaryResponse
-
Packages that use BinaryResponse Package Description org.mockserver.client org.mockserver.mock org.mockserver.model org.mockserver.serialization.model -
-
Uses of BinaryResponse in org.mockserver.client
Methods in org.mockserver.client with parameters of type BinaryResponse Modifier and Type Method Description Expectation[]ForwardChainExpectation. respondWithBinary(BinaryResponse binaryResponse) -
Uses of BinaryResponse in org.mockserver.mock
Methods in org.mockserver.mock that return BinaryResponse Modifier and Type Method Description BinaryResponseExpectation. getBinaryResponse()Methods in org.mockserver.mock with parameters of type BinaryResponse Modifier and Type Method Description ExpectationExpectation. thenRespondWithBinary(BinaryResponse binaryResponse) -
Uses of BinaryResponse in org.mockserver.model
Methods in org.mockserver.model that return BinaryResponse Modifier and Type Method Description static BinaryResponseBinaryResponse. binaryResponse()static BinaryResponseBinaryResponse. binaryResponse(byte[] binaryData)BinaryResponseBinaryResponse. withBinaryData(byte[] binaryData) -
Uses of BinaryResponse in org.mockserver.serialization.model
Methods in org.mockserver.serialization.model that return BinaryResponse Modifier and Type Method Description BinaryResponseBinaryResponseDTO. buildObject()Constructors in org.mockserver.serialization.model with parameters of type BinaryResponse Constructor Description BinaryResponseDTO(BinaryResponse binaryResponse)
-