Interface | Description |
---|---|
AggregateEndpointManager | |
BufferObjectDataInput | |
BufferObjectDataOutput | |
Connection |
Represents a 'connection' between two machines.
|
ConnectionLifecycleListener<T extends Connection> | |
ConnectionListenable |
Provides connection listen capabilities.
|
ConnectionListener |
A listener for the
EndpointManager to listen to connections
being added or removed. |
Disposable |
A
Disposable is a container of data and/or resources that can be disposed. |
EndpointManager<T extends Connection> |
Responsible for managing
Connection objects. |
IOService | |
NetworkingService<T extends Connection> |
Networking service, it initializes the endpoints, the acceptor and the reactive networking stack
Given an
EndpointQualifier an EndpointManager can be retrieved
by NetworkingService.getEndpointManager(EndpointQualifier) to create or get connections on that end. |
Class | Description |
---|---|
Bits |
Access and manipulate bits, bytes, primitives...
|
ClassLoaderUtil |
Utility class to deal with class loaders.
|
DefaultAggregateEndpointManager | |
IOUtil | |
NodeIOService | |
Packet |
A Packet is a piece of data sent over the wire.
|
PacketIOHelper |
Responsible for writing or reading an Packet.
|
Protocols |
First bytes to send a node that defines selected protocol
|
UnifiedAggregateEndpointManager |
Enum | Description |
---|---|
ConnectionType |
An enumeration of all possible Connection types.
|
Packet.Type |
Copyright © 2019 Hazelcast, Inc.. All rights reserved.