Interface ConnectionController

All Known Implementing Classes:
ConnectionController.DefaultConnectionController

public interface ConnectionController
  • Method Details

    • increaseConnection

      ConnectionController.State increaseConnection(SocketAddress remoteAddress)
      Increase the number of connections counter.
      Parameters:
      remoteAddress -
      Returns:
    • decreaseConnection

      void decreaseConnection(SocketAddress remoteAddress)
      Decrease the number of connections counter.
      Parameters:
      remoteAddress -