Ether Framework
Unified API docs for Ether modules
Loading...
Searching...
No Matches
dev.rafex.ether.http.core.HttpResource Interface Reference
Inheritance diagram for dev.rafex.ether.http.core.HttpResource:
Collaboration diagram for dev.rafex.ether.http.core.HttpResource:

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 ()

Detailed Description

Definition at line 31 of file HttpResource.java.

Member Function Documentation

◆ delete()

default boolean dev.rafex.ether.http.core.HttpResource.delete ( final HttpExchange x) throws Exception

Definition at line 48 of file HttpResource.java.

◆ get()

default boolean dev.rafex.ether.http.core.HttpResource.get ( final HttpExchange x) throws Exception

Definition at line 33 of file HttpResource.java.

◆ options()

default boolean dev.rafex.ether.http.core.HttpResource.options ( final HttpExchange x) throws Exception

Definition at line 58 of file HttpResource.java.

◆ patch()

default boolean dev.rafex.ether.http.core.HttpResource.patch ( final HttpExchange x) throws Exception

Definition at line 53 of file HttpResource.java.

◆ post()

default boolean dev.rafex.ether.http.core.HttpResource.post ( final HttpExchange x) throws Exception

Definition at line 38 of file HttpResource.java.

◆ put()

default boolean dev.rafex.ether.http.core.HttpResource.put ( final HttpExchange x) throws Exception

Definition at line 43 of file HttpResource.java.

◆ supportedMethods()

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().

Here is the caller graph for this function:

The documentation for this interface was generated from the following file:
  • ether-http-core/ether-http-core/src/main/java/dev/rafex/ether/http/core/HttpResource.java