public class App extends Router
properties| Constructor and Description |
|---|
App() |
App(InputStream propertiesInputStream) |
App(String propertiesFile) |
App(URL propertiesFileURL) |
| Modifier and Type | Method and Description |
|---|---|
Properties |
getProperties() |
void |
listen() |
void |
listen(org.eroq.http.Http.HttpServerListenCallback listenCallback) |
void |
listen(Integer port,
String host) |
void |
listen(Integer port,
String host,
org.eroq.http.Http.HttpServerListenCallback listenCallback) |
public App()
public App(String propertiesFile)
public App(URL propertiesFileURL)
public App(InputStream propertiesInputStream)
public Properties getProperties()
getProperties in class Routerpublic void listen(Integer port, String host, org.eroq.http.Http.HttpServerListenCallback listenCallback)
public void listen(org.eroq.http.Http.HttpServerListenCallback listenCallback)
public void listen()
Copyright © 2016. All rights reserved.