| Modifier and Type | Method and Description |
|---|---|
void |
MgcpController.onMessage(InetSocketAddress from,
InetSocketAddress to,
MgcpMessage message,
MessageDirection direction) |
| Modifier and Type | Method and Description |
|---|---|
void |
MgcpEndpointManager.notify(Object originator,
InetSocketAddress from,
InetSocketAddress to,
MgcpMessage message,
MessageDirection direction) |
void |
GenericMgcpEndpoint.notify(Object originator,
InetSocketAddress from,
InetSocketAddress to,
MgcpMessage message,
MessageDirection direction) |
void |
MgcpEndpointManager.onMessage(InetSocketAddress from,
InetSocketAddress to,
MgcpMessage message,
MessageDirection direction) |
| Modifier and Type | Class and Description |
|---|---|
class |
MgcpRequest
Represents an MGCP request.
|
class |
MgcpResponse
Represents an MGCP response.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MgcpMessageSubject.notify(Object originator,
InetSocketAddress from,
InetSocketAddress to,
MgcpMessage message,
MessageDirection direction) |
void |
MgcpMessageObserver.onMessage(InetSocketAddress from,
InetSocketAddress to,
MgcpMessage message,
MessageDirection direction)
Event triggered when a message arrives.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MgcpChannel.notify(Object originator,
InetSocketAddress from,
InetSocketAddress to,
MgcpMessage message,
MessageDirection direction) |
void |
MgcpPacketHandler.notify(Object originator,
InetSocketAddress from,
InetSocketAddress to,
MgcpMessage message,
MessageDirection direction) |
void |
MgcpChannel.onMessage(InetSocketAddress from,
InetSocketAddress to,
MgcpMessage message,
MessageDirection direction) |
void |
MgcpChannel.send(InetSocketAddress to,
MgcpMessage message) |
| Modifier and Type | Method and Description |
|---|---|
void |
SubMgcpTransactionManager.notify(Object originator,
InetSocketAddress from,
InetSocketAddress to,
MgcpMessage message,
MessageDirection direction) |
void |
GlobalMgcpTransactionManager.notify(Object originator,
InetSocketAddress from,
InetSocketAddress to,
MgcpMessage message,
MessageDirection direction) |
void |
GlobalMgcpTransactionManager.onMessage(InetSocketAddress from,
InetSocketAddress to,
MgcpMessage message,
MessageDirection direction) |
Copyright © 2017 TeleStax, Inc.. All Rights Reserved.