Interface IChannel<T>

All Known Implementing Classes:
AccrualChannel, AckosChannel, MultiChannel, MultithreadedTCPChannel, SimpleClientChannel, SimpleServerChannel, SingleThreadedBiChannel, SingleThreadedChannel, SingleThreadedClientChannel, SingleThreadedServerChannel, TCPChannel

public interface IChannel<T>
  • Method Details

    • sendMessage

      void sendMessage(T msg, Host peer, int connection)
    • closeConnection

      void closeConnection(Host peer, int connection)
    • openConnection

      void openConnection(Host peer)