Uses of Interface
org.globus.ftp.vanilla.BasicServerControlChannel
-
Packages that use BasicServerControlChannel Package Description org.globus.ftp.dc org.globus.ftp.vanilla -
-
Uses of BasicServerControlChannel in org.globus.ftp.dc
Fields in org.globus.ftp.dc declared as BasicServerControlChannel Modifier and Type Field Description protected BasicServerControlChannel
ActiveConnectTask. control
protected BasicServerControlChannel
GridFTPActiveConnectTask. control
protected BasicServerControlChannel
PassiveConnectTask. control
protected BasicServerControlChannel
TransferSinkThread. localControlChannel
protected BasicServerControlChannel
TransferSourceThread. localControlChannel
protected BasicServerControlChannel
TransferThreadManager. localControlChannel
-
Uses of BasicServerControlChannel in org.globus.ftp.vanilla
Classes in org.globus.ftp.vanilla that implement BasicServerControlChannel Modifier and Type Class Description protected class
FTPServerFacade.LocalControlChannel
This inner class represents a local control channel.Methods in org.globus.ftp.vanilla with parameters of type BasicServerControlChannel Modifier and Type Method Description static void
FTPServerFacade. exceptionToControlChannel(java.lang.Throwable e, java.lang.String msg, BasicServerControlChannel control)
Convert the exception to a negative 451 reply, and pipe it to the provided control channel.
-