Package org.h2.server


package org.h2.server

A small FTP server.

  • Class
    Description
    Classes implementing this interface usually provide a TCP/IP listener such as an FTP server.
    A shutdown handler is a listener for shutdown events.
    The TCP server implements the native H2 database server protocol.
    One server thread is opened per client connection.
    An input stream with a position.