| Package | Description |
|---|---|
| org.elasticsearch.http.netty | |
| org.elasticsearch.http.netty.pipelining |
| Constructor and Description |
|---|
NettyHttpChannel(NettyHttpServerTransport transport,
NettyHttpRequest request,
OrderedUpstreamMessageEvent orderedUpstreamMessageEvent,
boolean detailedErrorsEnabled) |
| Modifier and Type | Method and Description |
|---|---|
OrderedUpstreamMessageEvent |
OrderedDownstreamChannelEvent.getOrderedUpstreamMessageEvent() |
| Constructor and Description |
|---|
OrderedDownstreamChannelEvent(OrderedUpstreamMessageEvent oue,
int subsequence,
boolean last,
org.jboss.netty.channel.ChannelEvent ce)
Construct a downstream channel event for all types of events.
|
OrderedDownstreamChannelEvent(OrderedUpstreamMessageEvent oue,
int subsequence,
boolean last,
Object message)
Convenience constructor for passing message events.
|
OrderedDownstreamChannelEvent(OrderedUpstreamMessageEvent oe,
Object message)
Convenience constructor signifying that this downstream message event is the last one for the given sequence,
and that there is only one response.
|
Copyright © 2009–2017. All rights reserved.