openr66.protocol.networkhandler
Class NetworkServerPipelineFactory

java.lang.Object
  extended by 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

Field Summary
static String LIMIT
           
static String LIMITCHANNEL
           
static String READTIMEOUT
           
static String TIMEOUT
           
 org.jboss.netty.util.HashedWheelTimer timer
          Global HashedWheelTimer
 
Constructor Summary
NetworkServerPipelineFactory(boolean server)
           
 
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
 

Field Detail

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
Constructor Detail

NetworkServerPipelineFactory

public NetworkServerPipelineFactory(boolean server)
Method Detail

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.