Class TransportResponse.Empty

All Implemented Interfaces:
Writeable, org.elasticsearch.core.RefCounted
Enclosing class:
TransportResponse

public static class TransportResponse.Empty extends TransportResponse
  • Field Details

  • Constructor Details

    • Empty

      public Empty()
  • Method Details

    • toString

      public  toString()
      Overrides:
       in class 
    • writeTo

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