Package bftsmart.communication.client
Interface CommunicationSystemClientSide
-
- All Known Implementing Classes:
NettyClientServerCommunicationSystemClientSide
public interface CommunicationSystemClientSide
Methods that should be implemented by the client side of the client-server communication system
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
void
send(boolean sign, int[] targets, TOMMessage sm)
void
setReplyReceiver(ReplyReceiver trr)
void
sign(TOMMessage sm)
void
updateConnections()
-
-
-
Method Detail
-
send
void send(boolean sign, int[] targets, TOMMessage sm)
-
setReplyReceiver
void setReplyReceiver(ReplyReceiver trr)
-
sign
void sign(TOMMessage sm)
-
close
void close()
-
updateConnections
void updateConnections()
-
-