Interface TransportLayer

    • Method Detail

      • open

        void open()
           throws java.io.IOException
        Opens the physical layer.
        Throws:
        java.io.IOException - if an error occurred opening the stream.
      • isClosed

        boolean isClosed()
        Status of the connection/transport layer.
        Returns:
        true if the connection is closes false otherwhise.