Package bftsmart.communication.client
Interface CommunicationSystemClientSide
-
- All Known Implementing Classes:
NettyClientServerCommunicationSystemClientSide
public interface CommunicationSystemClientSideMethods 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 voidclose()voidsend(boolean sign, int[] targets, TOMMessage sm)voidsetReplyReceiver(ReplyReceiver trr)voidsign(TOMMessage sm)voidupdateConnections()
-
-
-
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()
-
-