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
callback | Callback receiving the session information. |