Package ej.ecom.io

Interface Connection

    • Method Detail

      • close

        void close()
            throws IOException
        Close the connection. If the connection has already been closed or a close is pending, this method does nothing. If the connection has underlying open streams, the connection will be closed only when these streams will be closed.
        Throws:
        IOException - if an I/O error occurs