类的使用
org.apache.pulsar.proxy.server.ProxyService
使用ProxyService的程序包
程序包
说明
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.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
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) protected voidBrokerDiscoveryProvider.checkAuthorization(ProxyService service, org.apache.pulsar.common.naming.TopicName topicName, String role, org.apache.pulsar.broker.authentication.AuthenticationDataSource authenticationData) 参数类型为ProxyService的org.apache.pulsar.proxy.server中的构造器限定符构造器说明DirectProxyHandler(ProxyService service, ProxyConnection proxyConnection) LookupProxyHandler(ProxyService proxy, ProxyConnection proxyConnection) ParserProxyHandler(ProxyService service, io.netty.channel.Channel channel, 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的使用