Ether Framework
Unified API docs for Ether modules
Loading...
Searching...
No Matches
dev.rafex.ether.http.jetty12.health.EnhancedHelloHandler Class Reference
Inheritance diagram for dev.rafex.ether.http.jetty12.health.EnhancedHelloHandler:
Collaboration diagram for dev.rafex.ether.http.jetty12.health.EnhancedHelloHandler:

Public Member Functions

boolean delete (final HttpExchange x)
 EnhancedHelloHandler ()
boolean get (final HttpExchange x)
boolean patch (final HttpExchange x)
boolean post (final HttpExchange x)
boolean put (final HttpExchange x)
Set< String > supportedMethods ()
Public Member Functions inherited from dev.rafex.ether.http.jetty12.handler.NonBlockingResourceHandler
boolean handle (final Request request, final Response response, final Callback callback)
Public Member Functions inherited from dev.rafex.ether.http.core.HttpResource
default boolean options (final HttpExchange x) throws Exception

Protected Member Functions

String basePath ()
List< Route > routes ()
Protected Member Functions inherited from dev.rafex.ether.http.jetty12.handler.NonBlockingResourceHandler
 NonBlockingResourceHandler (final JsonCodec jsonCodec)
 NonBlockingResourceHandler (final JsonCodec jsonCodec, final ErrorMapper errorMapper)

Additional Inherited Members

Static Protected Member Functions inherited from dev.rafex.ether.http.jetty12.handler.NonBlockingResourceHandler
static String queryParam (final JettyHttpExchange x, final String key)

Detailed Description

Definition at line 43 of file EnhancedHelloHandler.java.

Constructor & Destructor Documentation

◆ EnhancedHelloHandler()

dev.rafex.ether.http.jetty12.health.EnhancedHelloHandler.EnhancedHelloHandler ( )

Definition at line 67 of file EnhancedHelloHandler.java.

Member Function Documentation

◆ basePath()

String dev.rafex.ether.http.jetty12.health.EnhancedHelloHandler.basePath ( )
protected

◆ delete()

boolean dev.rafex.ether.http.jetty12.health.EnhancedHelloHandler.delete ( final HttpExchange x)

Implements dev.rafex.ether.http.core.HttpResource.

Definition at line 102 of file EnhancedHelloHandler.java.

◆ get()

boolean dev.rafex.ether.http.jetty12.health.EnhancedHelloHandler.get ( final HttpExchange x)

Implements dev.rafex.ether.http.core.HttpResource.

Definition at line 87 of file EnhancedHelloHandler.java.

◆ patch()

boolean dev.rafex.ether.http.jetty12.health.EnhancedHelloHandler.patch ( final HttpExchange x)

Implements dev.rafex.ether.http.core.HttpResource.

Definition at line 107 of file EnhancedHelloHandler.java.

◆ post()

boolean dev.rafex.ether.http.jetty12.health.EnhancedHelloHandler.post ( final HttpExchange x)

Implements dev.rafex.ether.http.core.HttpResource.

Definition at line 92 of file EnhancedHelloHandler.java.

◆ put()

boolean dev.rafex.ether.http.jetty12.health.EnhancedHelloHandler.put ( final HttpExchange x)

Implements dev.rafex.ether.http.core.HttpResource.

Definition at line 97 of file EnhancedHelloHandler.java.

◆ routes()

List< Route > dev.rafex.ether.http.jetty12.health.EnhancedHelloHandler.routes ( )
protected

◆ supportedMethods()

Set< String > dev.rafex.ether.http.jetty12.health.EnhancedHelloHandler.supportedMethods ( )

Implements dev.rafex.ether.http.core.HttpResource.

Definition at line 82 of file EnhancedHelloHandler.java.


The documentation for this class was generated from the following file: