| Package | Description |
|---|---|
| org.eclipse.californium.scandium | |
| org.eclipse.californium.scandium.dtls |
| Modifier and Type | Method and Description |
|---|---|
void |
AlertHandler.onAlert(InetSocketAddress peer,
AlertMessage alert)
Indicates that an ALERT message has been received from a peer.
|
| Modifier and Type | Method and Description |
|---|---|
static AlertMessage |
AlertMessage.fromByteArray(byte[] byteArray,
InetSocketAddress peerAddress) |
AlertMessage |
HandshakeException.getAlert() |
AlertMessage |
Connection.getRootCauseAlert()
Gets the root cause alert.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Connection.setRootCause(AlertMessage rootCause)
Sets root cause alert.
|
| Constructor and Description |
|---|
HandshakeException(String message,
AlertMessage alert)
Create handshake exception.
|
HandshakeException(String message,
AlertMessage alert,
Throwable cause)
Create handshake exception with cause.
|
Copyright © 2023 Eclipse Foundation. All rights reserved.