Uses of Class
org.apache.pulsar.proxy.server.ProxyConfiguration
Packages that use ProxyConfiguration
-
Uses of ProxyConfiguration in org.apache.pulsar.proxy.extensions
Methods in org.apache.pulsar.proxy.extensions with parameters of type ProxyConfigurationModifier and TypeMethodDescriptionvoidProxyExtension.initialize(ProxyConfiguration conf) Initialize the extension when the extension is constructed from reflection.voidProxyExtensions.initialize(ProxyConfiguration conf) static ProxyExtensionsProxyExtensions.load(ProxyConfiguration conf) Load the extensions for the given extensions list. -
Uses of ProxyConfiguration in org.apache.pulsar.proxy.server
Methods in org.apache.pulsar.proxy.server that return ProxyConfigurationModifier and TypeMethodDescriptionProxyServiceStarter.getConfig()ProxyService.getConfiguration()Methods in org.apache.pulsar.proxy.server with parameters of type ProxyConfigurationModifier and TypeMethodDescriptionstatic voidProxyServiceStarter.addWebServerHandlers(WebServer server, ProxyConfiguration config, ProxyService service, BrokerDiscoveryProvider discoveryProvider, Authentication proxyClientAuthentication) Constructors in org.apache.pulsar.proxy.server with parameters of type ProxyConfigurationModifierConstructorDescriptionBrokerDiscoveryProvider(ProxyConfiguration config, PulsarResources pulsarResources) ProxyBackendHandler(ProxyConfiguration config, int protocolVersion, String remoteHostName, FeatureFlags featureFlags) ProxyService(ProxyConfiguration proxyConfig, AuthenticationService authenticationService, Authentication proxyClientAuthentication) ServiceChannelInitializer(ProxyService proxyService, ProxyConfiguration serviceConfig, boolean enableTls) WebServer(ProxyConfiguration config, AuthenticationService authenticationService) Constructor parameters in org.apache.pulsar.proxy.server with type arguments of type ProxyConfigurationModifierConstructorDescriptionProxyServiceStarter(String[] args, Consumer<ProxyConfiguration> proxyConfigurationCustomizer, boolean embeddedMode)