| Package | Description |
|---|---|
| org.jgroups.blocks.cs |
This package contains all client-server related interfaces and classes
|
| 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.
|
| org.jgroups.util |
Provides useful functionality which cannot be assigned to any particular other package.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReceiverAdapter
An impl of
Receiver. |
| Modifier and Type | Field and Description |
|---|---|
protected Receiver |
BaseServer.receiver |
| Modifier and Type | Method and Description |
|---|---|
Receiver |
BaseServer.receiver() |
| Modifier and Type | Method and Description |
|---|---|
BaseServer |
BaseServer.receiver(Receiver r) |
| Modifier and Type | Class and Description |
|---|---|
class |
PubClient
Demo of a client which connects to a server (
PubServer) and sends it messages which are forwarded to all
connected clients |
class |
PubServer
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicTCP
Shared base class for TCP protocols
|
class |
TCP
TCP based protocol.
|
class |
TCP_NIO
Deprecated.
|
class |
TCP_NIO2
Protocol using TCP/IP to send and receive messages.
|
| Modifier and Type | Class and 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
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Util.bufferToArray(Address sender,
java.nio.ByteBuffer buf,
Receiver target) |
Copyright © 1998-2020 Red Hat. All Rights Reserved.