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 aTcpPayloadHealthCheck
sequence 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 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
-
-