DtlsEngine.setOnSessionTicket

void setOnSessionTicket(DtlsSessionCallback callback)

Sets a callback invoked when the client receives a session ticket.

The application should store the session info for later resumption.

Parameters

callbackCallback receiving the session information.