public class PassthroughNode extends AbstractMessageControlNode
upstream| Constructor and Description |
|---|
PassthroughNode(MessageControlNode downstream) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
initDownstream() |
void |
onActive(boolean active,
MessageControlMetrics metrics) |
void |
onMessageControl(MessageControl mc) |
void |
onTransfer(MessageControlState mcs) |
protected void |
startDownstream() |
protected void |
stopDownstream() |
init, initSelf, post, postDelayed, start, startSelf, stop, stopSelfpublic PassthroughNode(MessageControlNode downstream)
protected void initDownstream()
initDownstream in class AbstractMessageControlNodeprotected void startDownstream()
startDownstream in class AbstractMessageControlNodeprotected void stopDownstream()
stopDownstream in class AbstractMessageControlNodepublic void onActive(boolean active,
MessageControlMetrics metrics)
public void onTransfer(MessageControlState mcs)
public void onMessageControl(MessageControl mc)