Uses of Interface
org.jgroups.protocols.AUTH.UpHandler
-
Packages that use AUTH.UpHandler Package Description org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. -
-
Uses of AUTH.UpHandler in org.jgroups.protocols
Fields in org.jgroups.protocols with type parameters of type AUTH.UpHandler Modifier and Type Field Description protected java.util.List<AUTH.UpHandler>
AUTH. up_handlers
List of UpHandler which are called when an up event has been received.Methods in org.jgroups.protocols with parameters of type AUTH.UpHandler Modifier and Type Method Description AUTH
AUTH. register(AUTH.UpHandler handler)
AUTH
AUTH. unregister(AUTH.UpHandler handler)
-