protected static class NettyTransport.ServerChannelPipelineFactory extends Object implements org.jboss.netty.channel.ChannelPipelineFactory
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected NettyTransport |
nettyTransport |
protected Settings |
settings |
| Constructor and Description |
|---|
ServerChannelPipelineFactory(NettyTransport nettyTransport,
String name,
Settings settings) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.netty.channel.ChannelPipeline |
getPipeline() |
protected final NettyTransport nettyTransport
protected final String name
protected final Settings settings
public ServerChannelPipelineFactory(NettyTransport nettyTransport, String name, Settings settings)
Copyright © 2009–2016. All rights reserved.