| Package | Description |
|---|---|
| org.eclipse.californium.scandium.dtls |
| Modifier and Type | Method and Description |
|---|---|
AlertMessage.AlertDescription |
DtlsHandshakeException.getDescription()
Gets the TLS alert description used to characterize this handshake exception.
|
AlertMessage.AlertDescription |
AlertMessage.getDescription() |
static AlertMessage.AlertDescription |
AlertMessage.AlertDescription.getDescriptionByCode(int code)
Gets the alert description for a given code.
|
static AlertMessage.AlertDescription |
AlertMessage.AlertDescription.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlertMessage.AlertDescription[] |
AlertMessage.AlertDescription.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AlertMessage(AlertMessage.AlertLevel level,
AlertMessage.AlertDescription description,
InetSocketAddress peerAddress)
Create new instance of alert message.
|
AlertMessage(AlertMessage.AlertLevel level,
AlertMessage.AlertDescription description,
ProtocolVersion protocolVersion,
InetSocketAddress peerAddress)
Create new instance of alert message.
|
DtlsHandshakeException(String message,
AlertMessage.AlertDescription description,
AlertMessage.AlertLevel level,
InetSocketAddress peer)
Constructs a new DTLS exception with the specified detail message, description, level and peer address.
|
DtlsHandshakeException(String message,
AlertMessage.AlertDescription description,
AlertMessage.AlertLevel level,
InetSocketAddress peer,
Throwable cause)
Constructs a new DTLS exception with the specified detail message, description, level, peer address and cause.
|
Copyright © 2023 Eclipse Foundation. All rights reserved.