| Package | Description |
|---|---|
| org.apache.hedwig.client.netty.impl | |
| org.apache.hedwig.client.netty.impl.multiplex | |
| org.apache.hedwig.client.netty.impl.simple |
| Modifier and Type | Class and Description |
|---|---|
class |
NonSubscriptionChannelPipelineFactory |
| Modifier and Type | Method and Description |
|---|---|
protected ClientChannelPipelineFactory |
AbstractHChannelManager.getNonSubscriptionChannelPipelineFactory() |
protected abstract ClientChannelPipelineFactory |
AbstractHChannelManager.getSubscriptionChannelPipelineFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected org.jboss.netty.channel.ChannelFuture |
HChannelImpl.connect(InetSocketAddress serverHost,
ClientChannelPipelineFactory pipelineFactory)
This is a helper method to do the connect attempt to the server given the
inputted host/port.
|
| Constructor and Description |
|---|
HChannelImpl(InetSocketAddress host,
AbstractHChannelManager channelManager,
ClientChannelPipelineFactory pipelineFactory) |
HChannelImpl(InetSocketAddress host,
org.jboss.netty.channel.Channel channel,
AbstractHChannelManager channelManager,
ClientChannelPipelineFactory pipelineFactory)
Create a
HChannel with an established netty channel. |
| Modifier and Type | Class and Description |
|---|---|
class |
MultiplexSubscriptionChannelPipelineFactory |
| Modifier and Type | Method and Description |
|---|---|
protected ClientChannelPipelineFactory |
MultiplexHChannelManager.getSubscriptionChannelPipelineFactory() |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleSubscriptionChannelPipelineFactory |
| Modifier and Type | Method and Description |
|---|---|
protected ClientChannelPipelineFactory |
SimpleHChannelManager.getSubscriptionChannelPipelineFactory() |
Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.