Dtls12Server.dispatchHandshakeType

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

Dispatch a handshake message by type.

Parameters

msgTypeThe handshake message type.
bodyThe message body.

Returns

true if handled.