Class SendTcpPayload
- java.lang.Object
-
- uk.co.ractf.polaris.api.common.JsonRepresentable
-
- uk.co.ractf.polaris.api.healthcheck.TcpPayload
-
- uk.co.ractf.polaris.api.healthcheck.SendTcpPayload
-
public class SendTcpPayload extends TcpPayload
Part of aTcpPayloadHealthChecksequence that will send an exact set of bytes (in hex){ "type": "send", "hex": "1234567890abcdef" }
-
-
Constructor Summary
Constructors Constructor Description SendTcpPayload(java.lang.String hex)Create a SendTcpPayload
-
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
-
-