Class FTPServerFacade.LocalControlChannel

java.lang.Object
org.globus.ftp.vanilla.BasicClientControlChannel
org.globus.ftp.vanilla.FTPServerFacade.LocalControlChannel
All Implemented Interfaces:
BasicServerControlChannel
Enclosing class:
FTPServerFacade

protected class FTPServerFacade.LocalControlChannel extends BasicClientControlChannel implements BasicServerControlChannel
This inner class represents a local control channel. One process can write replies using BasicServerControlChannel interface, and the other can read replies using BasicClientControlChannel interface.