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 TypeMethodDescriptionvoid
closeConnection
(Host peer, int connection) void
openConnection
(Host peer) void
sendMessage
(T msg, Host peer, int connection)
-
Method Details
-
sendMessage
-
closeConnection
-
openConnection
-