Package pt.unl.fct.di.novasys.channel
Interface IChannel<T>
- All Known Implementing Classes:
AccrualChannel,AckosChannel,MultiChannel,MultithreadedTCPChannel,SimpleClientChannel,SimpleServerChannel,SingleThreadedBiChannel,SingleThreadedChannel,SingleThreadedClientChannel,SingleThreadedServerChannel,TCPChannel
public interface IChannel<T>
-
Method Summary
Modifier and TypeMethodDescriptionvoidcloseConnection(Host peer, int connection) voidopenConnection(Host peer) voidsendMessage(T msg, Host peer, int connection)
-
Method Details
-
sendMessage
-
closeConnection
-
openConnection
-