- setBackpressureBufferCapacity(long) - Method in class io.knotx.server.configuration.DropRequestOptions
-
Sets the backpressure buffer capacity, the number of request that single Server instance can
support concurrently.
- setBackpressureStrategy(BackpressureOverflowStrategy) - Method in class io.knotx.server.configuration.DropRequestOptions
-
Sets the strategy how to deal with backpressure buffer overflow.
- setConfig(JsonObject) - Method in class io.knotx.server.configuration.AuthHandlerOptions
-
Sets Handler configuration.
- setConfig(JsonObject) - Method in class io.knotx.server.configuration.RoutingHandlerOptions
-
Configuration for the Handler created by associated RoutingHandlerFactory.
- setCookieName(String) - Method in class io.knotx.server.handler.csrf.CSRFOptions
-
Set the name of the CSRF cookie
- setCookiePath(String) - Method in class io.knotx.server.handler.csrf.CSRFOptions
-
Set of the path of the CSRF cookie
- setDisplayExceptionDetails(boolean) - Method in class io.knotx.server.configuration.KnotxServerOptions
-
Set whether to display or not the exception on error pages
- setDropRequestOptions(DropRequestOptions) - Method in class io.knotx.server.configuration.KnotxServerOptions
-
Set the drop request options (see DropRequestOptions)
- setDropRequestResponseCode(int) - Method in class io.knotx.server.configuration.DropRequestOptions
-
Sets the HTTP response code returned wheb request is dropped.
- setEnabled(boolean) - Method in class io.knotx.server.configuration.DropRequestOptions
-
Enabled/disables request dropping (backpressure) on heavy load.
- setEnabled(boolean) - Method in class io.knotx.server.configuration.HystrixMetricsOptions
-
Enabled/disables Hystrix metrics exposed by Knot.x Server, by default - disabled.
- setEndpoint(String) - Method in class io.knotx.server.configuration.HystrixMetricsOptions
-
Sets Hystrix metrics endpoint under which it will expose the metrics.
- setFactory(String) - Method in class io.knotx.server.configuration.AuthHandlerOptions
-
Sets AuthHandlerFactory name
- setFailureHandlers(List<RoutingHandlerOptions>) - Method in class io.knotx.server.configuration.RoutingOperationOptions
-
Sets list of error handlers definitions for particular operationId.
- setFileUploadDirectory(String) - Method in class io.knotx.server.handler.http.request.body.BodyHandlerOptions
-
Set the location on Knot.x environment when uploaded files will be stored.
- setFileUploadLimit(Long) - Method in class io.knotx.server.handler.http.request.body.BodyHandlerOptions
-
Set the file upload limit in bytes
- setFormat(LoggerFormat) - Method in class io.knotx.server.handler.logger.AccessLogOptions
-
Set format of access log.
- setGlobalHandlers(List<RoutingHandlerOptions>) - Method in class io.knotx.server.configuration.KnotxServerOptions
-
List of RoutingHandlerOptions containing handlers configurations which are initiated
(loaded from classpath via java.util.ServiceLoader) during server setup and applied to
each route.
- setHandlers(List<RoutingHandlerOptions>) - Method in class io.knotx.server.configuration.RoutingOperationOptions
-
Sets list of handlers definitions for particular operationId.
- setHeaderName(String) - Method in class io.knotx.server.handler.csrf.CSRFOptions
-
Set the CSRF token header name
- setHystrixMetricsOptions(HystrixMetricsOptions) - Method in class io.knotx.server.configuration.KnotxServerOptions
-
Set the Hystrix Metrics options (see HystrixMetricsOptions).
- setImmediate(boolean) - Method in class io.knotx.server.handler.logger.AccessLogOptions
-
Configure when to collect access log.
- setName(String) - Method in class io.knotx.server.configuration.RoutingHandlerOptions
-
Name of the RoutingHandlerFactory registered via java.util.ServiceLoader.
- setName(String) - Method in class io.knotx.server.handler.http.response.header.CustomHttpHeaderOptions
-
Name of the request header.
- setOperationId(String) - Method in class io.knotx.server.configuration.RoutingOperationOptions
-
Sets operationId name.
- setRoutingOperations(List<RoutingOperationOptions>) - Method in class io.knotx.server.configuration.KnotxServerOptions
-
Set list of RoutingOperationOptions.
- setRoutingSpecificationLocation(String) - Method in class io.knotx.server.configuration.KnotxServerOptions
-
Location of your spec.
- setSchema(String) - Method in class io.knotx.server.configuration.AuthHandlerOptions
-
Sets security schema name
- setSecret(String) - Method in class io.knotx.server.handler.csrf.CSRFOptions
-
Set the secret used to generate CSRF token
- setSecurityHandlers(List<AuthHandlerOptions>) - Method in class io.knotx.server.configuration.KnotxServerOptions
-
Set list of AuthHandlerOptions.
- setServerOptions(HttpServerOptions) - Method in class io.knotx.server.configuration.KnotxServerOptions
-
Set the HTTP Server options
- setTimeout(long) - Method in class io.knotx.server.handler.csrf.CSRFOptions
-
Set the timeout of the CSRF token
- setValue(String) - Method in class io.knotx.server.handler.http.response.header.CustomHttpHeaderOptions
-
Value of the request header.
- start(Future<Void>) - Method in class io.knotx.server.KnotxServerVerticle
-