Interface ServerGate

All Known Implementing Classes:
ConnServerGate, KeepServerGate, TcpServerGate

public interface ServerGate
  • Method Details

    • open

      void open() throws java.io.IOException
      Throws:
      java.io.IOException
    • accept

      ClientHandler accept() throws java.io.IOException
      Throws:
      java.io.IOException
    • close

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

      java.net.URI getURI()
    • isClosed

      boolean isClosed()