Uses of Class
org.opendaylight.controller.cluster.access.client.ConnectedClientConnection
-
Packages that use ConnectedClientConnection Package Description org.opendaylight.controller.cluster.access.client This package contains the baseline client infrastructure required to implement clients accessing the data store. -
-
Uses of ConnectedClientConnection in org.opendaylight.controller.cluster.access.client
Methods in org.opendaylight.controller.cluster.access.client with parameters of type ConnectedClientConnection Modifier and Type Method Description protected abstract @NonNull ClientActorBehavior.ConnectionConnectCohort
ClientActorBehavior. connectionUp(@NonNull ConnectedClientConnection<T> newConn)
Callback invoked when a new connection has been established.
-