| Package | Description |
|---|---|
| org.elasticsearch.action.admin.cluster.node.liveness | |
| org.elasticsearch.transport | |
| org.elasticsearch.transport.local | |
| org.elasticsearch.transport.netty |
| Modifier and Type | Method and Description |
|---|---|
void |
TransportLivenessAction.messageReceived(LivenessRequest request,
TransportChannel channel) |
| Modifier and Type | Class and Description |
|---|---|
class |
DelegatingTransportChannel
Wrapper around transport channel that delegates all requests to the
underlying channel
|
| Modifier and Type | Method and Description |
|---|---|
TransportChannel |
DelegatingTransportChannel.getChannel() |
| Modifier and Type | Method and Description |
|---|---|
static TransportChannelResponseHandler<TransportResponse.Empty> |
TransportChannelResponseHandler.emptyResponseHandler(ESLogger logger,
TransportChannel channel,
String extraInfoOnError)
Convenience method for delegating an empty response to the provided changed
|
abstract void |
TransportRequestHandler.messageReceived(T request,
TransportChannel channel) |
void |
TransportRequestHandler.messageReceived(T request,
TransportChannel channel,
Task task)
Override this method if access to the Task parameter is needed
|
void |
RequestHandlerRegistry.processMessageReceived(Request request,
TransportChannel channel) |
| Constructor and Description |
|---|
DelegatingTransportChannel(TransportChannel channel) |
TransportChannelResponseHandler(ESLogger logger,
TransportChannel channel,
String extraInfoOnError) |
| Modifier and Type | Class and Description |
|---|---|
class |
LocalTransportChannel |
| Modifier and Type | Class and Description |
|---|---|
class |
NettyTransportChannel |
Copyright © 2009–2017. All rights reserved.