
public class OServerCommandGetFileDownload extends OServerCommandAuthenticatedDbAbstract
DBNAME_DIR_SEPARATOR, SESSIONID_LOGOUT, SESSIONID_UNAUTHORIZEDserver| Constructor and Description |
|---|
OServerCommandGetFileDownload() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute(OHttpRequest iRequest,
OHttpResponse iResponse)
Executes the command requested.
|
String[] |
getNames() |
protected void |
sendBinaryFieldFileContent(OHttpRequest iRequest,
OHttpResponse iResponse,
int iCode,
String iReason,
String iContentType,
byte[] record,
String iFileName) |
protected void |
sendORecordBinaryFileContent(OHttpRequest iRequest,
OHttpResponse iResponse,
int iCode,
String iReason,
String iContentType,
com.orientechnologies.orient.core.record.impl.OBlob record,
String iFileName) |
afterExecute, authenticate, beforeExecute, getProfiledDatabaseInstance, getProfiledDatabaseInstanceBasic, getProfiledDatabaseInstanceToken, sendAuthorizationRequestcheckSyntax, configure, getServer, isJsonResponse, sendJsonError, setNoCachepublic boolean execute(OHttpRequest iRequest, OHttpResponse iResponse) throws Exception
OServerCommandExceptionprotected void sendORecordBinaryFileContent(OHttpRequest iRequest, OHttpResponse iResponse, int iCode, String iReason, String iContentType, com.orientechnologies.orient.core.record.impl.OBlob record, String iFileName) throws IOException
IOExceptionprotected void sendBinaryFieldFileContent(OHttpRequest iRequest, OHttpResponse iResponse, int iCode, String iReason, String iContentType, byte[] record, String iFileName) throws IOException
IOExceptionpublic String[] getNames()
Copyright © 2009–2018 OrientDB. All rights reserved.