org.jboss.netty.example.http.file
Class HttpStaticFileServerPipelineFactory
java.lang.Object
org.jboss.netty.example.http.file.HttpStaticFileServerPipelineFactory
- All Implemented Interfaces:
- ChannelPipelineFactory
public class HttpStaticFileServerPipelineFactory
- extends Object
- implements ChannelPipelineFactory
- Author:
- The Netty Project, Trustin Lee
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpStaticFileServerPipelineFactory
public HttpStaticFileServerPipelineFactory()
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.