| Modifier and Type | Class and Description |
|---|---|
class |
CloseSubscriptionResponseHandler |
class |
PublishResponseHandler |
class |
SubscribeResponseHandler
An interface provided to manage all subscriptions on a channel.
|
class |
UnsubscribeResponseHandler |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSubscribeResponseHandler |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Map<PubSubProtocol.OperationType,AbstractResponseHandler> |
ClientChannelPipelineFactory.createResponseHandlers() |
protected Map<PubSubProtocol.OperationType,AbstractResponseHandler> |
NonSubscriptionChannelPipelineFactory.createResponseHandlers() |
| Constructor and Description |
|---|
HChannelHandler(ClientConfiguration cfg,
AbstractHChannelManager channelManager,
Map<PubSubProtocol.OperationType,AbstractResponseHandler> handlers) |
| Modifier and Type | Class and Description |
|---|---|
class |
MultiplexSubscribeResponseHandler |
| Modifier and Type | Method and Description |
|---|---|
protected Map<PubSubProtocol.OperationType,AbstractResponseHandler> |
MultiplexSubscriptionChannelPipelineFactory.createResponseHandlers() |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleSubscribeResponseHandler |
| Modifier and Type | Method and Description |
|---|---|
protected Map<PubSubProtocol.OperationType,AbstractResponseHandler> |
SimpleSubscriptionChannelPipelineFactory.createResponseHandlers() |
Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.