cgl.narada.protocol
Interface Handler
- All Known Implementing Classes:
- AggregationNode, ClientProtocolHandler, CommunicationsService, NaradaRTPConnector, NBNetworkSubstrate, NotifierNode, ProtocolHandler
public interface Handler
The interface that needs to be implemented by both broker and client side
protocol handlers. This allows us to reuse the transport classes that
were developed for the broker communications.
handleData
void handleData(byte[] data,
String sender)
isClient
boolean isClient()
For comments and suggestions please send
e-mail to
The NaradaBrokering Project