Class InboundMessage

java.lang.Object
org.elasticsearch.transport.InboundMessage
All Implemented Interfaces:
Closeable, AutoCloseable, Releasable

public class InboundMessage extends Object implements Releasable
  • 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
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Closeable
      Specified by:
      close in interface Releasable
    • toString

      public String toString()
      Overrides:
      toString in class Object