Class OServerCommandGetServer
java.lang.Object
com.orientechnologies.orient.server.network.protocol.http.command.OServerCommandAbstract
com.orientechnologies.orient.server.network.protocol.http.command.OServerCommandAuthenticatedServerAbstract
com.orientechnologies.orient.server.network.protocol.http.command.get.OServerCommandGetConnections
com.orientechnologies.orient.server.network.protocol.http.command.get.OServerCommandGetServer
- All Implemented Interfaces:
OServerCommand
-
Field Summary
Fields inherited from class com.orientechnologies.orient.server.network.protocol.http.command.OServerCommandAuthenticatedServerAbstract
serverPassword, serverUserFields inherited from class com.orientechnologies.orient.server.network.protocol.http.command.OServerCommandAbstract
server -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanexecute(OHttpRequest iRequest, OHttpResponse iResponse) Executes the command requested.String[]getNames()Methods inherited from class com.orientechnologies.orient.server.network.protocol.http.command.OServerCommandAuthenticatedServerAbstract
authenticate, authenticate, beforeExecute, checkGuestAccess, getResource, getUser, sendAuthorizationRequest, sendNotAuthorizedResponseMethods inherited from class com.orientechnologies.orient.server.network.protocol.http.command.OServerCommandAbstract
afterExecute, checkSyntax, configure, getServer, isJsonResponse, sendJsonError, setNoCache
-
Constructor Details
-
OServerCommandGetServer
public OServerCommandGetServer()
-
-
Method Details
-
getNames
- Specified by:
getNamesin interfaceOServerCommand- Overrides:
getNamesin classOServerCommandGetConnections
-
execute
Description copied from interface:OServerCommandExecutes the command requested.- Specified by:
executein interfaceOServerCommand- Overrides:
executein classOServerCommandGetConnections- Returns:
- boolean value that indicates if this command is part of a chain
- Throws:
Exception
-