
public class OServerSideScriptInterpreter extends OServerPluginAbstract
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Set<java.lang.String> |
allowedLanguages |
protected boolean |
enabled |
protected com.orientechnologies.orient.core.command.OScriptInterceptor |
interceptor |
| Constructor and Description |
|---|
OServerSideScriptInterpreter() |
| Modifier and Type | Method and Description |
|---|---|
void |
config(OServer iServer,
OServerParameterConfiguration[] iParams)
Configures the handler.
|
java.lang.String |
getName() |
void |
shutdown() |
void |
startup() |
getContent, onAfterClientRequest, onBeforeClientRequest, onClientConnection, onClientDisconnection, onClientError, sendShutdownclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonSocketAccepted, onSocketDestroyedprotected boolean enabled
protected java.util.Set<java.lang.String> allowedLanguages
protected com.orientechnologies.orient.core.command.OScriptInterceptor interceptor
public void config(OServer iServer, OServerParameterConfiguration[] iParams)
OServerPluginconfig in interface OServerPluginconfig in class OServerPluginAbstractpublic java.lang.String getName()
public void startup()
startup in interface com.orientechnologies.common.util.OServicestartup in class OServerPluginAbstractpublic void shutdown()
shutdown in interface com.orientechnologies.common.util.OServiceshutdown in class OServerPluginAbstractCopyright © 2009–2022 OrientDB. All rights reserved.