goldengate.ftp.core.config
Class FtpInternalConfiguration.BindAddress

java.lang.Object
  extended by 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
 
Constructor Summary
FtpInternalConfiguration.BindAddress(org.jboss.netty.channel.Channel channel)
          Constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parent

public final org.jboss.netty.channel.Channel parent
Parent passive channel


nbBind

public int nbBind
Number of binded Data connections

Constructor Detail

FtpInternalConfiguration.BindAddress

public FtpInternalConfiguration.BindAddress(org.jboss.netty.channel.Channel channel)
Constructor

Parameters:
channel -


Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.