public class SimpleFlexBase extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVER_VERS
The Version-String of this Server
|
Date |
START_TIME
The Starttime of this Server
|
| Constructor and Description |
|---|
SimpleFlexBase(GlobalConfig gc,
DomainConfig dc) |
SimpleFlexBase(GlobalConfig gc,
List<DomainConfig> dcs) |
| Modifier and Type | Method and Description |
|---|---|
SimpleFlexAccesser |
getSimpleFlexAccesser() |
static void |
main(String[] args)
The Main-Method
|
static SimpleFlexAccesser |
serveOnHost(String host,
String classPath,
HashMap<String,Object> config,
int port,
String path) |
static SimpleFlexAccesser |
serveOnLocalhost(String classPath,
HashMap<String,Object> config,
int port)
Serves the given App as default App on localhost
|
static SimpleFlexAccesser |
serveOnLocalhost(String classPath,
HashMap<String,Object> config,
int port,
String path) |
SimpleFlexAccesser |
sfa() |
void |
start() |
public static final String SERVER_VERS
public final Date START_TIME
public SimpleFlexBase(GlobalConfig gc, DomainConfig dc)
public SimpleFlexBase(GlobalConfig gc, List<DomainConfig> dcs)
public SimpleFlexAccesser sfa()
public static SimpleFlexAccesser serveOnLocalhost(String classPath, HashMap<String,Object> config, int port)
classPath - config - port - public static SimpleFlexAccesser serveOnLocalhost(String classPath, HashMap<String,Object> config, int port, String path)
public static SimpleFlexAccesser serveOnHost(String host, String classPath, HashMap<String,Object> config, int port, String path)
public void start()
public static void main(String[] args)
args - public SimpleFlexAccesser getSimpleFlexAccesser()
Copyright © 2020 Software Atelier Kamber. All rights reserved.