Package org.elasticsearch.transport
Interface TransportResponseHandler<T extends TransportResponse>
- All Superinterfaces:
Writeable.Reader<T>
- All Known Implementing Classes:
ActionListenerResponseHandler
,EmptyTransportResponseHandler
,TransportResponseHandler.Empty
,TransportService.ContextRestoreResponseHandler
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
Implementations ofTransportResponseHandler
that handles the empty responseTransportResponse.Empty
. -
Method Summary
Methods inherited from interface org.elasticsearch.common.io.stream.Writeable.Reader
read
-
Method Details
-
handleResponse
-
handleException
-
executor
-