Class FtpControl

java.lang.Object
java.lang.Thread
org.h2.dev.ftp.server.FtpControl
All Implemented Interfaces:
Runnable

public class FtpControl extends Thread
The implementation of the control channel of the FTP server.
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable
      Overrides:
      run in class Thread