| Package | Description |
|---|---|
| org.eclipse.californium.scandium | |
| org.eclipse.californium.scandium.dtls |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DTLSConnector.onInitializeHandshaker(Handshaker handshaker)
Called after initialization of new create handshaker.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClientHandshaker
ClientHandshaker does the protocol handshaking from the point of view of a
client.
|
class |
ResumingClientHandshaker
The resuming client handshaker executes a abbreviated handshake by adding a
valid session identifier into its ClientHello message.
|
class |
ResumingServerHandshaker
The resuming server handshaker executes an abbreviated handshake when
receiving a ClientHello with a set session identifier.
|
class |
ServerHandshaker
Server handshaker does the protocol handshaking from the point of view of a
server.
|
| Modifier and Type | Method and Description |
|---|---|
Handshaker |
Connection.getOngoingHandshake()
Gets the handshaker managing the currently ongoing handshake with the peer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SessionListener.handshakeCompleted(Handshaker handshaker)
Indicates that a handshake with a given peer has been completed.
|
void |
SessionAdapter.handshakeCompleted(Handshaker handshaker) |
void |
SessionListener.handshakeFailed(Handshaker handshaker,
Throwable error)
Indicates that a handshake with a given peer has failed.
|
void |
SessionAdapter.handshakeFailed(Handshaker handshaker,
Throwable error) |
void |
SessionListener.handshakeFlightRetransmitted(Handshaker handshaker,
int flight)
Indicates that a handshake flight is retransmitted.
|
void |
SessionAdapter.handshakeFlightRetransmitted(Handshaker handshaker,
int flight) |
void |
SessionListener.handshakeStarted(Handshaker handshaker)
Indicates that a handshake for establishing a session with a peer has been started.
|
void |
SessionAdapter.handshakeStarted(Handshaker handshaker) |
void |
SessionListener.sessionEstablished(Handshaker handshaker,
DTLSSession establishedSession)
Indicates that a session has successfully been established.
|
void |
SessionAdapter.sessionEstablished(Handshaker handshaker,
DTLSSession establishedSession) |
void |
Handshaker.takeDeferredApplicationData(Handshaker replacedHandshaker)
Take deferred outgoing application data from provided handshaker.
|
Copyright © 2023 Eclipse Foundation. All rights reserved.