Uses of Class
org.apache.pulsar.proxy.server.ProxyService
-
Packages that use ProxyService Package Description org.apache.pulsar.proxy.server org.apache.pulsar.proxy.stats -
-
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 static 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, java.lang.String targetBrokerUrl, int protocolVersion, java.util.function.Supplier<io.netty.handler.ssl.SslHandler> sslHandlerSupplier)LookupProxyHandler(ProxyService proxy, ProxyConnection proxyConnection)ParserProxyHandler(ProxyService service, io.netty.channel.Channel channel, java.lang.String type, int maxMessageSize)ProxyConnection(ProxyService proxyService, java.util.function.Supplier<io.netty.handler.ssl.SslHandler> sslHandlerSupplier)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()
-