| Modifier and Type | Class and Description |
|---|---|
class |
GenericMgcpEndpoint
Abstract representation of an MGCP Endpoint that groups connections by calls.
|
class |
MgcpMixerEndpoint
Implementation of an MGCP Endpoint that mixes audio frames from all sources.
|
class |
MgcpSplitterEndpoint
Provides MGCP endpoints that rely on a Mixer to relay media.
|
| Modifier and Type | Method and Description |
|---|---|
MgcpEndpoint |
MgcpEndpointManager.getEndpoint(String endpointId)
Gets a registered endpoint.
|
MgcpEndpoint |
MgcpEndpointManager.registerEndpoint(String namespace)
Registers a new endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GenericMgcpEndpoint.notify(MgcpEndpoint endpoint,
MgcpEndpointState state) |
void |
MgcpEndpointSubject.notify(MgcpEndpoint endpoint,
MgcpEndpointState state) |
void |
MgcpEndpointObserver.onEndpointStateChanged(MgcpEndpoint endpoint,
MgcpEndpointState state)
Fired when an endpoint state changes.
|
void |
MgcpEndpointManager.onEndpointStateChanged(MgcpEndpoint endpoint,
MgcpEndpointState state) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMgcpEndpointProvider<T extends MgcpEndpoint>
Provides MGCP endpoints for a specific name space.
|
interface |
MgcpEndpointProvider<T extends MgcpEndpoint> |
| Modifier and Type | Method and Description |
|---|---|
MgcpSignal |
MgcpSignalProvider.provide(String pkg,
String signal,
int requestId,
NotifiedEntity notifiedEntity,
Map<String,String> parameters,
MgcpEndpoint endpoint)
Provides an MGCP Signal to be executed.
|
| Constructor and Description |
|---|
EndSignal(MgcpEndpoint endpoint,
int requestId,
Map<String,String> parameters) |
EndSignal(MgcpEndpoint endpoint,
int requestId,
NotifiedEntity notifiedEntity,
Map<String,String> parameters) |
Copyright © 2017 TeleStax, Inc.. All Rights Reserved.