Uses of Interface
kos.api.KosContext
Packages that use KosContext
-
Uses of KosContext in kos.api
Classes in kos.api that implement KosContextFields in kos.api declared as KosContextModifier and TypeFieldDescription(package private) KosContextConfigurationLoadedEventListener.ConfigurationLoadedEvent.kosContext(package private) KosContextEventBusSink.EventBusSyncInitializationRequest.kosContext(package private) final KosContextHeaderParserStrategy.kosContext(package private) final KosContextSerializer.PlainTextSerializer.kosContext(package private) KosContextWebServerEventListener.BeforeDeployWebServerEvent.kosContextMethods in kos.api with parameters of type KosContextModifier and TypeMethodDescriptionvoidAbstractResponse.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 KosContextModifier and TypeFieldDescriptionprivate final KosContextSimplifiedRouter.kosContext(package private) final KosContextSimplifiedRouter.SafeRequestInterceptor.kosContext(package private) final KosContextSimplifiedRouter.SafeRoutingContextHandler.kosContextprivate final KosContextVertxWebServer.kosContextMethods in kos.core with parameters of type KosContextModifier and TypeMethodDescriptionprivate 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 KosContextModifierConstructorDescriptionSimplifiedRouter(KosContext kosContext, io.vertx.ext.web.Router router, Map<io.vertx.core.http.HttpMethod, Boolean> httpMethodsThatMayReadBody) privateSimplifiedRouter(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 KosContextConstructors in kos.core.events with parameters of type KosContextModifierConstructorDescriptionEventBusSinkManager(KosContext kosContext, Iterable<EventSubscriptionSink> eventSubscriberSinks, Iterable<EventPublisherSink> eventPublisherSinks) -
Uses of KosContext in kos.core.validation
Fields in kos.core.validation declared as KosContextModifier and TypeFieldDescription(package private) final KosContextWebPointcutValidation.kosContext