| Package | Description |
|---|---|
| org.restcomm.connect.dao | |
| org.restcomm.connect.dao.entities | |
| org.restcomm.connect.dao.mybatis |
| Modifier and Type | Method and Description |
|---|---|
Gateway |
GatewaysDao.getGateway(Sid sid) |
| Modifier and Type | Method and Description |
|---|---|
List<Gateway> |
GatewaysDao.getGateways() |
| Modifier and Type | Method and Description |
|---|---|
void |
GatewaysDao.addGateway(Gateway gateway) |
void |
GatewaysDao.updateGateway(Gateway gateway) |
| Modifier and Type | Method and Description |
|---|---|
Gateway |
Gateway.Builder.build() |
Gateway |
Gateway.setFriendlyName(String friendlyName) |
Gateway |
Gateway.setPassword(String password) |
Gateway |
Gateway.setProxy(String proxy) |
Gateway |
Gateway.setRegister(boolean register) |
Gateway |
Gateway.setTimeToLive(int timeToLive) |
Gateway |
Gateway.setUserName(String userName) |
| Modifier and Type | Method and Description |
|---|---|
List<Gateway> |
GatewayList.getGateways() |
| Constructor and Description |
|---|
GatewayList(List<Gateway> gateways) |
| Modifier and Type | Method and Description |
|---|---|
Gateway |
MybatisGatewaysDao.getGateway(Sid sid) |
| Modifier and Type | Method and Description |
|---|---|
List<Gateway> |
MybatisGatewaysDao.getGateways() |
| Modifier and Type | Method and Description |
|---|---|
void |
MybatisGatewaysDao.addGateway(Gateway gateway) |
void |
MybatisGatewaysDao.updateGateway(Gateway gateway) |
Copyright © 2017. All Rights Reserved.