Uses of Interface
io.streamthoughts.azkarra.api.server.EmbeddedHttpServer
-
Packages that use EmbeddedHttpServer Package Description io.streamthoughts.azkarra.api.spi io.streamthoughts.azkarra.http -
-
Uses of EmbeddedHttpServer in io.streamthoughts.azkarra.api.spi
Methods in io.streamthoughts.azkarra.api.spi that return EmbeddedHttpServer Modifier and Type Method Description EmbeddedHttpServer
EmbeddedHttpServerProvider. get(AzkarraContext context)
Creates an returns the embedded HTTP server. -
Uses of EmbeddedHttpServer in io.streamthoughts.azkarra.http
Classes in io.streamthoughts.azkarra.http that implement EmbeddedHttpServer Modifier and Type Class Description class
UndertowEmbeddedServer
TheEmbeddedHttpServer
implementation using Undertow framework.Methods in io.streamthoughts.azkarra.http that return EmbeddedHttpServer Modifier and Type Method Description EmbeddedHttpServer
UndertowEmbeddedServerProvider. get(AzkarraContext context)
Creates an returns the embedded HTTP server.
-