Package org.h2.server

A small FTP server.

See:
          Description

Interface Summary
Service Classes implementing this interface usually provide a TCP/IP listener such as an FTP server.
ShutdownHandler A shutdown handler is a listener for shutdown events.
 

Class Summary
TcpServer The TCP server implements the native H2 database server protocol.
TcpServerThread One server thread is opened per client connection.
 

Package org.h2.server Description

A small FTP server.