
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.
|
java.lang.String[] |
getNames() |
protected void |
sendBinaryFieldFileContent(OHttpRequest iRequest,
OHttpResponse iResponse,
int iCode,
java.lang.String iReason,
java.lang.String iContentType,
byte[] record,
java.lang.String iFileName) |
protected void |
sendORecordBinaryFileContent(OHttpRequest iRequest,
OHttpResponse iResponse,
int iCode,
java.lang.String iReason,
java.lang.String iContentType,
com.orientechnologies.orient.core.record.impl.OBlob record,
java.lang.String iFileName) |
afterExecute, authenticate, beforeExecute, getProfiledDatabaseInstance, getProfiledDatabaseInstanceBasic, getProfiledDatabaseInstanceToken, sendAuthorizationRequestcheckSyntax, configure, getServer, isJsonResponse, sendJsonError, setNoCachepublic boolean execute(OHttpRequest iRequest, OHttpResponse iResponse) throws java.lang.Exception
OServerCommandjava.lang.Exceptionprotected void sendORecordBinaryFileContent(OHttpRequest iRequest, OHttpResponse iResponse, int iCode, java.lang.String iReason, java.lang.String iContentType, com.orientechnologies.orient.core.record.impl.OBlob record, java.lang.String iFileName) throws java.io.IOException
java.io.IOExceptionprotected void sendBinaryFieldFileContent(OHttpRequest iRequest, OHttpResponse iResponse, int iCode, java.lang.String iReason, java.lang.String iContentType, byte[] record, java.lang.String iFileName) throws java.io.IOException
java.io.IOExceptionpublic java.lang.String[] getNames()
Copyright © 2009–2022 OrientDB. All rights reserved.