| Modifier and Type | Field | Description |
|---|---|---|
protected HttpExceptionHandler |
AbstractRestServer._httpExceptionHandler |
| Modifier and Type | Method | Description |
|---|---|---|
HttpExceptionHandler |
AbstractRestServer.getHttpExceptionHandler() |
Retrieves the
HttpExceptionHandler from the
HttpExceptionHandler property. |
HttpExceptionHandler |
HttpExceptionHandlerAccessor.getHttpExceptionHandler() |
Retrieves the
HttpExceptionHandler from the
HttpExceptionHandler property. |
| Modifier and Type | Method | Description |
|---|---|---|
default void |
HttpExceptionHandlerAccessor.HttpExceptionHandlerMutator.onHttpException(HttpExceptionHandler aHttpExceptionHandler) |
Sets the
HttpExceptionHandler for the
HttpExceptionHandler property. |
void |
AbstractRestServer.setHttpExceptionHandler(HttpExceptionHandler aHttpErrorHandler) |
Sets the
HttpExceptionHandler for the
HttpExceptionHandler property. |
void |
HttpExceptionHandlerAccessor.HttpExceptionHandlerMutator.setHttpExceptionHandler(HttpExceptionHandler aHttpExceptionHandler) |
Sets the
HttpExceptionHandler for the
HttpExceptionHandler property. |
B |
HttpExceptionHandlerAccessor.HttpExceptionHandlerBuilder.withHttpExceptionHandler(HttpExceptionHandler aHttpExceptionHandler) |
Sets the
HttpExceptionHandler for the
HttpExceptionHandler property. |
default HttpRestServer |
HttpRestServer.withHttpExceptionHandler(HttpExceptionHandler aHttpErrorHandler) |
Sets the
HttpExceptionHandler for the
HttpExceptionHandler property. |
default LoopbackRestServer |
LoopbackRestServer.withHttpExceptionHandler(HttpExceptionHandler aHttpErrorHandler) |
Sets the
HttpExceptionHandler for the
HttpExceptionHandler property. |
default B |
HttpExceptionHandlerAccessor.HttpExceptionHandlerBuilder.withOnHttpException(HttpExceptionHandler aHttpExceptionHandler) |
Sets the
HttpExceptionHandler for the
HttpExceptionHandler property. |
Copyright © 2018. All rights reserved.