Class TransportResponse

    • Constructor Detail

      • TransportResponse

        public TransportResponse()
        Constructs a new empty transport response
      • TransportResponse

        public TransportResponse​(StreamInput in)
                          throws java.io.IOException
        Constructs a new transport response with the data from the StreamInput. This is currently a no-op. However, this exists to allow extenders to call super(in) so that reading can mirror writing where we often call super.writeTo(out).
        Throws:
        java.io.IOException