Uses of Class
org.apache.pulsar.proxy.server.ProxyService
-
Packages that use ProxyService 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.org.apache.pulsar.proxy.stats Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of ProxyService in org.apache.pulsar.proxy.extensions
Methods in org.apache.pulsar.proxy.extensions with parameters of type ProxyService Modifier and Type Method Description voidProxyExtension. start(ProxyService service)Start the extension with the provided proxy service.voidProxyExtensions. start(ProxyService service) -
Uses of ProxyService in org.apache.pulsar.proxy.server
Methods in org.apache.pulsar.proxy.server with parameters of type ProxyService Modifier and Type Method Description static voidProxyServiceStarter. addWebServerHandlers(WebServer server, ProxyConfiguration config, ProxyService service, BrokerDiscoveryProvider discoveryProvider)protected voidBrokerDiscoveryProvider. checkAuthorization(ProxyService service, org.apache.pulsar.common.naming.TopicName topicName, java.lang.String role, org.apache.pulsar.broker.authentication.AuthenticationDataSource authenticationData)Constructors in org.apache.pulsar.proxy.server with parameters of type ProxyService Constructor Description DirectProxyHandler(ProxyService service, ProxyConnection proxyConnection)LookupProxyHandler(ProxyService proxy, ProxyConnection proxyConnection)ParserProxyHandler(ProxyService service, io.netty.channel.Channel channel, java.lang.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) -
Uses of ProxyService in org.apache.pulsar.proxy.stats
Methods in org.apache.pulsar.proxy.stats that return ProxyService Modifier and Type Method Description protected ProxyServiceProxyStats. proxyService()
-