Uses of Interface
org.jgroups.blocks.cs.Receiver
-
Packages that use Receiver 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. -
-
Uses of Receiver in org.jgroups.blocks.cs
Classes in org.jgroups.blocks.cs that implement Receiver Modifier and Type Class Description class
ReceiverAdapter
An impl ofReceiver
.Fields in org.jgroups.blocks.cs declared as Receiver Modifier and Type Field Description protected Receiver
BaseServer. receiver
Methods in org.jgroups.blocks.cs that return Receiver Modifier and Type Method Description Receiver
BaseServer. receiver()
Methods in org.jgroups.blocks.cs with parameters of type Receiver Modifier and Type Method Description BaseServer
BaseServer. receiver(Receiver r)
-
Uses of Receiver in org.jgroups.demos
Classes in org.jgroups.demos that implement Receiver 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 clientsclass
PubServer
-
Uses of Receiver in org.jgroups.protocols
Classes in org.jgroups.protocols that implement Receiver Modifier and Type Class Description class
BasicTCP
Shared base class for TCP protocolsclass
TCP
TCP based protocol.class
TCP_NIO2
Protocol using TCP/IP to send and receive messages. -
Uses of Receiver in org.jgroups.stack
Classes in org.jgroups.stack that implement Receiver Modifier and Type Class Description class
DiagnosticsHandler
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 -
Uses of Receiver in org.jgroups.util
Methods in org.jgroups.util with parameters of type Receiver Modifier and Type Method Description static void
Util. bufferToArray(Address sender, java.nio.ByteBuffer buf, Receiver target)
-