Package org.elasticsearch.http.netty4
Class Netty4HttpRequest
java.lang.Object
org.elasticsearch.http.netty4.Netty4HttpRequest
- All Implemented Interfaces:
HttpRequest
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.http.HttpRequest
HttpRequest.HttpVersion -
Method Summary
Modifier and TypeMethodDescriptioncontent()createResponse(RestStatus status, BytesReference contentRef) createResponse(RestStatus status, ChunkedRestResponseBody content) method()voidrelease()removeHeader(String header) uri()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.http.HttpRequest
header
-
Method Details
-
method
- Specified by:
methodin interfaceHttpRequest
-
uri
- Specified by:
uriin interfaceHttpRequest
-
content
- Specified by:
contentin interfaceHttpRequest
-
release
public void release()- Specified by:
releasein interfaceHttpRequest
-
releaseAndCopy
- Specified by:
releaseAndCopyin interfaceHttpRequest
-
getHeaders
- Specified by:
getHeadersin interfaceHttpRequest
-
strictCookies
- Specified by:
strictCookiesin interfaceHttpRequest
-
protocolVersion
- Specified by:
protocolVersionin interfaceHttpRequest
-
removeHeader
- Specified by:
removeHeaderin interfaceHttpRequest
-
createResponse
- Specified by:
createResponsein interfaceHttpRequest
-
createResponse
- Specified by:
createResponsein interfaceHttpRequest
-
getInboundException
- Specified by:
getInboundExceptionin interfaceHttpRequest
-