HeartbeatMessage

TLS Heartbeat message

Constructors

this
this(Vector!ubyte buf)
Undocumented in source.
this
this(MessageType type, const(ubyte)* payload, size_t payload_len)
Undocumented in source.

Members

Aliases

MessageType
alias MessageType = ubyte
Undocumented in source.

Enums

REQUEST
anonymousenum REQUEST
Undocumented in source.

Functions

contents
Vector!ubyte contents()
Undocumented in source. Be warned that the author may not have intended to support it.
isRequest
bool isRequest()
Undocumented in source. Be warned that the author may not have intended to support it.
payload
const(Vector!ubyte) payload()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta