org.h2.server |
Javadoc package documentation
A small FTP server.
|
Java Source File Name | Type | Comment |
Service.java | Interface | Classes implementing this interface usually provide a
TCP/IP listener such as an FTP server. |
ShutdownHandler.java | Interface | A shutdown handler is a listener for shutdown events. |
TcpServer.java | Class | The TCP server implements the native H2 database server protocol.
It supports multiple client connections to multiple databases
(many to many). |
TcpServerThread.java | Class | One server thread is opened per client connection. |