org.jboss.netty.example.local
Class LocalServerPipelineFactory
java.lang.Object
org.jboss.netty.example.local.LocalServerPipelineFactory
- All Implemented Interfaces:
- ChannelPipelineFactory
public class LocalServerPipelineFactory
- extends Object
- implements ChannelPipelineFactory
- Version:
- $Rev: 2235 $, $Date: 2010-04-06 18:40:35 +0900 (Tue, 06 Apr 2010) $
- Author:
- The Netty Project, Andy Taylor (andy.taylor@jboss.org), Frederic Bregier (fredbregier@free.fr)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalServerPipelineFactory
public LocalServerPipelineFactory(Executor eventExecutor)
getPipeline
public ChannelPipeline getPipeline()
throws Exception
- Description copied from interface:
ChannelPipelineFactory
- Returns a newly created
ChannelPipeline
.
- Specified by:
getPipeline
in interface ChannelPipelineFactory
- Throws:
Exception
Copyright © 2008-2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.