Uses of Interface
org.jgroups.blocks.cs.Receiver
Packages that use Receiver
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.
-
Uses of Receiver in org.jgroups.blocks.cs
Classes in org.jgroups.blocks.cs that implement ReceiverFields in org.jgroups.blocks.cs declared as ReceiverMethods in org.jgroups.blocks.cs that return ReceiverMethods in org.jgroups.blocks.cs with parameters of type Receiver -
Uses of Receiver in org.jgroups.demos
Classes in org.jgroups.demos that implement ReceiverModifier and TypeClassDescriptionclassDemo of a client which connects to a server (PubServer) and sends it messages which are forwarded to all connected clientsclass -
Uses of Receiver in org.jgroups.protocols
Classes in org.jgroups.protocols that implement Receiver -
Uses of Receiver in org.jgroups.stack
Classes in org.jgroups.stack that implement ReceiverModifier and TypeClassDescriptionclassclassRouter 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 -
Uses of Receiver in org.jgroups.tests.rt.transports
Classes in org.jgroups.tests.rt.transports that implement Receiver -
Uses of Receiver in org.jgroups.util
Methods in org.jgroups.util with parameters of type ReceiverModifier and TypeMethodDescriptionstatic voidUtil.bufferToArray(Address sender, ByteBuffer buf, Receiver target)