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.stack |
Support for managing protocol stacks.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseServer
Abstract class for a server handling sending, receiving and connection management.
|
class |
NioBaseServer |
class |
NioClient |
class |
NioServer
Server for sending and receiving messages via NIO channels.
|
class |
TcpBaseServer
Common base class for TCP based clients and servers
|
class |
TcpClient |
class |
TcpServer
Class that manages allows to send and receive messages via TCP sockets.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.List<ConnectionListener> |
BaseServer.conn_listeners |
Modifier and Type | Method and Description |
---|---|
void |
BaseServer.addConnectionListener(ConnectionListener cml) |
void |
BaseServer.removeConnectionListener(ConnectionListener cml) |
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 |
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
|
Copyright © 1998-2020 Red Hat. All Rights Reserved.