Class ContextGetHandler
- java.lang.Object
-
- io.streamthoughts.azkarra.http.handler.ContextGetHandler
-
- All Implemented Interfaces:
io.undertow.server.HttpHandler
public class ContextGetHandler extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ContextGetHandler.ContextPayload
-
Field Summary
Fields Modifier and Type Field Description protected AzkarraStreamsService
service
-
Constructor Summary
Constructors Constructor Description ContextGetHandler(AzkarraStreamsService service)
Creates a newContextGetHandler
instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleRequest(io.undertow.server.HttpServerExchange exchange)
-
-
-
Field Detail
-
service
protected final AzkarraStreamsService service
-
-
Constructor Detail
-
ContextGetHandler
public ContextGetHandler(AzkarraStreamsService service)
Creates a newContextGetHandler
instance.- Parameters:
service
- theAzkarraStreamsService
instance.
-
-