Uses of Interface
org.jgroups.blocks.cs.ConnectionListener
-
Packages that use ConnectionListener Package Description org.jgroups.blocks.cs org.jgroups.demos Provides demonstrations of JGroups functionality.org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network.org.jgroups.stack Support for managing protocol stacks. -
-
Uses of ConnectionListener in org.jgroups.blocks.cs
Classes in org.jgroups.blocks.cs that implement ConnectionListener Modifier and Type Class Description class
BaseServer
Abstract class for a server handling sending, receiving and connection management.class
NioBaseServer
class
NioClient
class
NioServer
Server for sending and receiving messages via NIO channels.class
TcpBaseServer
Common base class for TCP based clients and serversclass
TcpClient
class
TcpServer
Class that manages allows to send and receive messages via TCP sockets.Fields in org.jgroups.blocks.cs with type parameters of type ConnectionListener Modifier and Type Field Description protected java.util.List<ConnectionListener>
BaseServer. conn_listeners
Methods in org.jgroups.blocks.cs with parameters of type ConnectionListener Modifier and Type Method Description BaseServer
BaseServer. addConnectionListener(ConnectionListener cl)
BaseServer
BaseServer. removeConnectionListener(ConnectionListener cl)
-
Uses of ConnectionListener in org.jgroups.demos
Classes in org.jgroups.demos that implement ConnectionListener Modifier and Type Class Description class
PubClient
Demo of a client which connects to a server (PubServer
) and sends it messages which are forwarded to all connected clients -
Uses of ConnectionListener in org.jgroups.protocols
Classes in org.jgroups.protocols that implement ConnectionListener Modifier and Type Class Description class
FD_SOCK2
Failure detection protocol based on TCP connections, successor toFD_SOCK
. -
Uses of ConnectionListener in org.jgroups.stack
Classes in org.jgroups.stack that implement ConnectionListener Modifier and Type Class Description class
GossipRouter
Router for TCP based group comunication (using layer TCP instead of UDP).class
RouterStub
Client stub that talks to a remote GossipRouter via blocking or non-blocking TCP
-