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 Map<PubSubProtocol.OperationType,AbstractResponseHandler> |
NonSubscriptionChannelPipelineFactory.createResponseHandlers() |
protected abstract Map<PubSubProtocol.OperationType,AbstractResponseHandler> |
ClientChannelPipelineFactory.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 © 2015 The Apache Software Foundation. All rights reserved.