Class OHttpRequestImpl
java.lang.Object
com.orientechnologies.orient.server.network.protocol.http.OHttpRequestAbstract
com.orientechnologies.orient.server.network.protocol.http.OHttpRequestImpl
- All Implemented Interfaces:
OHttpRequest
-
Constructor Summary
ConstructorsConstructorDescriptionOHttpRequestImpl(ONetworkProtocolHttpAbstract iExecutor, InputStream iInStream, ONetworkProtocolData iData, OContextConfiguration iConfiguration) -
Method Summary
Modifier and TypeMethodDescriptiongetUrl()booleanbooleanvoidsetAcceptEncoding(String acceptEncoding) voidsetAuthentication(String authentication) voidsetBearerToken(OParsedToken bearerToken) voidsetBearerTokenRaw(String bearerTokenRaw) voidsetBoundary(String boundary) voidsetContentEncoding(String contentEncoding) voidsetContentType(String contentType) voidsetHeaders(Map<String, String> headers) voidsetHttpMethod(String httpMethod) voidsetHttpVersion(String httpVersion) voidsetIfMatch(String ifMatch) voidsetKeepAlive(boolean keepAlive) voidsetMultipart(boolean multipart) voidsetMultipartStream(OHttpMultipartBaseInputStream multipartStream) voidMethods inherited from class com.orientechnologies.orient.server.network.protocol.http.OHttpRequestAbstract
addHeader, getAuthorization, getConfiguration, getContent, getData, getDatabaseName, getExecutor, getHeader, getIn, getInputStream, getParameter, getParameters, getRemoteAddress, getSessionId, getUrlEncodedContent, getUser, setAuthorization, setContent, setDatabaseName, setParameters, setSessionId
-
Constructor Details
-
OHttpRequestImpl
public OHttpRequestImpl(ONetworkProtocolHttpAbstract iExecutor, InputStream iInStream, ONetworkProtocolData iData, OContextConfiguration iConfiguration)
-
-
Method Details
-
setUrl
- Specified by:
setUrlin interfaceOHttpRequest- Specified by:
setUrlin classOHttpRequestAbstract
-
getHttpMethod
- Specified by:
getHttpMethodin interfaceOHttpRequest- Specified by:
getHttpMethodin classOHttpRequestAbstract
-
setHttpMethod
- Specified by:
setHttpMethodin interfaceOHttpRequest- Specified by:
setHttpMethodin classOHttpRequestAbstract
-
getHttpVersion
- Specified by:
getHttpVersionin interfaceOHttpRequest- Specified by:
getHttpVersionin classOHttpRequestAbstract
-
setHttpVersion
- Specified by:
setHttpVersionin interfaceOHttpRequest- Specified by:
setHttpVersionin classOHttpRequestAbstract
-
getContentType
- Specified by:
getContentTypein interfaceOHttpRequest- Specified by:
getContentTypein classOHttpRequestAbstract
-
setContentType
- Specified by:
setContentTypein interfaceOHttpRequest- Specified by:
setContentTypein classOHttpRequestAbstract
-
getContentEncoding
- Specified by:
getContentEncodingin interfaceOHttpRequest- Specified by:
getContentEncodingin classOHttpRequestAbstract
-
setContentEncoding
- Specified by:
setContentEncodingin interfaceOHttpRequest- Specified by:
setContentEncodingin classOHttpRequestAbstract
-
getAcceptEncoding
- Specified by:
getAcceptEncodingin interfaceOHttpRequest- Specified by:
getAcceptEncodingin classOHttpRequestAbstract
-
setAcceptEncoding
- Specified by:
setAcceptEncodingin interfaceOHttpRequest- Specified by:
setAcceptEncodingin classOHttpRequestAbstract
-
getMultipartStream
- Specified by:
getMultipartStreamin interfaceOHttpRequest- Specified by:
getMultipartStreamin classOHttpRequestAbstract
-
setMultipartStream
- Specified by:
setMultipartStreamin interfaceOHttpRequest- Specified by:
setMultipartStreamin classOHttpRequestAbstract
-
getBoundary
- Specified by:
getBoundaryin interfaceOHttpRequest- Specified by:
getBoundaryin classOHttpRequestAbstract
-
setBoundary
- Specified by:
setBoundaryin interfaceOHttpRequest- Specified by:
setBoundaryin classOHttpRequestAbstract
-
isMultipart
public boolean isMultipart()- Specified by:
isMultipartin interfaceOHttpRequest- Specified by:
isMultipartin classOHttpRequestAbstract
-
setMultipart
public void setMultipart(boolean multipart) - Specified by:
setMultipartin interfaceOHttpRequest- Specified by:
setMultipartin classOHttpRequestAbstract
-
getIfMatch
- Specified by:
getIfMatchin interfaceOHttpRequest- Specified by:
getIfMatchin classOHttpRequestAbstract
-
setIfMatch
- Specified by:
setIfMatchin interfaceOHttpRequest- Specified by:
setIfMatchin classOHttpRequestAbstract
-
getAuthentication
- Specified by:
getAuthenticationin interfaceOHttpRequest- Specified by:
getAuthenticationin classOHttpRequestAbstract
-
setAuthentication
- Specified by:
setAuthenticationin interfaceOHttpRequest- Specified by:
setAuthenticationin classOHttpRequestAbstract
-
isKeepAlive
public boolean isKeepAlive()- Specified by:
isKeepAlivein interfaceOHttpRequest- Specified by:
isKeepAlivein classOHttpRequestAbstract
-
setKeepAlive
public void setKeepAlive(boolean keepAlive) - Specified by:
setKeepAlivein interfaceOHttpRequest- Specified by:
setKeepAlivein classOHttpRequestAbstract
-
setHeaders
- Specified by:
setHeadersin interfaceOHttpRequest- Specified by:
setHeadersin classOHttpRequestAbstract
-
getBearerTokenRaw
- Specified by:
getBearerTokenRawin interfaceOHttpRequest- Specified by:
getBearerTokenRawin classOHttpRequestAbstract
-
setBearerTokenRaw
- Specified by:
setBearerTokenRawin interfaceOHttpRequest- Specified by:
setBearerTokenRawin classOHttpRequestAbstract
-
getBearerToken
- Specified by:
getBearerTokenin interfaceOHttpRequest- Specified by:
getBearerTokenin classOHttpRequestAbstract
-
setBearerToken
- Specified by:
setBearerTokenin interfaceOHttpRequest- Specified by:
setBearerTokenin classOHttpRequestAbstract
-
getHeaders
- Specified by:
getHeadersin interfaceOHttpRequest- Specified by:
getHeadersin classOHttpRequestAbstract
-
getUrl
- Specified by:
getUrlin interfaceOHttpRequest- Specified by:
getUrlin classOHttpRequestAbstract
-