public interface ConnectionIdManager
| Modifier and Type | Method and Description |
|---|---|
void |
addClosedId(String closedId)
Notify this manager that id of corresponding connection has addClosedId.
|
String |
getId(Connection connection) |
Set<String> |
getOpenConnectionIds()
Return set of connection ids that have not yet addClosedId.
|
String getId(Connection connection)
void addClosedId(String closedId)
closedId - addClosedId connection idCopyright © 2020. All rights reserved.