
public class OGraphServerHandler extends OServerPluginAbstract implements OScriptInjection
| Constructor and Description |
|---|
OGraphServerHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
bind(ScriptEngine engine,
Bindings binding,
ODatabaseDocument database) |
void |
config(OServer server,
OServerParameterConfiguration[] iParams)
Configures the handler.
|
String |
getName() |
void |
onAfterClientRequest(OClientConnection connection,
byte requestType)
Callback invoked after a client request is processed.
|
void |
shutdown() |
void |
startup() |
void |
unbind(ScriptEngine engine,
Bindings binding) |
getContent, onBeforeClientRequest, onClientConnection, onClientDisconnection, onClientError, sendShutdownclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonSocketAccepted, onSocketDestroyedpublic void config(OServer server, OServerParameterConfiguration[] iParams)
OServerPluginconfig in interface OServerPluginconfig in class OServerPluginAbstractpublic void startup()
startup in interface OServicestartup in class OServerPluginAbstractpublic void shutdown()
shutdown in interface OServiceshutdown in class OServerPluginAbstractpublic void bind(ScriptEngine engine, Bindings binding, ODatabaseDocument database)
bind in interface OScriptInjectionpublic void unbind(ScriptEngine engine, Bindings binding)
unbind in interface OScriptInjectionpublic void onAfterClientRequest(OClientConnection connection, byte requestType)
OServerPluginonAfterClientRequest in interface OServerPluginonAfterClientRequest in class OServerPluginAbstractCopyright © 2009–2025 OrientDB. All rights reserved.