public interface IInternalMessageFeature
| Modifier and Type | Method and Description |
|---|---|
void |
messageArrived(IMessageAdapter message)
Inform the component that a message has arrived.
|
void |
streamArrived(IConnection con)
Inform the component that a stream has arrived.
|
void messageArrived(IMessageAdapter message)
message - The message that arrived.void streamArrived(IConnection con)
con - The stream that arrived.