Dtls13Client.dispatchHandshakeType

bool dispatchHandshakeType(HandshakeType msgType, const(ubyte)[] body)

Dispatch a complete handshake message to the appropriate handler.

Parameters

msgTypeThe handshake message type.
bodyThe message body (after handshake header).

Returns

true if the message was handled.