goldengate.ftp.core.config
Class FtpInternalConfiguration.BindAddress
java.lang.Object
goldengate.ftp.core.config.FtpInternalConfiguration.BindAddress
- Enclosing class:
- FtpInternalConfiguration
public class FtpInternalConfiguration.BindAddress
- extends Object
- Author:
- Frederic Bregier goldengate.ftp.core.config BindAddress
Field Summary |
int |
nbBind
Number of binded Data connections |
org.jboss.netty.channel.Channel |
parent
Parent passive channel |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
parent
public final org.jboss.netty.channel.Channel parent
- Parent passive channel
nbBind
public int nbBind
- Number of binded Data connections
FtpInternalConfiguration.BindAddress
public FtpInternalConfiguration.BindAddress(org.jboss.netty.channel.Channel channel)
- Constructor
- Parameters:
channel
-
Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.