Uses of Interface
kos.api.KosConfiguration
-
Packages that use KosConfiguration Package Description kos.api kos.core -
-
Uses of KosConfiguration in kos.api
Classes in kos.api that implement KosConfiguration Modifier and Type Class Description classMutableKosConfigurationFields in kos.api declared as KosConfiguration Modifier and Type Field Description (package private) KosConfigurationHeaderParserStrategy. kosConfiguration(package private) KosConfigurationSerializer.PlainTextSerializer. kosConfiguration(package private) KosConfigurationWebServerEventListener.BeforeDeployWebServerEvent. kosConfigurationMethods in kos.api with parameters of type KosConfiguration Modifier and Type Method Description voidEmptyResponse. send(KosConfiguration kosConfiguration, io.vertx.core.http.HttpServerResponse response)voidRawResponse. send(KosConfiguration kosConfiguration, io.vertx.core.http.HttpServerResponse response)voidResponse. send(KosConfiguration kosConfiguration, io.vertx.core.http.HttpServerResponse response)static voidResponse. send(KosConfiguration kosConfiguration, io.vertx.core.http.HttpServerResponse httpResponse, Object payload)Sends a response to the client.static voidResponse. send(KosConfiguration kosConfiguration, io.vertx.core.http.HttpServerResponse serverResponse, Response response)Sends a response to the client.static voidResponse. send(KosConfiguration kosConfiguration, io.vertx.ext.web.RoutingContext context, Object payload)Sends a response to the client.static voidResponse. send(KosConfiguration kosConfiguration, io.vertx.ext.web.RoutingContext context, Response response)Sends a response to the client.voidSerializableResponse. send(KosConfiguration kosConfiguration, io.vertx.core.http.HttpServerResponse response)static voidResponse. sendDefaultNoContent(KosConfiguration kosConfiguration, io.vertx.ext.web.RoutingContext context)Sends an empty response to the client.static voidResponse. sendError(KosConfiguration kosConfiguration, io.vertx.core.http.HttpServerRequest request, Throwable cause)Serializes aThrowableand sends as a response to the client.static voidResponse. sendError(KosConfiguration kosConfiguration, io.vertx.ext.web.RoutingContext context, Throwable cause)Serializes aThrowableand sends as a response to the client.Constructors in kos.api with parameters of type KosConfiguration Constructor Description DefaultExceptionHandler(KosConfiguration kosConfiguration) -
Uses of KosConfiguration in kos.core
Fields in kos.core declared as KosConfiguration Modifier and Type Field Description (package private) KosConfigurationLauncher.DeploymentContext. kosConfigurationprivate KosConfigurationSimplifiedRouter. kosConfiguration(package private) KosConfigurationSimplifiedRouter.SafeRequestInterceptor. kosConfiguration(package private) KosConfigurationSimplifiedRouter.SafeRoutingContextHandler. kosConfigurationprivate KosConfigurationVertxWebServer. kosConfigurationMethods in kos.core with parameters of type KosConfiguration Modifier and Type Method Description private static SimplifiedRouterVertxWebServer. loadDefaultRouter(KosConfiguration kosConfiguration, boolean autoConfigOptionals)<T> TRequest. readBody(KosConfiguration kosConfiguration, io.vertx.ext.web.RoutingContext context, String name, Class<T> type)<T> TRequest. readContext(KosConfiguration kosConfiguration, io.vertx.ext.web.RoutingContext context, String name, Class<T> type)<T> TRequest. readHeader(KosConfiguration kosConfiguration, io.vertx.ext.web.RoutingContext context, String name, Class<T> type)<T> TRequest. readParam(KosConfiguration kosConfiguration, io.vertx.ext.web.RoutingContext context, String name, Class<T> type)static SimplifiedRouterSimplifiedRouter. wrapWithAutoBodyReader(KosConfiguration kosConfiguration, 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(KosConfiguration kosConfiguration, io.vertx.ext.web.Router router)Creates a basic instance ofSimplifiedRouter.Constructors in kos.core with parameters of type KosConfiguration Constructor Description DeploymentContext(KosConfiguration kosConfiguration, io.vertx.core.json.JsonObject applicationConfig)SimplifiedRouter(KosConfiguration kosConfiguration, io.vertx.ext.web.Router router, Map<io.vertx.core.http.HttpMethod,Boolean> httpMethodsThatMayReadBody)SimplifiedRouter(KosConfiguration kosConfiguration, io.vertx.ext.web.Router router, RequestInterceptorHandler interceptor, Map<io.vertx.core.http.HttpMethod,Boolean> httpMethodsThatMayReadBody)VertxFutures(KosConfiguration configuration)VertxWebServer(KosConfiguration kosConfiguration)Constructs a VertxWebServer.VertxWebServer(KosConfiguration kosConfiguration, boolean autoConfigOptionals)Constructs VertxWebServer.VertxWebServer(KosConfiguration kosConfiguration, SimplifiedRouter router)Constructs a VertxWebServer.
-