Class OServerHandlerAbstract
java.lang.Object
com.orientechnologies.orient.server.plugin.OServerPluginAbstract
com.orientechnologies.orient.server.handler.OServerHandlerAbstract
- All Implemented Interfaces:
OService,OServerPlugin
Deprecated.
Deprecated, use OServerPluginAbstract instead.
- Author:
- Luca Garulli (l.garulli--(at)--orientdb.com)
-
Field Summary
Fields inherited from class com.orientechnologies.orient.server.plugin.OServerPluginAbstract
enabled -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.orientechnologies.orient.server.plugin.OServerPluginAbstract
config, getContent, onAfterClientRequest, onBeforeClientRequest, onClientConnection, onClientDisconnection, onClientError, sendShutdown, shutdown, startupMethods 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
-
OServerHandlerAbstract
public OServerHandlerAbstract()Deprecated.
-