Public Member Functions | |
| 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 () |
Definition at line 31 of file HttpResource.java.
| default boolean dev.rafex.ether.http.core.HttpResource.delete | ( | final HttpExchange | x | ) | throws Exception |
Definition at line 48 of file HttpResource.java.
| default boolean dev.rafex.ether.http.core.HttpResource.get | ( | final HttpExchange | x | ) | throws Exception |
Definition at line 33 of file HttpResource.java.
| default boolean dev.rafex.ether.http.core.HttpResource.options | ( | final HttpExchange | x | ) | throws Exception |
Definition at line 58 of file HttpResource.java.
| default boolean dev.rafex.ether.http.core.HttpResource.patch | ( | final HttpExchange | x | ) | throws Exception |
Definition at line 53 of file HttpResource.java.
| default boolean dev.rafex.ether.http.core.HttpResource.post | ( | final HttpExchange | x | ) | throws Exception |
Definition at line 38 of file HttpResource.java.
| default boolean dev.rafex.ether.http.core.HttpResource.put | ( | final HttpExchange | x | ) | throws Exception |
Definition at line 43 of file HttpResource.java.
| default Set< String > dev.rafex.ether.http.core.HttpResource.supportedMethods | ( | ) |
Definition at line 63 of file HttpResource.java.
Referenced by dev.rafex.ether.http.jetty12.NonBlockingResourceHandler.routes(), and dev.rafex.ether.http.jetty12.ResourceHandler.routes().