public interface ApiRequestHandler
| Modifier and Type | Method and Description |
|---|---|
void |
handle(ApiRequest request) |
boolean |
handleException(ApiRequest request,
Throwable e) |
void handle(ApiRequest request) throws IOException
IOExceptionboolean handleException(ApiRequest request, Throwable e) throws IOException, javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionCopyright © 2015. All rights reserved.