| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProxyExtension.initialize(ProxyConfiguration conf)
Initialize the extension when the extension is constructed from reflection.
|
void |
ProxyExtensions.initialize(ProxyConfiguration conf) |
static ProxyExtensions |
ProxyExtensions.load(ProxyConfiguration conf)
Load the extensions for the given extensions list.
|
| Modifier and Type | Method and Description |
|---|---|
ProxyConfiguration |
ProxyServiceStarter.getConfig() |
ProxyConfiguration |
ProxyService.getConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static void |
ProxyServiceStarter.addWebServerHandlers(WebServer server,
ProxyConfiguration config,
ProxyService service,
BrokerDiscoveryProvider discoveryProvider) |
| Constructor and Description |
|---|
BrokerDiscoveryProvider(ProxyConfiguration config,
PulsarResources pulsarResources) |
ProxyBackendHandler(ProxyConfiguration config,
int protocolVersion) |
ProxyService(ProxyConfiguration proxyConfig,
AuthenticationService authenticationService) |
ServiceChannelInitializer(ProxyService proxyService,
ProxyConfiguration serviceConfig,
boolean enableTls) |
WebServer(ProxyConfiguration config,
AuthenticationService authenticationService) |
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.