| Package | Description |
|---|---|
| org.eclipse.californium.scandium.dtls |
| Modifier and Type | Method and Description |
|---|---|
static SessionTicket |
SessionTicket.decode(org.eclipse.californium.elements.util.DatagramReader source)
Creates a session from a byte array containing the binary encoding of a plain text session ticket
that has been created by
encode(DatagramWriter). |
SessionTicket |
SessionCache.get(SessionId id)
Gets a session from the cache.
|
SessionTicket |
DTLSSession.getSessionTicket()
Get a session ticket representing this session's current
connection state.
|
SessionTicket |
Connection.getSessionTicket()
Gets the session ticket this connection can be resumed from.
|
SessionTicket |
ClientSessionCache.getSessionTicket(InetSocketAddress peer)
Gets a session ticket from the cache.
|
| Constructor and Description |
|---|
Connection(SessionTicket sessionTicket,
SessionId sessionId,
InetSocketAddress peerAddress)
Creates a new connection from a session ticket containing current state from another
connection that should be resumed.
|
DTLSSession(SessionId id,
InetSocketAddress peerAddress,
SessionTicket ticket,
long initialSequenceNo)
Creates a new session based on a given set of crypto params of another session
that is to be resumed.
|
Copyright © 2023 Eclipse Foundation. All rights reserved.