Methods Summary |
---|
protected void | fatalAlert(byte description, java.lang.String reason)Sends fatal alert
throw new AlertException(description, new SSLHandshakeException(reason));
|
protected void | fatalAlert(byte description, java.lang.String reason, java.lang.Throwable cause)Sends fatal alert
throw new AlertException(description, new SSLException(reason, cause));
|
abstract int | getType()Returns message type
|
public int | length()Returns message length
return length;
|
abstract void | send(HandshakeIODataStream out)Sends message
|