public class EzySimpleServer extends EzyComponent implements EzyServer, EzyResponseApiAware, EzyStreamingApiAware, EzySessionManagerAware, com.tvd12.ezyfox.util.EzyDestroyable
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,ClassLoader> |
appClassLoaders |
protected ClassLoader |
classLoader |
protected EzyConfig |
config |
protected EzyServerControllers |
controllers |
protected EzyResponseApi |
responseApi |
protected EzySessionManager |
sessionManager |
protected EzySettings |
settings |
protected EzyStatistics |
statistics |
protected EzyStreamingApi |
streamingApi |
eventControllers, exceptionHandlers| Constructor and Description |
|---|
EzySimpleServer() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
String |
getVersion()
Get server version
|
Map<Object,Object> |
toMap() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAppClassLoaders, getClassLoader, getConfig, getControllers, getResponseApi, getSessionManager, getSettings, getStatistics, getStreamingApigetEventControllerssetResponseApisetStreamingApisetSessionManagerprotected EzyConfig config
protected EzySettings settings
protected ClassLoader classLoader
protected EzyStatistics statistics
protected EzyServerControllers controllers
protected EzyResponseApi responseApi
protected EzyStreamingApi streamingApi
protected EzySessionManager sessionManager
protected Map<String,ClassLoader> appClassLoaders
public String getVersion()
EzyServergetVersion in interface EzyServerpublic void destroy()
destroy in interface com.tvd12.ezyfox.util.EzyDestroyabledestroy in class EzyComponentCopyright © 2021 Young Monkeys. All rights reserved.