Method Summary |
|
protected void | alert(byte level, byte description) Reports an alert to be sent/received by transport. |
protected String | getAlertDescription() Returns the string representation of occured alert. |
protected byte | getDescriptionCode() Returns the description code of alert or -100 if there
is no alert. |
protected boolean | hasAlert() Checks if any alert has occured. |
protected boolean | isFatalAlert() Checks if occured alert is fatal alert. |
protected void | setProcessed() Resets the protocol to be in "no alert" state. |
protected void | setRecordProtocol(SSLRecordProtocol recordProtocol) Sets up the record protocol to be used by this allert protocol. |
protected void | shutdown() Shutdownes the protocol. |
protected byte[] | wrap() Returns the record with reported alert message. |