Public Member Functions | |
| boolean | handle (final Request request, final Response response, final Callback callback) |
| Public Member Functions inherited from dev.rafex.ether.http.core.HttpResource | |
| default boolean | delete (final HttpExchange x) throws Exception |
| default boolean | get (final HttpExchange x) throws Exception |
| default boolean | options (final HttpExchange x) throws Exception |
| default boolean | patch (final HttpExchange x) throws Exception |
| default boolean | post (final HttpExchange x) throws Exception |
| default boolean | put (final HttpExchange x) throws Exception |
| default Set< String > | supportedMethods () |
Protected Member Functions | |
| abstract String | basePath () |
| NonBlockingResourceHandler (final JsonCodec jsonCodec) | |
| NonBlockingResourceHandler (final JsonCodec jsonCodec, final ErrorMapper errorMapper) | |
| List< Route > | routes () |
Static Protected Member Functions | |
| static String | queryParam (final JettyHttpExchange x, final String key) |
Definition at line 51 of file NonBlockingResourceHandler.java.
|
protected |
Definition at line 57 of file NonBlockingResourceHandler.java.
|
protected |
Definition at line 61 of file NonBlockingResourceHandler.java.
References dev.rafex.ether.http.jetty12.response.JettyApiErrorResponses.JettyApiErrorResponses().
|
abstractprotected |
| boolean dev.rafex.ether.http.jetty12.handler.NonBlockingResourceHandler.handle | ( | final Request | request, |
| final Response | response, | ||
| final Callback | callback ) |
Definition at line 74 of file NonBlockingResourceHandler.java.
References dev.rafex.ether.http.jetty12.exchange.JettyHttpExchange.JettyHttpExchange(), dev.rafex.ether.http.core.RouteMatcher.match(), and routes().
|
staticprotected |
Definition at line 159 of file NonBlockingResourceHandler.java.
References dev.rafex.ether.http.jetty12.exchange.JettyHttpExchange.queryFirst().
|
protected |
Reimplemented in dev.rafex.ether.http.jetty12.health.EnhancedHealthHandler, and dev.rafex.ether.http.jetty12.health.EnhancedHelloHandler.
Definition at line 69 of file NonBlockingResourceHandler.java.
References dev.rafex.ether.http.core.HttpResource.supportedMethods().
Referenced by handle().