Interface TargetServerConnection

    • Method Detail

      • open

        ByteChannel open​(int timeout)
                  throws IOException
        Open a connection to the target server with the specified timeout.
        Parameters:
        timeout - the read timeout
        Returns:
        a ByteChannel providing read/write access to the server
        Throws:
        IOException - in case of I/O errors