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.
|
Class and Description |
---|
BaseServer
Abstract class for a server handling sending, receiving and connection management.
|
BaseServer.Reaper |
Client
Defines common operations for clients (TCP or NIO)
|
Connection
Represents a connection to a peer
|
ConnectionListener |
NioBaseServer |
NioClient |
NioConnection
An NIO based impl of
Connection |
NioConnection.Reader |
NioConnection.State |
Receiver
Receiver interface to be used with
BaseServer instances |
TcpBaseServer
Common base class for TCP based clients and servers
|
TcpClient |
TcpConnection
Blocking IO (BIO) connection.
|
TcpConnection.Receiver |
TcpConnection.Sender |
TcpServer
Class that manages allows to send and receive messages via TCP sockets.
|
Class and Description |
---|
BaseServer
Abstract class for a server handling sending, receiving and connection management.
|
Connection
Represents a connection to a peer
|
ConnectionListener |
Receiver
Receiver interface to be used with
BaseServer instances |
ReceiverAdapter
An impl of
Receiver . |
Class and Description |
---|
NioServer
Server for sending and receiving messages via NIO channels.
|
Receiver
Receiver interface to be used with
BaseServer instances |
Class and Description |
---|
BaseServer
Abstract class for a server handling sending, receiving and connection management.
|
Connection
Represents a connection to a peer
|
ConnectionListener |
Receiver
Receiver interface to be used with
BaseServer instances |
ReceiverAdapter
An impl of
Receiver . |
Class and Description |
---|
Receiver
Receiver interface to be used with
BaseServer instances |
Copyright © 1998-2020 Red Hat. All Rights Reserved.