Uses of Interface
org.jgroups.blocks.cs.ConnectionListener
Packages that use ConnectionListener
Package
Description
Provides demonstrations of JGroups functionality.
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
Support for managing protocol stacks.
-
Uses of ConnectionListener in org.jgroups.blocks.cs
Classes in org.jgroups.blocks.cs that implement ConnectionListenerModifier and TypeClassDescriptionclassAbstract class for a server handling sending, receiving and connection management.classclassclassServer for sending and receiving messages via NIO channels.classCommon base class for TCP based clients and serversclassclassClass that manages allows to send and receive messages via TCP sockets.Fields in org.jgroups.blocks.cs with type parameters of type ConnectionListenerModifier and TypeFieldDescriptionprotected final List<ConnectionListener> BaseServer.conn_listenersMethods in org.jgroups.blocks.cs with parameters of type ConnectionListenerModifier and TypeMethodDescriptionBaseServer.addConnectionListener(ConnectionListener cl) BaseServer.removeConnectionListener(ConnectionListener cl) -
Uses of ConnectionListener in org.jgroups.demos
Classes in org.jgroups.demos that implement ConnectionListener -
Uses of ConnectionListener in org.jgroups.protocols
Classes in org.jgroups.protocols that implement ConnectionListener -
Uses of ConnectionListener in org.jgroups.stack
Classes in org.jgroups.stack that implement ConnectionListenerModifier and TypeClassDescriptionclassRouter for TCP based group comunication (using layer TCP instead of UDP).classClient stub that talks to a remote GossipRouter via blocking or non-blocking TCP