Interface ConnectionHandler

    • Method Detail

      • handleConnected

        MessageHandler handleConnected​(Connection connection)
                                throws IOException
        Handle the new connection.
        Parameters:
        connection - the connection
        Returns:
        the message handler for this connection (must not be null)
        Throws:
        IOException - if an I/O error occurs