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 BasicServerControlChannelActiveConnectTask. controlprotected BasicServerControlChannelGridFTPActiveConnectTask. controlprotected BasicServerControlChannelPassiveConnectTask. controlprotected BasicServerControlChannelTransferSinkThread. localControlChannelprotected BasicServerControlChannelTransferSourceThread. localControlChannelprotected BasicServerControlChannelTransferThreadManager. localControlChannel -
Uses of BasicServerControlChannel in org.globus.ftp.vanilla
Classes in org.globus.ftp.vanilla that implement BasicServerControlChannel Modifier and Type Class Description protected classFTPServerFacade.LocalControlChannelThis inner class represents a local control channel.Methods in org.globus.ftp.vanilla with parameters of type BasicServerControlChannel Modifier and Type Method Description static voidFTPServerFacade. 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.
-