openr66.protocol.networkhandler
Class NetworkServerPipelineFactory
java.lang.Object
openr66.protocol.networkhandler.NetworkServerPipelineFactory
- All Implemented Interfaces:
- org.jboss.netty.channel.ChannelPipelineFactory
public class NetworkServerPipelineFactory
- extends Object
- implements org.jboss.netty.channel.ChannelPipelineFactory
NetworkServer pipeline (Requester side)
- Author:
- Frederic Bregier
Method Summary |
org.jboss.netty.channel.ChannelPipeline |
getPipeline()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
timer
public org.jboss.netty.util.HashedWheelTimer timer
- Global HashedWheelTimer
TIMEOUT
public static final String TIMEOUT
- See Also:
- Constant Field Values
READTIMEOUT
public static final String READTIMEOUT
- See Also:
- Constant Field Values
LIMIT
public static final String LIMIT
- See Also:
- Constant Field Values
LIMITCHANNEL
public static final String LIMITCHANNEL
- See Also:
- Constant Field Values
NetworkServerPipelineFactory
public NetworkServerPipelineFactory(boolean server)
getPipeline
public org.jboss.netty.channel.ChannelPipeline getPipeline()
- Specified by:
getPipeline
in interface org.jboss.netty.channel.ChannelPipelineFactory
Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.