Class | Description |
---|---|
AsyncConnection |
[TODO: document me!]
|
AsyncPipelineConnection | |
ChunkedPipelineConnection |
WIP NOTES:
|
ConnectionBase |
This abstract class is responsible for managing the socket connection, and, defining
the template of the Connection for concrete extensions.
|
DefaultConnectionFactory |
[TODO: document me!]
|
DefaultConnectionSpec |
Default connection spec provides the following default values for a connection.
|
HeartbeatJinn |
A demon thread tasked with PINGing the associated connection
per its
ConnectionSpec.getHeartbeat() heartbeat interval. |
PendingRequest | |
PipelineConnectionBase |
Abstract base for all Pipeline connections, providing basically all of the
required functionality for a pipeline with asynchronous semantics.
|
SyncConnection |
[TODO: document me!]
|
SyncPipelineConnection |
Synchronous
PipelineConnectionBase extension. |
Exception | Description |
---|---|
UnexpectedEOFException |
[TODO: document me!]
|
Copyright © 2009–2018. All rights reserved.