Uses of Package
org.jgroups.blocks.cs
Packages that use org.jgroups.blocks.cs
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.
Provides useful functionality which cannot be assigned to any particular other package.
-
Classes in org.jgroups.blocks.cs used by org.jgroups.blocks.csClassDescriptionAbstract class for a server handling sending, receiving and connection management.Defines common operations for clients (TCP or NIO)Represents a connection to a peerAn NIO based impl of
ConnectionReceiver interface to be used withBaseServerinstancesCommon base class for TCP based clients and serversBlocking IO (BIO) connection.Class that manages allows to send and receive messages via TCP sockets. -
Classes in org.jgroups.blocks.cs used by org.jgroups.demosClassDescriptionAbstract class for a server handling sending, receiving and connection management.Represents a connection to a peerReceiver interface to be used with
BaseServerinstances -
Classes in org.jgroups.blocks.cs used by org.jgroups.protocolsClassDescriptionRepresents a connection to a peerServer for sending and receiving messages via NIO channels.Receiver interface to be used with
BaseServerinstancesClass that manages allows to send and receive messages via TCP sockets. -
Classes in org.jgroups.blocks.cs used by org.jgroups.stackClassDescriptionAbstract class for a server handling sending, receiving and connection management.Represents a connection to a peerReceiver interface to be used with
BaseServerinstancesAn impl ofReceiver. -
Classes in org.jgroups.blocks.cs used by org.jgroups.tests.rt.transportsClassDescriptionAbstract class for a server handling sending, receiving and connection management.Receiver interface to be used with
BaseServerinstancesAn impl ofReceiver. -
Classes in org.jgroups.blocks.cs used by org.jgroups.util