Package org.elasticsearch.http
Class HttpPipelinedResponse
java.lang.Object
org.elasticsearch.http.HttpPipelinedResponse
- All Implemented Interfaces:
Comparable<HttpPipelinedMessage>
,HttpPipelinedMessage
,HttpResponse
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
containsHeader(String name)
int
Get the sequence number for this message.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.elasticsearch.http.HttpPipelinedMessage
compareTo
-
Constructor Details
-
HttpPipelinedResponse
-
-
Method Details
-
getSequence
public int getSequence()Description copied from interface:HttpPipelinedMessage
Get the sequence number for this message.- Specified by:
getSequence
in interfaceHttpPipelinedMessage
- Returns:
- the sequence number
-
addHeader
- Specified by:
addHeader
in interfaceHttpResponse
-
containsHeader
- Specified by:
containsHeader
in interfaceHttpResponse
-
getDelegateRequest
-