| 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 | Method and Description |
|---|---|
static MessageDirection |
MessageDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageDirection[] |
MessageDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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) |
| 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) |
void |
MgcpTransactionManager.process(InetSocketAddress from,
InetSocketAddress to,
MgcpRequest request,
MgcpCommand command,
MessageDirection direction)
Processes a new MGCP Request to be handled in a new transaction.
|
void |
SubMgcpTransactionManager.process(InetSocketAddress from,
InetSocketAddress to,
MgcpRequest request,
MgcpCommand command,
MessageDirection direction) |
void |
GlobalMgcpTransactionManager.process(InetSocketAddress from,
InetSocketAddress to,
MgcpRequest request,
MgcpCommand command,
MessageDirection direction) |
void |
MgcpTransactionManager.process(InetSocketAddress from,
InetSocketAddress to,
MgcpResponse response,
MessageDirection direction)
Processes an MGCP Response to close an open transaction.
|
void |
SubMgcpTransactionManager.process(InetSocketAddress from,
InetSocketAddress to,
MgcpResponse response,
MessageDirection direction) |
void |
GlobalMgcpTransactionManager.process(InetSocketAddress from,
InetSocketAddress to,
MgcpResponse response,
MessageDirection direction) |
Copyright © 2017 TeleStax, Inc.. All Rights Reserved.