public class MgcpEndpointConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_RELAY_TYPE |
static int |
POOL_SIZE |
| Constructor and Description |
|---|
MgcpEndpointConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName()
Deprecated.
|
String |
getName() |
int |
getPoolSize() |
RelayType |
getRelayType() |
void |
setClassName(String className)
Deprecated.
|
void |
setName(String name) |
void |
setPoolSize(int poolSize) |
void |
setRelayType(String relayType) |
public static int POOL_SIZE
public static String DEFAULT_RELAY_TYPE
public String getName()
public void setName(String name)
@Deprecated public String getClassName()
@Deprecated public void setClassName(String className)
public void setRelayType(String relayType)
public RelayType getRelayType()
public int getPoolSize()
public void setPoolSize(int poolSize)
Copyright © 2017 TeleStax, Inc.. All Rights Reserved.