Class TransportResponse.Empty

java.lang.Object
All Implemented Interfaces:
Writeable, org.elasticsearch.common.util.concurrent.RefCounted
Enclosing class:
TransportResponse

public static class TransportResponse.Empty
extends TransportResponse
  • Field Details

  • Constructor Details

    • Empty

      public Empty()
  • Method Details

    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • writeTo

      public void writeTo​(StreamOutput out) throws java.io.IOException
      Description copied from interface: Writeable
      Write this into the StreamOutput.
      Throws:
      java.io.IOException