类的使用
org.apache.pulsar.proxy.server.ProxyService
使用ProxyService的程序包
程序包
说明
-
org.apache.pulsar.proxy.extensions中ProxyService的使用
修饰符和类型方法说明voidProxyExtension.start(ProxyService service) Start the extension with the provided proxy service.voidProxyExtensions.start(ProxyService service) -
org.apache.pulsar.proxy.server中ProxyService的使用
修饰符和类型方法说明static voidProxyServiceStarter.addWebServerHandlers(WebServer server, ProxyConfiguration config, ProxyService service, BrokerDiscoveryProvider discoveryProvider) static voidProxyServiceStarter.addWebServerHandlers(WebServer server, ProxyConfiguration config, ProxyService service, BrokerDiscoveryProvider discoveryProvider, AtomicReference<WebSocketService> webSocketServiceRef) 参数类型为ProxyService的org.apache.pulsar.proxy.server中的构造器限定符构造器说明DirectProxyHandler(ProxyService service, ProxyConnection proxyConnection) LookupProxyHandler(ProxyService proxy, ProxyConnection proxyConnection) ParserProxyHandler(ProxyService service, String type, int maxMessageSize, io.netty.channel.ChannelId peerChannelId) ProxyConnection(ProxyService proxyService, io.netty.resolver.dns.DnsAddressResolverGroup dnsAddressResolverGroup) ServiceChannelInitializer(ProxyService proxyService, ProxyConfiguration serviceConfig, boolean enableTls) -
org.apache.pulsar.proxy.stats中ProxyService的使用