Uses of Class
io.kroxylicious.proxy.plugin.PluginConfigurationException
Packages that use PluginConfigurationException
Package
Description
The protocol filter API.
The router API.
APIs for plugins that are exposed to details of TLS connections between the proxy and its network peers.
-
Uses of PluginConfigurationException in io.kroxylicious.proxy.filter
Methods in io.kroxylicious.proxy.filter that throw PluginConfigurationExceptionModifier and TypeMethodDescriptionFilterFactory.initialize(FilterFactoryContext context, C config) Initializes the factory with the specified configuration. -
Uses of PluginConfigurationException in io.kroxylicious.proxy.router
Methods in io.kroxylicious.proxy.router that throw PluginConfigurationExceptionModifier and TypeMethodDescriptionRouterFactory.initialize(RouterFactoryContext context, C config) Initializes the factory with the given configuration. -
Uses of PluginConfigurationException in io.kroxylicious.proxy.tls
Methods in io.kroxylicious.proxy.tls that throw PluginConfigurationExceptionModifier and TypeMethodDescriptionServerTlsCredentialSupplierFactory.initialize(ServerTlsCredentialSupplierFactoryContext context, C config) Initializes the factory with the specified configuration.