Uses of Interface
io.avaje.jex.JexConfig
Packages that use JexConfig
-
Uses of JexConfig in io.avaje.jex
Methods in io.avaje.jex that return JexConfigModifier and TypeMethodDescriptionJexConfig.compression(Consumer<CompressionConfig> consumer) configure compression via consumerJex.config()Return the configuration.JexConfig.contextPath(String contextPath) Set the contextPath.JexConfig.disableSpiPlugins()whether to disable JexPlugins loaded from ServiceLoaderSet executor for serving requests.JexConfig.health(boolean health) Set to true to include the health endpoint.Set the host to bind to.JexConfig.ignoreTrailingSlashes(boolean ignoreTrailingSlashes) Set to true to ignore trailing slashes.JexConfig.jsonService(JsonService jsonService) Set the JsonService to use.JexConfig.port(int port) Set the port to use.JexConfig.renderer(String extension, TemplateRender renderer) Register a template renderer explicitly.JexConfig.sslContext(SSLContext ssl) Enable https with the provided SSLContext.Method parameters in io.avaje.jex with type arguments of type JexConfig