Class InboundMessage

java.lang.Object
org.elasticsearch.core.AbstractRefCounted
org.elasticsearch.transport.InboundMessage
All Implemented Interfaces:
RefCounted

public class InboundMessage extends AbstractRefCounted
  • Constructor Details

  • Method Details

    • getHeader

      public Header getHeader()
    • getContentLength

      public int getContentLength()
    • getException

      public Exception getException()
    • isPing

      public boolean isPing()
    • isShortCircuit

      public boolean isShortCircuit()
    • takeBreakerReleaseControl

      public Releasable takeBreakerReleaseControl()
    • openOrGetStreamInput

      public StreamInput openOrGetStreamInput() throws IOException
      Throws:
      IOException
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • closeInternal

      protected void closeInternal()
      Specified by:
      closeInternal in class AbstractRefCounted