Uses of Class
goldengate.ftp.core.control.NetworkHandler

Packages that use NetworkHandler
goldengate.ftp.core.control Classes implementing Control connections. 
goldengate.ftp.core.data.handler Classes implementing Data connections

The internal logic is the following:
When a connection is opened for data network: It first tries to find the corresponding session setup from the control connection. 
goldengate.ftp.core.session Classes implementing session 
 

Uses of NetworkHandler in goldengate.ftp.core.control
 

Methods in goldengate.ftp.core.control that return NetworkHandler
 NetworkHandler BusinessHandler.getNetworkHandler()
           
 

Methods in goldengate.ftp.core.control with parameters of type NetworkHandler
 void BusinessHandler.setNetworkHandler(NetworkHandler networkHandler)
          Called when the NetworkHandler is created
 

Uses of NetworkHandler in goldengate.ftp.core.data.handler
 

Methods in goldengate.ftp.core.data.handler that return NetworkHandler
 NetworkHandler DataNetworkHandler.getNetworkHandler()
           
 

Uses of NetworkHandler in goldengate.ftp.core.session
 

Methods in goldengate.ftp.core.session that return NetworkHandler
 NetworkHandler FtpSession.getNetworkHandler()
           
 



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