goldengate.ftp.core.control
Class FtpControlStringEncoder
java.lang.Object
org.jboss.netty.handler.codec.oneone.OneToOneEncoder
org.jboss.netty.handler.codec.string.StringEncoder
goldengate.ftp.core.control.FtpControlStringEncoder
- All Implemented Interfaces:
- org.jboss.netty.channel.ChannelDownstreamHandler, org.jboss.netty.channel.ChannelHandler
public class FtpControlStringEncoder
- extends org.jboss.netty.handler.codec.string.StringEncoder
Exactly same as StringEncoder from Netty
- Author:
- Frederic Bregier
Nested classes/interfaces inherited from interface org.jboss.netty.channel.ChannelHandler |
org.jboss.netty.channel.ChannelHandler.Sharable |
Method Summary |
protected Object |
encode(org.jboss.netty.channel.ChannelHandlerContext arg0,
org.jboss.netty.channel.Channel arg1,
Object arg2)
|
Methods inherited from class org.jboss.netty.handler.codec.oneone.OneToOneEncoder |
handleDownstream |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FtpControlStringEncoder
public FtpControlStringEncoder()
FtpControlStringEncoder
public FtpControlStringEncoder(String arg0)
- Parameters:
arg0
- - See Also:
StringEncoder
FtpControlStringEncoder
public FtpControlStringEncoder(Charset arg0)
- Parameters:
arg0
- - See Also:
StringEncoder
encode
protected Object encode(org.jboss.netty.channel.ChannelHandlerContext arg0,
org.jboss.netty.channel.Channel arg1,
Object arg2)
throws Exception
- Overrides:
encode
in class org.jboss.netty.handler.codec.string.StringEncoder
- Throws:
Exception
Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.