Package org.mockserver.model
Class BinaryRequestDefinition
java.lang.Object
org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
org.mockserver.model.ObjectWithJsonToString
org.mockserver.model.Not
org.mockserver.model.RequestDefinition
org.mockserver.model.BinaryRequestDefinition
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BinaryRequestDefinitionstatic BinaryRequestDefinitionbinaryRequest(byte[] binaryData) booleanbyte[]inthashCode()withBinaryData(byte[] binaryData) withSocketAddress(SocketAddress socketAddress) Methods inherited from class org.mockserver.model.RequestDefinition
cloneWithLogCorrelationId, getLogCorrelationId, withLogCorrelationIdMethods inherited from class org.mockserver.model.ObjectWithJsonToString
toStringMethods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
fieldsExcludedFromEqualsAndHashCode
-
Constructor Details
-
BinaryRequestDefinition
public BinaryRequestDefinition()
-
-
Method Details
-
binaryRequest
-
binaryRequest
-
getBinaryData
public byte[] getBinaryData() -
withBinaryData
-
getSocketAddress
-
withSocketAddress
-
shallowClone
- Specified by:
shallowClonein classRequestDefinition
-
equals
- Overrides:
equalsin classRequestDefinition
-
hashCode
public int hashCode()- Overrides:
hashCodein classRequestDefinition
-