Class InboundHandler

java.lang.Object
org.elasticsearch.transport.InboundHandler

public class InboundHandler
extends java.lang.Object
Handles inbound messages by first deserializing a TransportMessage from an InboundMessage and then passing it to the appropriate handler. Any deserialized TransportMessage that is found to implement RefCounted will have its reference count decremented by one after having been passed to its handler.
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait