| Interface | Description |
|---|---|
| RequestDispatcher |
Represents a mechanism for dispatching requests to some server.
|
| Versionable |
Represents a mechanism for determining the version of an endpoint
|
| Class | Description |
|---|---|
| Attributes | |
| ConnectionTypeUtils | |
| HttpsRequestDispatcher |
A request dispatcher for dispatching JSON-RPC encoded requests to an Element OS cluster.
|
| HttpsRequestDispatcherWithoutSSLVerification |
A request dispatcher that completely disables SSL hostname and certificate verification.
|
| ServiceBase |
The base class for SolidFire services.
|
| VersioningUtils |
Helper methods for determining if the version of a connection is compatible with a constructor, service method, or parameters.
|
| Exception | Description |
|---|---|
| ApiConnectionException |
An exception returned any point of the interaction with the API.
|
| ApiException |
An exception returned any point of the interaction with the API.
|
| ApiServerException |
An exception returned from the service with specific fields for server exceptions
Exception message is a human-readable description of the error, possibly with additional details.
|