public abstract class AbstractMgcpCommand extends Object implements MgcpCommand
MgcpCommand#execute(MgcpRequest) fails.| Modifier and Type | Field and Description |
|---|---|
protected static String |
ENDPOINT_ID_SEPARATOR |
protected MgcpEndpointManager |
endpointManager |
protected Parameters<MgcpParameterType> |
requestParameters |
protected int |
transactionId |
protected static String |
WILDCARD_ALL |
protected static String |
WILDCARD_ANY |
| Constructor and Description |
|---|
AbstractMgcpCommand(int transactionId,
Parameters<MgcpParameterType> parameters,
MgcpEndpointManager endpointManager) |
protected static final String WILDCARD_ALL
protected static final String WILDCARD_ANY
protected static final String ENDPOINT_ID_SEPARATOR
protected final int transactionId
protected final MgcpEndpointManager endpointManager
protected final Parameters<MgcpParameterType> requestParameters
public AbstractMgcpCommand(int transactionId,
Parameters<MgcpParameterType> parameters,
MgcpEndpointManager endpointManager)
Copyright © 2017 TeleStax, Inc.. All Rights Reserved.