Class | Description |
---|---|
ProtocolExceptionResolver |
Simple resolver for Exceptions: returns the correct response code and message to the client.
|
ProtocolUtil |
Utilities to help with the transition between HTTP requests/responses and values expected by the protocol.
|
ServerInterceptor |
Base class for single-use request interceptors.
|
Exception | Description |
---|---|
ClientHTTPException |
HTTP-related exception indicating that an HTTP client has erred.
|
HTTPException |
HTTP-related exception that includes the relevant HTTP status code.
|
ServerHTTPException |
HTTP-related exception indicating that an error occurred in a server.
|
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.