Package org.h2.server
A small FTP server.
-
Interface Summary Interface Description 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 Class Description TcpServer The TCP server implements the native H2 database server protocol.TcpServerThread One server thread is opened per client connection.TcpServerThread.CachedInputStream An input stream with a position.