Class ReceiveExactTcpPayload
- java.lang.Object
-
- uk.co.ractf.polaris.api.common.JsonRepresentable
-
- uk.co.ractf.polaris.api.healthcheck.TcpPayload
-
- uk.co.ractf.polaris.api.healthcheck.ReceiveExactTcpPayload
-
public class ReceiveExactTcpPayload extends TcpPayload
Part of aTcpPayloadHealthCheck
sequence that expects to receive an exact set of bytes (in hex){ "type": "receive", "hex": "deadbeef" }
-
-
Constructor Summary
Constructors Constructor Description ReceiveExactTcpPayload(java.lang.String hex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
java.lang.String
getHex()
int
hashCode()
-
Methods inherited from class uk.co.ractf.polaris.api.common.JsonRepresentable
parse, toJsonString
-
-