public class HttpPipelinedRequest
extends java.lang.Object
implements io.netty.util.ReferenceCounted
| Constructor and Description |
|---|
HttpPipelinedRequest(io.netty.handler.codec.http.LastHttpContent last,
int sequence) |
| Modifier and Type | Method and Description |
|---|---|
org.elasticsearch.http.netty4.pipelining.HttpPipelinedResponse |
createHttpResponse(io.netty.handler.codec.http.FullHttpResponse response,
io.netty.channel.ChannelPromise promise) |
io.netty.handler.codec.http.LastHttpContent |
last() |
int |
refCnt() |
boolean |
release() |
boolean |
release(int decrement) |
io.netty.util.ReferenceCounted |
retain() |
io.netty.util.ReferenceCounted |
retain(int increment) |
io.netty.util.ReferenceCounted |
touch() |
io.netty.util.ReferenceCounted |
touch(java.lang.Object hint) |
public HttpPipelinedRequest(io.netty.handler.codec.http.LastHttpContent last,
int sequence)
public io.netty.handler.codec.http.LastHttpContent last()
public org.elasticsearch.http.netty4.pipelining.HttpPipelinedResponse createHttpResponse(io.netty.handler.codec.http.FullHttpResponse response,
io.netty.channel.ChannelPromise promise)
public int refCnt()
refCnt in interface io.netty.util.ReferenceCountedpublic io.netty.util.ReferenceCounted retain()
retain in interface io.netty.util.ReferenceCountedpublic io.netty.util.ReferenceCounted retain(int increment)
retain in interface io.netty.util.ReferenceCountedpublic io.netty.util.ReferenceCounted touch()
touch in interface io.netty.util.ReferenceCountedpublic io.netty.util.ReferenceCounted touch(java.lang.Object hint)
touch in interface io.netty.util.ReferenceCountedpublic boolean release()
release in interface io.netty.util.ReferenceCountedpublic boolean release(int decrement)
release in interface io.netty.util.ReferenceCounted