Class HttpChannelTaskHandler
java.lang.Object
org.elasticsearch.rest.action.search.HttpChannelTaskHandler
public final class HttpChannelTaskHandler
extends java.lang.Object
This class executes a request and associates the corresponding
Task with the HttpChannel that it was originated from,
so that the tasks associated with a certain channel get cancelled when the underlying connection gets closed.-
Field Summary
Fields Modifier and Type Field Description static HttpChannelTaskHandlerINSTANCE -
Method Summary
Modifier and Type Method Description intgetNumChannels()
-
Field Details
-
Method Details
-
getNumChannels
public int getNumChannels()
-