Class OGraphServerHandler
java.lang.Object
com.orientechnologies.orient.server.plugin.OServerPluginAbstract
com.orientechnologies.tinkerpop.handler.OGraphServerHandler
- All Implemented Interfaces:
OService,OServerPlugin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfig(OServer server, OServerParameterConfiguration[] iParams) Configures the handler.getName()voidonAfterClientRequest(OClientConnection connection, byte requestType) Callback invoked after a client request is processed.voidshutdown()voidstartup()Methods inherited from class com.orientechnologies.orient.server.plugin.OServerPluginAbstract
getContent, onBeforeClientRequest, onClientConnection, onClientDisconnection, onClientError, sendShutdownMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.orientechnologies.orient.server.plugin.OServerPlugin
onSocketAccepted, onSocketDestroyed
-
Constructor Details
-
OGraphServerHandler
public OGraphServerHandler()
-
-
Method Details
-
config
Description copied from interface:OServerPluginConfigures the handler. Called at startup.- Specified by:
configin interfaceOServerPlugin- Overrides:
configin classOServerPluginAbstract
-
getName
-
startup
public void startup()- Specified by:
startupin interfaceOService- Overrides:
startupin classOServerPluginAbstract
-
shutdown
public void shutdown()- Specified by:
shutdownin interfaceOService- Overrides:
shutdownin classOServerPluginAbstract
-
onAfterClientRequest
Description copied from interface:OServerPluginCallback invoked after a client request is processed.- Specified by:
onAfterClientRequestin interfaceOServerPlugin- Overrides:
onAfterClientRequestin classOServerPluginAbstract
-