jade.mtp
Interface MTP.Dispatcher


public abstract static interface MTP.Dispatcher

Callback interface to be notified of message arrivals over this Message Transport Protocol.


Method Summary
 void dispatchMessage(Envelope env, byte[] payload)
           
 

Method Detail

dispatchMessage

public void dispatchMessage(Envelope env,
                            byte[] payload)