Uses of Interface
kos.api.KosContext
-
Packages that use KosContext Package Description kos.api kos.core kos.core.events kos.core.validation -
-
Uses of KosContext in kos.api
Classes in kos.api that implement KosContext Modifier and Type Class Description classMutableKosContextFields in kos.api declared as KosContext Modifier and Type Field Description (package private) KosContextConfigurationLoadedEventListener.ConfigurationLoadedEvent. kosContext(package private) KosContextEventBusSink.EventBusSyncInitializationRequest. kosContext(package private) KosContextHeaderParserStrategy. kosContext(package private) KosContextSerializer.PlainTextSerializer. kosContext(package private) KosContextWebServerEventListener.BeforeDeployWebServerEvent. kosContextMethods in kos.api with parameters of type KosContext Modifier and Type Method Description voidAbstractResponse. send(KosContext kosContext, io.vertx.core.http.HttpServerResponse response)voidRawResponse. send(KosContext kosContext, io.vertx.core.http.HttpServerResponse response)voidResponse. send(KosContext kosContext, io.vertx.core.http.HttpServerResponse response)static voidResponse. send(KosContext kosContext, io.vertx.core.http.HttpServerResponse httpResponse, Object payload)Sends a response to the client.static voidResponse. send(KosContext kosContext, io.vertx.ext.web.RoutingContext context, Object payload)Sends a response to the client.static voidResponse. send(KosContext kosContext, io.vertx.ext.web.RoutingContext context, Response response)Sends a response to the client.voidSerializableResponse. send(KosContext kosContext, io.vertx.core.http.HttpServerResponse response)static voidResponse. sendDefaultNoContent(KosContext kosContext, io.vertx.ext.web.RoutingContext context)Sends an empty response to the client.static voidResponse. sendError(KosContext kosContext, io.vertx.core.http.HttpServerRequest request, Throwable cause)Serializes aThrowableand sends as a response to the client.static voidResponse. sendError(KosContext kosContext, io.vertx.ext.web.RoutingContext context, Throwable cause)Serializes aThrowableand sends as a response to the client. -
Uses of KosContext in kos.core
Fields in kos.core declared as KosContext Modifier and Type Field Description private KosContextSimplifiedRouter. kosContext(package private) KosContextSimplifiedRouter.SafeRequestInterceptor. kosContext(package private) KosContextSimplifiedRouter.SafeRoutingContextHandler. kosContextprivate KosContextVertxWebServer. kosContextMethods in kos.core with parameters of type KosContext Modifier and Type Method Description private static SimplifiedRouterVertxWebServer. loadDefaultRouter(KosContext kosContext, boolean autoConfigOptionals)<T> TRequest. readBody(KosContext kosContext, io.vertx.ext.web.RoutingContext context, String name, Class<T> type)<T> TRequest. readContext(KosContext kosContext, io.vertx.ext.web.RoutingContext context, String name, Class<T> type)<T> TRequest. readHeader(KosContext kosContext, io.vertx.ext.web.RoutingContext context, String name, Class<T> type)<T> TRequest. readParam(KosContext kosContext, io.vertx.ext.web.RoutingContext context, String name, Class<T> type)static SimplifiedRouterSimplifiedRouter. wrapWithAutoBodyReader(KosContext kosContext, io.vertx.ext.web.Router router)Creates an instance ofSimplifiedRouterthat will automatically read the request body payload for PATCH, POST and PUT.static SimplifiedRouterSimplifiedRouter. wrapWithNoAutoBodyReader(KosContext kosContext, io.vertx.ext.web.Router router)Creates a basic instance ofSimplifiedRouter.Constructors in kos.core with parameters of type KosContext Constructor Description SimplifiedRouter(KosContext kosContext, io.vertx.ext.web.Router router, Map<io.vertx.core.http.HttpMethod,Boolean> httpMethodsThatMayReadBody)SimplifiedRouter(KosContext kosContext, io.vertx.ext.web.Router router, RequestInterceptorHandler interceptor, Map<io.vertx.core.http.HttpMethod,Boolean> httpMethodsThatMayReadBody)VertxFutures(KosContext configuration)VertxWebServer(KosContext kosContext)Constructs a VertxWebServer.VertxWebServer(KosContext kosContext, boolean autoConfigOptionals)Constructs VertxWebServer.VertxWebServer(KosContext kosContext, SimplifiedRouter router)Constructs a VertxWebServer. -
Uses of KosContext in kos.core.events
Fields in kos.core.events declared as KosContext Modifier and Type Field Description protected KosContextEventBusSinkManager. kosContextConstructors in kos.core.events with parameters of type KosContext Constructor Description EventBusSinkManager(KosContext kosContext, Iterable<EventSubscriptionSink> eventSubscriberSinks, Iterable<EventPublisherSink> eventPublisherSinks) -
Uses of KosContext in kos.core.validation
Fields in kos.core.validation declared as KosContext Modifier and Type Field Description (package private) KosContextWebPointcutValidation. kosContext
-