Class ApiInfoRoutes
- java.lang.Object
-
- io.streamthoughts.azkarra.http.routes.ApiInfoRoutes
-
- All Implemented Interfaces:
Configurable
,RoutingHandlerProvider
,io.undertow.server.HttpHandler
public class ApiInfoRoutes extends Object implements io.undertow.server.HttpHandler, RoutingHandlerProvider, Configurable
-
-
Constructor Summary
Constructors Constructor Description ApiInfoRoutes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
configure(Conf configuration)
Configures this instance with the specifiedConf
.io.undertow.server.RoutingHandler
handler(AzkarraStreamsService service)
void
handleRequest(io.undertow.server.HttpServerExchange exchange)
-
-
-
Method Detail
-
configure
public void configure(Conf configuration)
Configures this instance with the specifiedConf
.- Specified by:
configure
in interfaceConfigurable
- Parameters:
configuration
- theConf
instance used to configure this instance.
-
handler
public io.undertow.server.RoutingHandler handler(AzkarraStreamsService service)
- Specified by:
handler
in interfaceRoutingHandlerProvider
-
handleRequest
public void handleRequest(io.undertow.server.HttpServerExchange exchange)
- Specified by:
handleRequest
in interfaceio.undertow.server.HttpHandler
-
-