Uses of Class
org.apache.pulsar.proxy.server.ProxyService
Packages that use ProxyService
Package
Description
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.
-
Uses of ProxyService in org.apache.pulsar.proxy.extensions
Methods in org.apache.pulsar.proxy.extensions with parameters of type ProxyServiceModifier and TypeMethodDescriptionvoidProxyExtension.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 ProxyServiceModifier and TypeMethodDescriptionstatic voidProxyServiceStarter.addWebServerHandlers(WebServer server, ProxyConfiguration config, ProxyService service, BrokerDiscoveryProvider discoveryProvider) Constructors in org.apache.pulsar.proxy.server with parameters of type ProxyServiceModifierConstructorDescriptionDirectProxyHandler(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) -
Uses of ProxyService in org.apache.pulsar.proxy.stats
Methods in org.apache.pulsar.proxy.stats that return ProxyService