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 aTcpPayloadHealthChecksequence 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 booleanequals(java.lang.Object o)java.lang.StringgetHex()inthashCode()-
Methods inherited from class uk.co.ractf.polaris.api.common.JsonRepresentable
parse, toJsonString
-
-