Uses of Class
org.apache.pulsar.proxy.server.ProxyConfiguration
-
Packages that use ProxyConfiguration Package Description org.apache.pulsar.proxy.extensions Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.pulsar.proxy.server Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of ProxyConfiguration in org.apache.pulsar.proxy.extensions
Methods in org.apache.pulsar.proxy.extensions with parameters of type ProxyConfiguration Modifier and Type Method Description voidProxyExtension. 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 ProxyConfiguration Modifier and Type Method Description ProxyConfigurationProxyServiceStarter. getConfig()ProxyConfigurationProxyService. getConfiguration()Methods in org.apache.pulsar.proxy.server with parameters of type ProxyConfiguration Modifier and Type Method Description static voidProxyServiceStarter. addWebServerHandlers(WebServer server, ProxyConfiguration config, ProxyService service, BrokerDiscoveryProvider discoveryProvider)Constructors in org.apache.pulsar.proxy.server with parameters of type ProxyConfiguration Constructor Description BrokerDiscoveryProvider(ProxyConfiguration config, org.apache.pulsar.broker.resources.PulsarResources pulsarResources)ProxyBackendHandler(ProxyConfiguration config, int protocolVersion, java.lang.String remoteHostName)ProxyService(ProxyConfiguration proxyConfig, org.apache.pulsar.broker.authentication.AuthenticationService authenticationService)ServiceChannelInitializer(ProxyService proxyService, ProxyConfiguration serviceConfig, boolean enableTls)WebServer(ProxyConfiguration config, org.apache.pulsar.broker.authentication.AuthenticationService authenticationService)
-