public class WSKrouterStarterConfig extends Object implements Serializable
| Constructor and Description |
|---|
WSKrouterStarterConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHost() |
int |
getPort() |
RoutedServiceEntry[] |
getServices() |
WSKrouterStarterConfig |
host(String host) |
static void |
main(String[] args) |
WSKrouterStarterConfig |
port(int port) |
static WSKrouterStarterConfig |
read() |
WSKrouterStarterConfig |
services(RoutedServiceEntry[] services) |
public static WSKrouterStarterConfig read()
public String getHost()
public int getPort()
public RoutedServiceEntry[] getServices()
public WSKrouterStarterConfig host(String host)
public WSKrouterStarterConfig port(int port)
public WSKrouterStarterConfig services(RoutedServiceEntry[] services)
public static void main(String[] args)
Copyright © 2019. All rights reserved.