public class OServerSideScriptInterpreter extends OServerPluginAbstract
Modifier and Type | Field and Description |
---|---|
protected Set<String> |
allowedLanguages |
protected boolean |
enabled |
protected OScriptInterceptor |
interceptor |
Constructor and Description |
---|
OServerSideScriptInterpreter() |
Modifier and Type | Method and Description |
---|---|
void |
config(OServer iServer,
OServerParameterConfiguration[] iParams)
Configures the handler.
|
String |
getName() |
void |
shutdown() |
void |
startup() |
getContent, onAfterClientRequest, onBeforeClientRequest, onClientConnection, onClientDisconnection, onClientError, sendShutdown
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
onSocketAccepted, onSocketDestroyed
protected boolean enabled
protected OScriptInterceptor interceptor
public void config(OServer iServer, OServerParameterConfiguration[] iParams)
OServerPlugin
config
in interface OServerPlugin
config
in class OServerPluginAbstract
public String getName()
public void startup()
startup
in interface OService
startup
in class OServerPluginAbstract
public void shutdown()
shutdown
in interface OService
shutdown
in class OServerPluginAbstract
Copyright © 2009–2020 OrientDB. All rights reserved.