Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractWebSocketHandler - Class in org.apache.pulsar.websocket
- AbstractWebSocketHandler(WebSocketService, HttpServletRequest, ServletUpgradeResponse) - Constructor for class org.apache.pulsar.websocket.AbstractWebSocketHandler
- addAll(StatsBuckets) - Method in class org.apache.pulsar.websocket.stats.StatsBuckets
- addConsumer(ConsumerHandler) - Method in class org.apache.pulsar.websocket.WebSocketService
- addProducer(ProducerHandler) - Method in class org.apache.pulsar.websocket.WebSocketService
- addReader(ReaderHandler) - Method in class org.apache.pulsar.websocket.WebSocketService
- addRestResource(String, String, Object, Class<?>) - Method in class org.apache.pulsar.websocket.service.ProxyServer
- addValue(long) - Method in class org.apache.pulsar.websocket.stats.StatsBuckets
- addWebSocketServlet(String, Servlet) - Method in class org.apache.pulsar.websocket.service.ProxyServer
- ADMIN_PATH_V1 - Static variable in class org.apache.pulsar.websocket.admin.WebSocketWebResource
- ADMIN_PATH_V2 - Static variable in class org.apache.pulsar.websocket.admin.WebSocketWebResource
- ATTRIBUTE_PROXY_SERVICE_NAME - Static variable in class org.apache.pulsar.websocket.admin.WebSocketWebResource
- authData() - Method in class org.apache.pulsar.websocket.admin.WebSocketWebResource
- AuthenticationError - Enum constant in enum class org.apache.pulsar.websocket.WebSocketError
C
- checkAuth(ServletUpgradeResponse) - Method in class org.apache.pulsar.websocket.AbstractWebSocketHandler
- checkAuthentication() - Method in class org.apache.pulsar.websocket.AbstractWebSocketHandler
- clientAppId() - Method in class org.apache.pulsar.websocket.admin.WebSocketWebResource
-
Gets a caller id (IP + role).
- close() - Method in class org.apache.pulsar.websocket.ConsumerHandler
- close() - Method in class org.apache.pulsar.websocket.ProducerHandler
- close() - Method in class org.apache.pulsar.websocket.ReaderHandler
- close() - Method in class org.apache.pulsar.websocket.WebSocketService
- close(WebSocketError) - Method in class org.apache.pulsar.websocket.AbstractWebSocketHandler
- close(WebSocketError, String) - Method in class org.apache.pulsar.websocket.AbstractWebSocketHandler
- configure(WebSocketServletFactory) - Method in class org.apache.pulsar.websocket.WebSocketConsumerServlet
- configure(WebSocketServletFactory) - Method in class org.apache.pulsar.websocket.WebSocketProducerServlet
- configure(WebSocketServletFactory) - Method in class org.apache.pulsar.websocket.WebSocketReaderServlet
- ConsumerCommand - Class in org.apache.pulsar.websocket.data
- ConsumerCommand() - Constructor for class org.apache.pulsar.websocket.data.ConsumerCommand
- consumerCommandReader - Variable in class org.apache.pulsar.websocket.AbstractWebSocketHandler
- ConsumerHandler - Class in org.apache.pulsar.websocket
-
WebSocket end-point url handler to handle incoming receive and acknowledge requests.
- ConsumerHandler(WebSocketService, HttpServletRequest, ServletUpgradeResponse) - Constructor for class org.apache.pulsar.websocket.ConsumerHandler
- ConsumerMessage - Class in org.apache.pulsar.websocket.data
- ConsumerMessage() - Constructor for class org.apache.pulsar.websocket.data.ConsumerMessage
- consumerStats - Variable in class org.apache.pulsar.websocket.stats.ProxyTopicStat
- ConsumerStats() - Constructor for class org.apache.pulsar.websocket.stats.ProxyTopicStat.ConsumerStats
- ConsumerStats(ConsumerHandler) - Constructor for class org.apache.pulsar.websocket.stats.ProxyTopicStat.ConsumerStats
- ConsumerStats(ReaderHandler) - Constructor for class org.apache.pulsar.websocket.stats.ProxyTopicStat.ConsumerStats
- context - Variable in class org.apache.pulsar.websocket.data.ProducerAck
- context - Variable in class org.apache.pulsar.websocket.data.ProducerMessage
- create() - Method in interface org.apache.pulsar.websocket.CryptoKeyReaderFactory
- createConfigMetadataStore(String, int, boolean) - Method in class org.apache.pulsar.websocket.WebSocketService
- CryptoKeyReaderFactory - Interface in org.apache.pulsar.websocket
-
Factory class to create
CryptoKeyReader.
D
- deliverAfterMs - Variable in class org.apache.pulsar.websocket.data.ProducerMessage
- deliverAt - Variable in class org.apache.pulsar.websocket.data.ProducerMessage
- disableReplication - Variable in class org.apache.pulsar.websocket.data.ProducerMessage
E
- encryptionContext - Variable in class org.apache.pulsar.websocket.data.ConsumerMessage
- endOfTopic - Variable in class org.apache.pulsar.websocket.data.EndOfTopicResponse
- EndOfTopicResponse - Class in org.apache.pulsar.websocket.data
-
Represent result of request to check if we've reached end of topic.
- EndOfTopicResponse() - Constructor for class org.apache.pulsar.websocket.data.EndOfTopicResponse
- ENTRY_LATENCY_BUCKETS_USEC - Static variable in class org.apache.pulsar.websocket.ProducerHandler
- errorCode - Variable in class org.apache.pulsar.websocket.data.ProducerAck
- errorMsg - Variable in class org.apache.pulsar.websocket.data.ProducerAck
- eventTime - Variable in class org.apache.pulsar.websocket.data.ConsumerMessage
- eventTime - Variable in class org.apache.pulsar.websocket.data.ProducerMessage
- extractSubscription(HttpServletRequest) - Static method in class org.apache.pulsar.websocket.ConsumerHandler
F
- FailedToCreateProducer - Enum constant in enum class org.apache.pulsar.websocket.WebSocketError
- FailedToDeserializeFromJSON - Enum constant in enum class org.apache.pulsar.websocket.WebSocketError
- FailedToSerializeToJSON - Enum constant in enum class org.apache.pulsar.websocket.WebSocketError
- FailedToSubscribe - Enum constant in enum class org.apache.pulsar.websocket.WebSocketError
G
- generate() - Method in class org.apache.pulsar.websocket.stats.ProxyStats
-
generates stats-metrics of proxy service and updates metricsCollection cache with latest stats.
- getAndResetNumBytesDelivered() - Method in class org.apache.pulsar.websocket.ConsumerHandler
- getAndResetNumBytesDelivered() - Method in class org.apache.pulsar.websocket.ReaderHandler
- getAndResetNumBytesSent() - Method in class org.apache.pulsar.websocket.ProducerHandler
- getAndResetNumMsgsAcked() - Method in class org.apache.pulsar.websocket.ConsumerHandler
- getAndResetNumMsgsDelivered() - Method in class org.apache.pulsar.websocket.ConsumerHandler
- getAndResetNumMsgsDelivered() - Method in class org.apache.pulsar.websocket.ReaderHandler
- getAndResetNumMsgsFailed() - Method in class org.apache.pulsar.websocket.ProducerHandler
- getAndResetNumMsgsSent() - Method in class org.apache.pulsar.websocket.ProducerHandler
- getAndResetPublishLatencyStatsUSec() - Method in class org.apache.pulsar.websocket.ProducerHandler
- getAuthenticationService() - Method in class org.apache.pulsar.websocket.WebSocketService
- getAuthorizationService() - Method in class org.apache.pulsar.websocket.WebSocketService
- getAvg() - Method in class org.apache.pulsar.websocket.stats.StatsBuckets
- getBuckets() - Method in class org.apache.pulsar.websocket.stats.StatsBuckets
- getCode() - Method in enum class org.apache.pulsar.websocket.WebSocketError
- getConfig() - Method in class org.apache.pulsar.websocket.WebSocketService
- getConsumer() - Method in class org.apache.pulsar.websocket.ConsumerHandler
- getConsumer() - Method in class org.apache.pulsar.websocket.ReaderHandler
- getConsumerConfiguration(PulsarClient) - Method in class org.apache.pulsar.websocket.ConsumerHandler
- getConsumers() - Method in class org.apache.pulsar.websocket.WebSocketService
- getCount() - Method in class org.apache.pulsar.websocket.stats.StatsBuckets
- getDescription() - Method in enum class org.apache.pulsar.websocket.WebSocketError
- getErrorCode(Exception) - Static method in class org.apache.pulsar.websocket.AbstractWebSocketHandler
- getErrorMessage(Exception) - Static method in class org.apache.pulsar.websocket.AbstractWebSocketHandler
- getExecutor() - Method in class org.apache.pulsar.websocket.WebSocketService
- getHeader(String) - Method in class org.apache.pulsar.websocket.WebSocketHttpServletRequestWrapper
- getListenPortHTTP() - Method in class org.apache.pulsar.websocket.service.ProxyServer
- getListenPortHTTPS() - Method in class org.apache.pulsar.websocket.service.ProxyServer
- getMetadataStoreCacheExpirySeconds() - Method in class org.apache.pulsar.websocket.service.WebSocketProxyConfiguration
- getMetadataStoreSessionTimeoutMillis() - Method in class org.apache.pulsar.websocket.service.WebSocketProxyConfiguration
- getMetrics() - Method in class org.apache.pulsar.websocket.stats.ProxyStats
- getMsgDeliveredCounter() - Method in class org.apache.pulsar.websocket.ConsumerHandler
- getMsgDeliveredCounter() - Method in class org.apache.pulsar.websocket.ReaderHandler
- getMsgPublishedCounter() - Method in class org.apache.pulsar.websocket.ProducerHandler
- getPingFuture() - Method in class org.apache.pulsar.websocket.AbstractWebSocketHandler
- getProducer() - Method in class org.apache.pulsar.websocket.ProducerHandler
- getProducerBuilder(PulsarClient) - Method in class org.apache.pulsar.websocket.ProducerHandler
- getProducers() - Method in class org.apache.pulsar.websocket.WebSocketService
- getProxyStats() - Method in class org.apache.pulsar.websocket.WebSocketService
- getPublishLatencyStatsUSec() - Method in class org.apache.pulsar.websocket.ProducerHandler
- getPulsarClient() - Method in class org.apache.pulsar.websocket.WebSocketService
- getReaders() - Method in class org.apache.pulsar.websocket.WebSocketService
- getStat() - Method in class org.apache.pulsar.websocket.admin.WebSocketProxyStatsBase
- getStats(String, String, String, String) - Method in class org.apache.pulsar.websocket.admin.v1.WebSocketProxyStatsV1
- getStats(String, String, String, String) - Method in class org.apache.pulsar.websocket.admin.v2.WebSocketProxyStatsV2
- getSubscription() - Method in class org.apache.pulsar.websocket.ConsumerHandler
- getSubscription() - Method in class org.apache.pulsar.websocket.ReaderHandler
- getSubscriptionMode() - Method in class org.apache.pulsar.websocket.ConsumerHandler
- getSubscriptionType() - Method in class org.apache.pulsar.websocket.ConsumerHandler
- getSubscriptionType() - Method in class org.apache.pulsar.websocket.ReaderHandler
- getSum() - Method in class org.apache.pulsar.websocket.stats.StatsBuckets
H
- httpRequest - Variable in class org.apache.pulsar.websocket.admin.WebSocketWebResource
I
- internalGetMetrics() - Method in class org.apache.pulsar.websocket.admin.v1.WebSocketProxyStatsV1
- internalGetMetrics() - Method in class org.apache.pulsar.websocket.admin.v2.WebSocketProxyStatsV2
- internalGetMetrics() - Method in class org.apache.pulsar.websocket.admin.WebSocketProxyStatsBase
- internalGetProxyStats() - Method in class org.apache.pulsar.websocket.admin.v1.WebSocketProxyStatsV1
- internalGetProxyStats() - Method in class org.apache.pulsar.websocket.admin.v2.WebSocketProxyStatsV2
- internalGetProxyStats() - Method in class org.apache.pulsar.websocket.admin.WebSocketProxyStatsBase
- internalGetStats(TopicName) - Method in class org.apache.pulsar.websocket.admin.WebSocketProxyStatsBase
- isAuthenticationEnabled() - Method in class org.apache.pulsar.websocket.WebSocketService
- isAuthorizationEnabled() - Method in class org.apache.pulsar.websocket.WebSocketService
- isAuthorized(String, AuthenticationDataSource) - Method in class org.apache.pulsar.websocket.AbstractWebSocketHandler
- isAuthorized(String, AuthenticationDataSource) - Method in class org.apache.pulsar.websocket.ConsumerHandler
- isAuthorized(String, AuthenticationDataSource) - Method in class org.apache.pulsar.websocket.ProducerHandler
- isAuthorized(String, AuthenticationDataSource) - Method in class org.apache.pulsar.websocket.ReaderHandler
- isAuthorized(TopicName) - Method in class org.apache.pulsar.websocket.admin.WebSocketWebResource
-
Checks if user is authorized to produce/consume on a given topic.
K
- key - Variable in class org.apache.pulsar.websocket.data.ConsumerMessage
- key - Variable in class org.apache.pulsar.websocket.data.ProducerMessage
- keySchema - Variable in class org.apache.pulsar.websocket.data.ProducerMessage
M
- main(String[]) - Static method in class org.apache.pulsar.websocket.service.WebSocketServiceStarter
- messageId - Variable in class org.apache.pulsar.websocket.data.ConsumerCommand
- messageId - Variable in class org.apache.pulsar.websocket.data.ConsumerMessage
- messageId - Variable in class org.apache.pulsar.websocket.data.ProducerAck
N
- NotAuthorizedError - Enum constant in enum class org.apache.pulsar.websocket.WebSocketError
- numberOfMsgDelivered - Variable in class org.apache.pulsar.websocket.stats.ProxyTopicStat.ConsumerStats
- numberOfMsgPublished - Variable in class org.apache.pulsar.websocket.stats.ProxyTopicStat.ProducerStats
O
- objectWriter() - Method in class org.apache.pulsar.websocket.AbstractWebSocketHandler
- onWebSocketClose(int, String) - Method in class org.apache.pulsar.websocket.AbstractWebSocketHandler
- onWebSocketConnect(Session) - Method in class org.apache.pulsar.websocket.AbstractWebSocketHandler
- onWebSocketConnect(Session) - Method in class org.apache.pulsar.websocket.ConsumerHandler
- onWebSocketConnect(Session) - Method in class org.apache.pulsar.websocket.ReaderHandler
- onWebSocketError(Throwable) - Method in class org.apache.pulsar.websocket.AbstractWebSocketHandler
- onWebSocketText(String) - Method in class org.apache.pulsar.websocket.ConsumerHandler
- onWebSocketText(String) - Method in class org.apache.pulsar.websocket.ProducerHandler
- onWebSocketText(String) - Method in class org.apache.pulsar.websocket.ReaderHandler
- org.apache.pulsar.websocket - package org.apache.pulsar.websocket
- org.apache.pulsar.websocket.admin - package org.apache.pulsar.websocket.admin
- org.apache.pulsar.websocket.admin.v1 - package org.apache.pulsar.websocket.admin.v1
- org.apache.pulsar.websocket.admin.v2 - package org.apache.pulsar.websocket.admin.v2
- org.apache.pulsar.websocket.data - package org.apache.pulsar.websocket.data
- org.apache.pulsar.websocket.service - package org.apache.pulsar.websocket.service
- org.apache.pulsar.websocket.stats - package org.apache.pulsar.websocket.stats
P
- payload - Variable in class org.apache.pulsar.websocket.data.ConsumerMessage
- payload - Variable in class org.apache.pulsar.websocket.data.ProducerMessage
- PayloadEncodingError - Enum constant in enum class org.apache.pulsar.websocket.WebSocketError
- permitMessages - Variable in class org.apache.pulsar.websocket.data.ConsumerCommand
- ProducerAck - Class in org.apache.pulsar.websocket.data
-
Represent result of publishing a single message.
- ProducerAck(String, String) - Constructor for class org.apache.pulsar.websocket.data.ProducerAck
- ProducerAck(WebSocketError, String, String, String) - Constructor for class org.apache.pulsar.websocket.data.ProducerAck
- ProducerAcks - Class in org.apache.pulsar.websocket.data
-
Represent results of publishing multiple messages.
- ProducerAcks() - Constructor for class org.apache.pulsar.websocket.data.ProducerAcks
- ProducerHandler - Class in org.apache.pulsar.websocket
-
Websocket end-point url handler to handle incoming message coming from client.
- ProducerHandler(WebSocketService, HttpServletRequest, ServletUpgradeResponse) - Constructor for class org.apache.pulsar.websocket.ProducerHandler
- ProducerMessage - Class in org.apache.pulsar.websocket.data
-
Class represent single message to be published.
- ProducerMessage() - Constructor for class org.apache.pulsar.websocket.data.ProducerMessage
- ProducerMessages - Class in org.apache.pulsar.websocket.data
-
Class represent messages to be published.
- ProducerMessages() - Constructor for class org.apache.pulsar.websocket.data.ProducerMessages
- producerStats - Variable in class org.apache.pulsar.websocket.stats.ProxyTopicStat
- ProducerStats() - Constructor for class org.apache.pulsar.websocket.stats.ProxyTopicStat.ProducerStats
- ProducerStats(ProducerHandler) - Constructor for class org.apache.pulsar.websocket.stats.ProxyTopicStat.ProducerStats
- properties - Variable in class org.apache.pulsar.websocket.data.ConsumerMessage
- properties - Variable in class org.apache.pulsar.websocket.data.ProducerMessage
- ProxyServer - Class in org.apache.pulsar.websocket.service
- ProxyServer(WebSocketProxyConfiguration) - Constructor for class org.apache.pulsar.websocket.service.ProxyServer
- ProxyStats - Class in org.apache.pulsar.websocket.stats
-
It periodically generates stats metrics of proxy service.
- ProxyStats(WebSocketService) - Constructor for class org.apache.pulsar.websocket.stats.ProxyStats
- ProxyTopicStat - Class in org.apache.pulsar.websocket.stats
-
Stats of topic served by web-socket proxy.
- ProxyTopicStat() - Constructor for class org.apache.pulsar.websocket.stats.ProxyTopicStat
- ProxyTopicStat.ConsumerStats - Class in org.apache.pulsar.websocket.stats
- ProxyTopicStat.ProducerStats - Class in org.apache.pulsar.websocket.stats
- publishTime - Variable in class org.apache.pulsar.websocket.data.ConsumerMessage
Q
- queryParams - Variable in class org.apache.pulsar.websocket.AbstractWebSocketHandler
R
- ReaderHandler - Class in org.apache.pulsar.websocket
-
WebSocket end-point url handler to handle incoming receive.
- ReaderHandler(WebSocketService, HttpServletRequest, ServletUpgradeResponse) - Constructor for class org.apache.pulsar.websocket.ReaderHandler
- redeliveryCount - Variable in class org.apache.pulsar.websocket.data.ConsumerMessage
- refresh() - Method in class org.apache.pulsar.websocket.stats.StatsBuckets
- remoteConnection - Variable in class org.apache.pulsar.websocket.stats.ProxyTopicStat.ConsumerStats
- remoteConnection - Variable in class org.apache.pulsar.websocket.stats.ProxyTopicStat.ProducerStats
- removeConsumer(ConsumerHandler) - Method in class org.apache.pulsar.websocket.WebSocketService
- removeProducer(ProducerHandler) - Method in class org.apache.pulsar.websocket.WebSocketService
- removeReader(ReaderHandler) - Method in class org.apache.pulsar.websocket.WebSocketService
- replicationClusters - Variable in class org.apache.pulsar.websocket.data.ProducerMessage
- request - Variable in class org.apache.pulsar.websocket.AbstractWebSocketHandler
- result - Variable in class org.apache.pulsar.websocket.data.ProducerAck
S
- schemaVersion - Variable in class org.apache.pulsar.websocket.data.ProducerAck
- schemaVersion - Variable in class org.apache.pulsar.websocket.data.ProducerMessage
- sequenceId - Variable in class org.apache.pulsar.websocket.data.ProducerMessage
- service - Variable in class org.apache.pulsar.websocket.AbstractWebSocketHandler
- service() - Method in class org.apache.pulsar.websocket.admin.WebSocketWebResource
- SERVLET_PATH - Static variable in class org.apache.pulsar.websocket.WebSocketConsumerServlet
- SERVLET_PATH - Static variable in class org.apache.pulsar.websocket.WebSocketProducerServlet
- SERVLET_PATH - Static variable in class org.apache.pulsar.websocket.WebSocketReaderServlet
- SERVLET_PATH_V2 - Static variable in class org.apache.pulsar.websocket.WebSocketConsumerServlet
- SERVLET_PATH_V2 - Static variable in class org.apache.pulsar.websocket.WebSocketProducerServlet
- SERVLET_PATH_V2 - Static variable in class org.apache.pulsar.websocket.WebSocketReaderServlet
- servletContext - Variable in class org.apache.pulsar.websocket.admin.WebSocketWebResource
- setLocalCluster(ClusterData) - Method in class org.apache.pulsar.websocket.WebSocketService
- start() - Method in class org.apache.pulsar.websocket.service.ProxyServer
- start() - Method in class org.apache.pulsar.websocket.WebSocketService
- start(ProxyServer, WebSocketService) - Static method in class org.apache.pulsar.websocket.service.WebSocketServiceStarter
- StatsBuckets - Class in org.apache.pulsar.websocket.stats
-
Create stats buckets to have frequency distribution of samples.
- StatsBuckets(long...) - Constructor for class org.apache.pulsar.websocket.stats.StatsBuckets
- StatsBuckets(List<Long>) - Constructor for class org.apache.pulsar.websocket.stats.StatsBuckets
- stop() - Method in class org.apache.pulsar.websocket.service.ProxyServer
- subscriptionMode - Variable in class org.apache.pulsar.websocket.stats.ProxyTopicStat.ConsumerStats
- subscriptionName - Variable in class org.apache.pulsar.websocket.stats.ProxyTopicStat.ConsumerStats
- subscriptionType - Variable in class org.apache.pulsar.websocket.stats.ProxyTopicStat.ConsumerStats
T
- topic - Variable in class org.apache.pulsar.websocket.AbstractWebSocketHandler
- toString() - Method in enum class org.apache.pulsar.websocket.WebSocketError
- type - Variable in class org.apache.pulsar.websocket.data.ConsumerCommand
U
- UnknownError - Enum constant in enum class org.apache.pulsar.websocket.WebSocketError
- updateDeliverMsgStat(long) - Method in class org.apache.pulsar.websocket.ConsumerHandler
- updateDeliverMsgStat(long) - Method in class org.apache.pulsar.websocket.ReaderHandler
- uri - Variable in class org.apache.pulsar.websocket.admin.WebSocketWebResource
V
- validateSuperUserAccess() - Method in class org.apache.pulsar.websocket.admin.WebSocketWebResource
-
Checks whether the user has Pulsar Super-User access to the system.
- validateUserAccess(TopicName) - Method in class org.apache.pulsar.websocket.admin.WebSocketWebResource
-
Checks if user has super-user access or user is authorized to produce/consume on a given topic.
- valueOf(String) - Static method in enum class org.apache.pulsar.websocket.WebSocketError
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.apache.pulsar.websocket.WebSocketError
-
Returns an array containing the constants of this enum class, in the order they are declared.
- valueSchema - Variable in class org.apache.pulsar.websocket.data.ProducerMessage
W
- WebSocketConsumerServlet - Class in org.apache.pulsar.websocket
- WebSocketConsumerServlet(WebSocketService) - Constructor for class org.apache.pulsar.websocket.WebSocketConsumerServlet
- WebSocketError - Enum Class in org.apache.pulsar.websocket
-
Enum for possible errors in the proxy
- WebSocketHttpServletRequestWrapper - Class in org.apache.pulsar.websocket
-
WebSocket HttpServletRequest wrapper.
- WebSocketHttpServletRequestWrapper(HttpServletRequest) - Constructor for class org.apache.pulsar.websocket.WebSocketHttpServletRequestWrapper
- WebSocketProducerServlet - Class in org.apache.pulsar.websocket
- WebSocketProducerServlet(WebSocketService) - Constructor for class org.apache.pulsar.websocket.WebSocketProducerServlet
- WebSocketProxyConfiguration - Class in org.apache.pulsar.websocket.service
- WebSocketProxyConfiguration() - Constructor for class org.apache.pulsar.websocket.service.WebSocketProxyConfiguration
- WebSocketProxyStatsBase - Class in org.apache.pulsar.websocket.admin
- WebSocketProxyStatsBase() - Constructor for class org.apache.pulsar.websocket.admin.WebSocketProxyStatsBase
- WebSocketProxyStatsV1 - Class in org.apache.pulsar.websocket.admin.v1
- WebSocketProxyStatsV1() - Constructor for class org.apache.pulsar.websocket.admin.v1.WebSocketProxyStatsV1
- WebSocketProxyStatsV2 - Class in org.apache.pulsar.websocket.admin.v2
- WebSocketProxyStatsV2() - Constructor for class org.apache.pulsar.websocket.admin.v2.WebSocketProxyStatsV2
- WebSocketReaderServlet - Class in org.apache.pulsar.websocket
- WebSocketReaderServlet(WebSocketService) - Constructor for class org.apache.pulsar.websocket.WebSocketReaderServlet
- WebSocketService - Class in org.apache.pulsar.websocket
-
Socket proxy server which initializes other dependent services and starts server by opening web-socket end-point url.
- WebSocketService(ClusterData, ServiceConfiguration) - Constructor for class org.apache.pulsar.websocket.WebSocketService
- WebSocketService(WebSocketProxyConfiguration) - Constructor for class org.apache.pulsar.websocket.WebSocketService
- WebSocketServiceStarter - Class in org.apache.pulsar.websocket.service
- WebSocketServiceStarter() - Constructor for class org.apache.pulsar.websocket.service.WebSocketServiceStarter
- WebSocketWebResource - Class in org.apache.pulsar.websocket.admin
- WebSocketWebResource() - Constructor for class org.apache.pulsar.websocket.admin.WebSocketWebResource
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form