| Package | Description |
|---|---|
| etri.sdn.controller |
| Modifier and Type | Field and Description |
|---|---|
private static TorpedoProperties |
TorpedoProperties.sysconf_
static member to implement singleton pattern.
|
| Modifier and Type | Method and Description |
|---|---|
static TorpedoProperties |
TorpedoProperties.loadConfiguration()
Load configuration in torpedo.properties file and convert it into
TorpedoProperties object and return it.
|
| Modifier and Type | Method and Description |
|---|---|
private static void |
Main.controller_registration_loop(TorpedoProperties sysconf,
TcpServer tcp_server,
RESTApiServer rest_api_server)
This loop is for detecting new controller implementations uploaded to 'controllers' directory.
|