public interface IMessageSink
Modifier and Type | Method and Description |
---|---|
MessageIn |
handleMessage(MessageIn message,
int id,
java.net.InetAddress to)
Transform or drop an incoming message
|
MessageOut |
handleMessage(MessageOut message,
int id,
java.net.InetAddress to)
Transform or drop an outgoing message
|
MessageOut handleMessage(MessageOut message, int id, java.net.InetAddress to)
Copyright © 2013 The Apache Software Foundation