类的使用
org.apache.pulsar.proxy.server.ProxyConfiguration
使用ProxyConfiguration的程序包
程序包
说明
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
org.apache.pulsar.proxy.extensions中ProxyConfiguration的使用
修饰符和类型方法说明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. -
org.apache.pulsar.proxy.server中ProxyConfiguration的使用
修饰符和类型方法说明static voidProxyServiceStarter.addWebServerHandlers(WebServer server, ProxyConfiguration config, ProxyService service, BrokerDiscoveryProvider discoveryProvider) 限定符构造器说明BrokerDiscoveryProvider(ProxyConfiguration config, org.apache.pulsar.broker.resources.PulsarResources pulsarResources) ProxyBackendHandler(ProxyConfiguration config, int protocolVersion, 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)