Uses of Package
org.jgroups.blocks.cs
-
Packages that use org.jgroups.blocks.cs Package Description org.jgroups.blocks.cs This package contains all client-server related interfaces and classesorg.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.org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. -
Classes in org.jgroups.blocks.cs used by org.jgroups.blocks.cs Class Description BaseServer Abstract class for a server handling sending, receiving and connection management.BaseServer.Reaper Client Defines common operations for clients (TCP or NIO)Connection Represents a connection to a peerConnectionListener NioBaseServer NioClient NioConnection An NIO based impl ofConnection
NioConnection.Reader NioConnection.State Receiver Receiver interface to be used withBaseServer
instancesTcpBaseServer Common base class for TCP based clients and serversTcpClient TcpConnection Blocking IO (BIO) connection.TcpConnection.Receiver TcpServer Class that manages allows to send and receive messages via TCP sockets. -
Classes in org.jgroups.blocks.cs used by org.jgroups.demos Class Description BaseServer Abstract class for a server handling sending, receiving and connection management.Connection Represents a connection to a peerConnectionListener Receiver Receiver interface to be used withBaseServer
instancesReceiverAdapter An impl ofReceiver
. -
Classes in org.jgroups.blocks.cs used by org.jgroups.protocols Class Description NioServer Server for sending and receiving messages via NIO channels.Receiver Receiver interface to be used withBaseServer
instancesTcpServer Class that manages allows to send and receive messages via TCP sockets. -
Classes in org.jgroups.blocks.cs used by org.jgroups.stack Class Description BaseServer Abstract class for a server handling sending, receiving and connection management.Connection Represents a connection to a peerConnectionListener Receiver Receiver interface to be used withBaseServer
instancesReceiverAdapter An impl ofReceiver
. -
Classes in org.jgroups.blocks.cs used by org.jgroups.util Class Description Receiver Receiver interface to be used withBaseServer
instances