Package | Description |
---|---|
org.apache.hedwig.client.handlers | |
org.apache.hedwig.client.netty |
A Netty based Hedwig client implementation.
|
org.apache.hedwig.client.netty.impl | |
org.apache.hedwig.client.netty.impl.multiplex | |
org.apache.hedwig.client.netty.impl.simple |
Modifier and Type | Field and Description |
---|---|
protected HChannelManager |
AbstractResponseHandler.channelManager |
Constructor and Description |
---|
AbstractResponseHandler(ClientConfiguration cfg,
HChannelManager channelManager) |
CloseSubscriptionResponseHandler(ClientConfiguration cfg,
HChannelManager channelManager) |
MessageConsumeCallback(ClientConfiguration cfg,
HChannelManager channelManager) |
PublishResponseHandler(ClientConfiguration cfg,
HChannelManager channelManager) |
SubscribeResponseHandler(ClientConfiguration cfg,
HChannelManager channelManager) |
UnsubscribeResponseHandler(ClientConfiguration cfg,
HChannelManager channelManager) |
Modifier and Type | Field and Description |
---|---|
protected HChannelManager |
HedwigSubscriber.channelManager |
protected HChannelManager |
HedwigClientImpl.channelManager |
Modifier and Type | Method and Description |
---|---|
HChannelManager |
HedwigClientImpl.getHChannelManager() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractHChannelManager
Basic HChannel Manager Implementation
|
Modifier and Type | Method and Description |
---|---|
protected HChannelManager |
AbstractSubscribeResponseHandler.getHChannelManager() |
Constructor and Description |
---|
AbstractSubscribeResponseHandler(ClientConfiguration cfg,
HChannelManager channelManager) |
WriteCallback(PubSubData pubSubData,
HChannelManager channelManager) |
Modifier and Type | Class and Description |
---|---|
class |
MultiplexHChannelManager
Multiplex HChannel Manager which establish a connection for multi subscriptions.
|
Constructor and Description |
---|
MultiplexSubscribeResponseHandler(ClientConfiguration cfg,
HChannelManager channelManager) |
Modifier and Type | Class and Description |
---|---|
class |
SimpleHChannelManager
Simple HChannel Manager which establish a connection for each subscription.
|
Constructor and Description |
---|
SimpleSubscribeResponseHandler(ClientConfiguration cfg,
HChannelManager channelManager) |
Copyright © 2011–2016 The Apache Software Foundation. All rights reserved.