abstract void |
OHttpResponse.sendStream(int iCode,
java.lang.String iReason,
java.lang.String iContentType,
java.lang.String iFileName,
com.orientechnologies.common.util.OCallable<java.lang.Void,OChunkedResponse> iWriter) |
void |
OHttpResponseImpl.sendStream(int iCode,
java.lang.String iReason,
java.lang.String iContentType,
java.lang.String iFileName,
com.orientechnologies.common.util.OCallable<java.lang.Void,OChunkedResponse> iWriter) |
void |
OHttpGraphResponse.sendStream(int iCode,
java.lang.String iReason,
java.lang.String iContentType,
java.lang.String iFileName,
com.orientechnologies.common.util.OCallable<java.lang.Void,OChunkedResponse> iWriter) |