fipaos.mts.http.internal
Interface ICallback
- public interface ICallback
Callback interface for http transport.
Method Summary |
void | eventHandler(String reason, String id) Indicates failure when receiving a message. |
void | incoming(String envelope, String envmime, String acl, String aclmime) Accept incoming envelope and message. |
eventHandler
public void eventHandler(String reason, String id)
- Indicates failure when receiving a message.
- Parameters:
- reason - the reason for the failure
- id message hash id that failed
incoming
public void incoming(String envelope, String envmime, String acl, String aclmime)
- Accept incoming envelope and message.
- Parameters:
- envelope - the envelope
- msg - the message