Package org.elasticsearch.transport
Class TestDirectResponseChannel
java.lang.Object
org.elasticsearch.transport.TestDirectResponseChannel
- All Implemented Interfaces:
TransportChannel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprocessException(TransportResponseHandler<?> arg0, RemoteTransportException arg1) protected voidprocessResponse(TransportResponseHandler arg0, TransportResponse arg1) voidsendResponse(Exception exception) voidsendResponse(TransportResponse response) toString()protected RemoteTransportExceptionwrapInRemote(Exception arg0) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.elasticsearch.transport.TransportChannel
getVersion
-
Constructor Details
-
TestDirectResponseChannel
-
-
Method Details
-
sendResponse
- Specified by:
sendResponsein interfaceTransportChannel
-
sendResponse
- Specified by:
sendResponsein interfaceTransportChannel
-
getProfileName
- Specified by:
getProfileNamein interfaceTransportChannel
-
processResponse
-
wrapInRemote
-
processException
-
toString
-