Class EmptyResponse


  • @Deprecated
    public final class EmptyResponse
    extends java.lang.Object
    Deprecated.
    Use a boolean instead of this class
    Response for a request which simply returns an empty object.
    • Constructor Summary

      Constructors 
      Constructor Description
      EmptyResponse()
      Deprecated.
       
    • Method Summary

      Modifier and Type Method Description
      static EmptyResponse fromXContent​(XContentParser parser)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EmptyResponse

        public EmptyResponse()
        Deprecated.
    • Method Detail

      • fromXContent

        public static EmptyResponse fromXContent​(XContentParser parser)
                                          throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException