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) Constructors in org.apache.pulsar.proxy.server with parameters of type ProxyConfigurationModifierConstructorDescriptionBrokerDiscoveryProvider(ProxyConfiguration config, PulsarResources pulsarResources) ProxyBackendHandler(ProxyConfiguration config, int protocolVersion, String remoteHostName) ProxyService(ProxyConfiguration proxyConfig, AuthenticationService authenticationService) ServiceChannelInitializer(ProxyService proxyService, ProxyConfiguration serviceConfig, boolean enableTls) WebServer(ProxyConfiguration config, AuthenticationService authenticationService)