Dtls12Client.dispatchHandshakeType
bool dispatchHandshakeType(HandshakeType msgType, const(ubyte)[] body)Dispatch a complete handshake message to the appropriate handler.
Parameters
msgType | The handshake message type. |
body | The message body (after handshake header). |
Returns
true if the message was handled.