Creates outbound message
Creates inbound messageparaminparamlengththrowsIOException if (length != 0) { fatalAlert(AlertProtocol.DECODE_ERROR, "DECODE ERROR: incorrect HelloRequest"); }
if (length != 0) { fatalAlert(AlertProtocol.DECODE_ERROR, "DECODE ERROR: incorrect HelloRequest"); }
Returns message typereturn return Handshake.HELLO_REQUEST;
return Handshake.HELLO_REQUEST;
return 0;
Sends messageparamout