| Package | Description |
|---|---|
| org.elasticsearch.transport |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseTransportRequestHandler<T extends TransportRequest>
A simple based class that always spawns.
|
| Modifier and Type | Method and Description |
|---|---|
protected TransportRequestHandler |
TransportService.getHandler(String action) |
TransportRequestHandler |
TransportService.Adapter.handler(String action,
Version version) |
TransportRequestHandler |
TransportServiceAdapter.handler(String action,
Version version) |
| Modifier and Type | Method and Description |
|---|---|
void |
TransportService.registerHandler(String action,
TransportRequestHandler handler) |
Copyright © 2009–2016. All rights reserved.