| Package | Description |
|---|---|
| org.eclipse.californium.scandium.dtls |
| Modifier and Type | Method and Description |
|---|---|
DTLSFlight |
Handshaker.createFlight()
Create new flight with the current
Handshaker.getSession() and the current
Handshaker.flightNumber. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ClientHandshaker.createCertificateMessage(DTLSFlight flight) |
void |
Handshaker.sendFlight(DTLSFlight flight)
Send flight.
|
void |
Handshaker.sendLastFlight(DTLSFlight flight)
Send last flight.
|
protected void |
Handshaker.wrapMessage(DTLSFlight flight,
DTLSMessage fragment)
Wraps a DTLS message fragment into (potentially multiple) DTLS records
and add them to the flight.
|
Copyright © 2023 Eclipse Foundation. All rights reserved.