public interface DtlsHealth
DTLSConnector.| Modifier and Type | Method and Description |
|---|---|
void |
dump(String tag,
int maxConnections,
int remainingCapacity,
int pendingWithoutVerify)
Dump health data.
|
void |
endHandshake(boolean success)
Report ended handshake.
|
boolean |
isEnabled()
Check, if collecting health data is enabled.
|
void |
receivingRecord(boolean drop)
Report receiving record
|
void |
sendingRecord(boolean drop)
Report sending record.
|
void |
startHandshake()
Report started handshake.
|
void dump(String tag, int maxConnections, int remainingCapacity, int pendingWithoutVerify)
tag - logging tagmaxConnections - maximum number of connectionsremainingCapacity - remaining capacity for connectionspendingWithoutVerify - pending handshakes without verificationboolean isEnabled()
true, if health is enabled, false, otherwise.void startHandshake()
void endHandshake(boolean success)
success - true for successful handshake, false for
failed handshake.void receivingRecord(boolean drop)
drop - true, if record is dropped, false, if record
is received.void sendingRecord(boolean drop)
drop - true, if record is dropped, false, if record
is to be sent.Copyright © 2023 Eclipse Foundation. All rights reserved.