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