public interface MgcpMessageObserver
| Modifier and Type | Method and Description |
|---|---|
void |
onMessage(InetSocketAddress from,
InetSocketAddress to,
MgcpMessage message,
MessageDirection direction)
Event triggered when a message arrives.
|
void onMessage(InetSocketAddress from, InetSocketAddress to, MgcpMessage message, MessageDirection direction)
from - The sender of the message.to - The recipient of the message.message - The message.direction - The direction of the message: incoming or outgoing.Copyright © 2017 TeleStax, Inc.. All Rights Reserved.