Interface | Description |
---|---|
ConnectionManager<TConnection extends Connection,TClientConfig extends IdcClientConfig> |
Provides common lifecycle methods for different connection implementations and protocols
|
ConnectionPool<TConnection extends Connection> |
The interface of connection pool implementations that reuse connections
|
Protocol |
A standard abstraction of request/response protocol for communicating to the Content Server
|
Class | Description |
---|---|
Connection |
A connection to the Content Server for the given protocol.
|
ConnectionPoolManager |
Manages the available threading models
|
ServiceRequest<TConnection extends Connection> | |
ServiceResponse |
Represents a response from the Content Server
|
Enum | Description |
---|---|
Protocol.NullHandlingStrategy | |
ServiceResponse.ResponseType |
Exception | Description |
---|---|
ProtocolException |
Errors in the protocol layer.
|
ServiceException |
Exceptions that occur when processing service requests.
|