| Class | Description |
|---|---|
| ConfigurableHttpRequestHandler |
HttpRequestHandler that tries to process a http-request using the configured RequestHandlers.
|
| DescribeModelResponse |
A class that holds information about model status.
|
| DescribeModelResponse.Worker |
A class that holds workers information.
|
| ErrorResponse |
A class that holds error message.
|
| HttpRequestHandler |
A class handling inbound HTTP requests.
|
| InferenceRequestHandler |
A class handling inbound HTTP requests for the management API.
|
| InvalidRequestHandler |
A class handling unhandled inbound HTTP requests.
|
| ListModelsResponse |
A class that holds information about the current registered models.
|
| ListModelsResponse.ModelItem |
A class that holds model name and url.
|
| ManagementRequestHandler |
A class handling inbound HTTP requests to the management API.
|
| RequestParser |
a parser for inbound request.
|
| Session |
A class that holds HTTP session information.
|
| StatusResponse |
A class that holds model server status.
|
| Exception | Description |
|---|---|
| BadRequestException |
Thrown when a bad HTTP request is received.
|
| InternalServerException |
Thrown when an internal server failure occurs.
|
| MethodNotAllowedException |
Thrown when a HTTP request which method is not allowed.
|
| ResourceNotFoundException |
Thrown when a HTTP request what requested resource is not found.
|
| ServiceUnavailableException |
Thrown when the server is unable to serve the HTTP request.
|