| Package | Description |
|---|---|
| org.apache.pulsar.proxy.server | |
| org.apache.pulsar.proxy.stats |
| Modifier and Type | Method and Description |
|---|---|
static void |
ProxyServiceStarter.addWebServerHandlers(WebServer server,
ProxyConfiguration config,
ProxyService service,
BrokerDiscoveryProvider discoveryProvider) |
protected static void |
BrokerDiscoveryProvider.checkAuthorization(ProxyService service,
TopicName topicName,
String role,
AuthenticationDataSource authenticationData) |
| Constructor and Description |
|---|
DirectProxyHandler(ProxyService service,
ProxyConnection proxyConnection,
String targetBrokerUrl,
int protocolVersion,
Supplier<io.netty.handler.ssl.SslHandler> sslHandlerSupplier) |
LookupProxyHandler(ProxyService proxy,
ProxyConnection proxyConnection) |
ParserProxyHandler(ProxyService service,
io.netty.channel.Channel channel,
String type,
int maxMessageSize) |
ProxyConnection(ProxyService proxyService,
Supplier<io.netty.handler.ssl.SslHandler> sslHandlerSupplier) |
ServiceChannelInitializer(ProxyService proxyService,
ProxyConfiguration serviceConfig,
boolean enableTls) |
| Modifier and Type | Method and Description |
|---|---|
protected ProxyService |
ProxyStats.proxyService() |
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.