public final class TcpIpEndpointManager.EndpointConnectionLifecycleListener extends Object implements ConnectionLifecycleListener<TcpIpConnection>
Constructor and Description |
---|
EndpointConnectionLifecycleListener() |
Modifier and Type | Method and Description |
---|---|
void |
onConnectionClose(TcpIpConnection connection,
Throwable t,
boolean silent)
Deals with cleaning up a closed connection.
|
public void onConnectionClose(TcpIpConnection connection, Throwable t, boolean silent)
ConnectionLifecycleListener
Connection.close(String, Throwable)
method where it is protected against multiple closes.onConnectionClose
in interface ConnectionLifecycleListener<TcpIpConnection>
Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.