Finished

Finished Message

Constructors

this
this(HandshakeIO io, HandshakeState state, ConnectionSide side)
Undocumented in source.
this
this(Vector!ubyte buf)
Undocumented in source.

Members

Functions

serialize
Vector!ubyte serialize()
Undocumented in source. Be warned that the author may not have intended to support it.
type
const(HandshakeType) type()
Undocumented in source. Be warned that the author may not have intended to support it.
verify
bool verify(HandshakeState state, ConnectionSide side)
Undocumented in source. Be warned that the author may not have intended to support it.
verifyData
const(Vector!ubyte) verifyData()
Undocumented in source. Be warned that the author may not have intended to support it.
verifyDataBytes
const(ubyte[]) verifyDataBytes()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From HandshakeMessage

type
HandshakeType type()
Undocumented in source.
serialize
Vector!ubyte serialize()
Undocumented in source.

Meta