Package org.jgroups.blocks.cs
This package contains all client-server related interfaces and classes
- Since:
- 3.6.5
-
Interface Summary Interface Description Client Defines common operations for clients (TCP or NIO)ConnectionListener Receiver Receiver interface to be used withBaseServer
instances -
Class Summary Class Description BaseServer Abstract class for a server handling sending, receiving and connection management.Connection Represents a connection to a peerNioBaseServer NioClient NioConnection An NIO based impl ofConnection
NioServer Server for sending and receiving messages via NIO channels.ReceiverAdapter An impl ofReceiver
.TcpBaseServer Common base class for TCP based clients and serversTcpClient TcpConnection Blocking IO (BIO) connection.TcpServer Class that manages allows to send and receive messages via TCP sockets. -
Enum Summary Enum Description NioConnection.State