Class OServerCommandFunction
java.lang.Object
com.orientechnologies.orient.server.network.protocol.http.command.OServerCommandAbstract
com.orientechnologies.orient.server.network.protocol.http.command.OServerCommandAuthenticatedDbAbstract
com.orientechnologies.orient.server.network.protocol.http.command.all.OServerCommandAbstractLogic
com.orientechnologies.orient.server.network.protocol.http.command.all.OServerCommandFunction
- All Implemented Interfaces:
OServerCommand
-
Field Summary
Fields inherited from class com.orientechnologies.orient.server.network.protocol.http.command.OServerCommandAuthenticatedDbAbstract
DBNAME_DIR_SEPARATOR, SESSIONID_LOGOUT, SESSIONID_UNAUTHORIZEDFields inherited from class com.orientechnologies.orient.server.network.protocol.http.command.OServerCommandAbstract
server -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionString[]getNames()protected voidhandleResult(OHttpRequest iRequest, OHttpResponse iResponse, Object iResult) String[]init(OHttpRequest iRequest, OHttpResponse iResponse) Methods inherited from class com.orientechnologies.orient.server.network.protocol.http.command.all.OServerCommandAbstractLogic
executeMethods inherited from class com.orientechnologies.orient.server.network.protocol.http.command.OServerCommandAuthenticatedDbAbstract
afterExecute, authenticate, beforeExecute, getProfiledDatabaseInstance, getProfiledDatabaseInstanceBasic, getProfiledDatabaseInstanceToken, sendAuthorizationRequestMethods inherited from class com.orientechnologies.orient.server.network.protocol.http.command.OServerCommandAbstract
checkSyntax, configure, getServer, isJsonResponse, sendJsonError, setNoCache
-
Constructor Details
-
OServerCommandFunction
public OServerCommandFunction() -
OServerCommandFunction
-
-
Method Details
-
init
- Specified by:
initin classOServerCommandAbstractLogic
-
handleResult
protected void handleResult(OHttpRequest iRequest, OHttpResponse iResponse, Object iResult) throws InterruptedException, IOException - Specified by:
handleResultin classOServerCommandAbstractLogic- Throws:
InterruptedExceptionIOException
-
getNames
-