| Package | Description |
|---|---|
| com.orientechnologies.orient.server.network.protocol.http |
| Modifier and Type | Method and Description |
|---|---|
OHttpResponseWrapper |
OHttpResponseWrapper.flush()
Flushes the content to the TCP/IP socket.
|
OHttpResponseWrapper |
OHttpResponseWrapper.send(int iCode,
java.lang.String iReason,
java.lang.String iContentType,
java.lang.Object iContent)
Sends the complete HTTP response in one call.
|
OHttpResponseWrapper |
OHttpResponseWrapper.send(int iCode,
java.lang.String iReason,
java.lang.String iContentType,
java.lang.Object iContent,
java.lang.String iHeaders)
Sends the complete HTTP response in one call specifying additional headers.
|
OHttpResponseWrapper |
OHttpResponseWrapper.sendStream(int iCode,
java.lang.String iReason,
java.lang.String iContentType,
java.io.InputStream iContent,
long iSize)
Sends the complete HTTP response in one call specifying a stream as content.
|
OHttpResponseWrapper |
OHttpResponseWrapper.sendStream(int iCode,
java.lang.String iReason,
java.lang.String iContentType,
java.io.InputStream iContent,
long iSize,
java.lang.String iFileName)
Sends the complete HTTP response in one call specifying a stream as content.
|
OHttpResponseWrapper |
OHttpResponseWrapper.setCharacterSet(java.lang.String iCharacterSet)
Sets the response's character set.
|
OHttpResponseWrapper |
OHttpResponseWrapper.setHeader(java.lang.String iHeader)
Sets the response's additional headers to send back.
|
OHttpResponseWrapper |
OHttpResponseWrapper.writeContent(java.lang.String iContent)
Writes content directly to the response.
|
OHttpResponseWrapper |
OHttpResponseWrapper.writeHeaders(java.lang.String iContentType)
Sets the response's headers using the keep-alive.
|
OHttpResponseWrapper |
OHttpResponseWrapper.writeHeaders(java.lang.String iContentType,
boolean iKeepAlive)
Sets the response's headers specifying when using the keep-alive or not.
|
OHttpResponseWrapper |
OHttpResponseWrapper.writeLine(java.lang.String iContent)
Writes a line in the response.
|
OHttpResponseWrapper |
OHttpResponseWrapper.writeRecord(com.orientechnologies.orient.core.record.ORecord iRecord)
Writes a record as response.
|
OHttpResponseWrapper |
OHttpResponseWrapper.writeRecord(com.orientechnologies.orient.core.record.ORecord iRecord,
java.lang.String iFetchPlan)
Writes a record as response.
|
OHttpResponseWrapper |
OHttpResponseWrapper.writeRecords(java.util.List<com.orientechnologies.orient.core.db.record.OIdentifiable> iRecords)
Writes records as response.
|
OHttpResponseWrapper |
OHttpResponseWrapper.writeRecords(java.lang.Object iRecords,
java.lang.String iFetchPlan)
Writes records as response specifying a fetch-plan to serialize nested records.
|
OHttpResponseWrapper |
OHttpResponseWrapper.writeStatus(int iHttpCode,
java.lang.String iReason)
Sets the response's status as HTTP code and reason.
|
Copyright © 2009–2022 OrientDB. All rights reserved.