Interface ServerTransportLayer

  • All Superinterfaces:
    java.lang.AutoCloseable

    public interface ServerTransportLayer
    extends java.lang.AutoCloseable
    • Method Detail

      • start

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

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