| Modifier and Type | Method and Description |
|---|---|
void |
MgcpController.onMessage(InetSocketAddress from,
InetSocketAddress to,
MgcpMessage message,
MessageDirection direction) |
| Modifier and Type | Method and Description |
|---|---|
void |
GenericMgcpEndpoint.notify(Object originator,
InetSocketAddress from,
InetSocketAddress to,
MgcpMessage message,
MessageDirection direction) |
void |
MgcpEndpointManager.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 |
AsyncMgcpChannel.notify(Object originator,
InetSocketAddress from,
InetSocketAddress to,
MgcpMessage message,
MessageDirection direction) |
void |
MgcpChannelInboundHandler.notify(Object originator,
InetSocketAddress from,
InetSocketAddress to,
MgcpMessage message,
MessageDirection direction) |
void |
AsyncMgcpChannel.onMessage(InetSocketAddress from,
InetSocketAddress to,
MgcpMessage message,
MessageDirection direction) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
MgcpMessageEncoder.encode(io.netty.channel.ChannelHandlerContext ctx,
io.netty.channel.DefaultAddressedEnvelope<MgcpMessage,SocketAddress> msg,
List<Object> out) |
| Constructor and Description |
|---|
MgcpMessageEnvelope(MgcpMessage message,
SocketAddress recipient,
SocketAddress sender) |
| Modifier and Type | Method and Description |
|---|---|
void |
MgcpChannel.notify(Object originator,
InetSocketAddress from,
InetSocketAddress to,
MgcpMessage message,
MessageDirection direction)
Deprecated.
|
void |
MgcpPacketHandler.notify(Object originator,
InetSocketAddress from,
InetSocketAddress to,
MgcpMessage message,
MessageDirection direction)
Deprecated.
|
void |
MgcpChannel.onMessage(InetSocketAddress from,
InetSocketAddress to,
MgcpMessage message,
MessageDirection direction)
Deprecated.
|
void |
MgcpChannel.send(InetSocketAddress to,
MgcpMessage message)
Deprecated.
|
| 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.