goldengate.ftp.core.control
Class FtpPipelineFactory
java.lang.Object
goldengate.ftp.core.control.FtpPipelineFactory
- All Implemented Interfaces:
- org.jboss.netty.channel.ChannelPipelineFactory
public class FtpPipelineFactory
- extends Object
- implements org.jboss.netty.channel.ChannelPipelineFactory
Pipeline factory for Control command connection
- Author:
- Frederic Bregier
Method Summary |
org.jboss.netty.channel.ChannelPipeline |
getPipeline()
Create the pipeline with Handler, ObjectDecoder, ObjectEncoder. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FtpPipelineFactory
public FtpPipelineFactory(Class<? extends BusinessHandler> businessHandler,
FtpConfiguration configuration)
- Constructor which Initializes some data for Server only
- Parameters:
businessHandler
- configuration
-
getPipeline
public org.jboss.netty.channel.ChannelPipeline getPipeline()
throws Exception
- Create the pipeline with Handler, ObjectDecoder, ObjectEncoder.
- Specified by:
getPipeline
in interface org.jboss.netty.channel.ChannelPipelineFactory
- Throws:
Exception
- See Also:
ChannelPipelineFactory.getPipeline()
Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.