Dtls12Server.dispatchHandshakeType
bool dispatchHandshakeType(HandshakeType msgType, const(ubyte)[] body)Dispatch a handshake message by type.
Parameters
msgType | The handshake message type. |
body | The message body. |
Returns
true if handled.
bool dispatchHandshakeType(HandshakeType msgType, const(ubyte)[] body)Dispatch a handshake message by type.
msgType | The handshake message type. |
body | The message body. |