Interface IClosableConnector

  • All Superinterfaces:
    java.lang.AutoCloseable, java.io.Closeable

    public interface IClosableConnector
    extends java.io.Closeable
    • Method Detail

      • connect

        java.io.InputStream connect()
                             throws java.io.IOException
        Throws:
        java.io.IOException
      • abort

        default void abort()
                    throws java.io.IOException
        Throws:
        java.io.IOException
      • close

        default void close()
                    throws java.io.IOException
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
        Throws:
        java.io.IOException