Class TestResponse

java.lang.Object
org.opensearch.transport.TransportMessage
org.opensearch.transport.TransportResponse
org.opensearch.transport.TestResponse
All Implemented Interfaces:
org.opensearch.common.io.stream.Writeable

public class TestResponse
extends org.opensearch.transport.TransportResponse
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.opensearch.transport.TransportResponse

    org.opensearch.transport.TransportResponse.Empty

    Nested classes/interfaces inherited from interface org.opensearch.common.io.stream.Writeable

    org.opensearch.common.io.stream.Writeable.Reader<V extends java.lang.Object>, org.opensearch.common.io.stream.Writeable.Writer<V extends java.lang.Object>
  • Constructor Summary

    Constructors 
    Constructor Description
    TestResponse​(java.lang.String value)  
    TestResponse​(org.opensearch.common.io.stream.StreamInput in)  
  • Method Summary

    Modifier and Type Method Description
    void writeTo​(org.opensearch.common.io.stream.StreamOutput out)  

    Methods inherited from class org.opensearch.transport.TransportMessage

    remoteAddress, remoteAddress

    Methods inherited from class java.lang.Object

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

    • TestResponse

      public TestResponse​(java.lang.String value)
    • TestResponse

      public TestResponse​(org.opensearch.common.io.stream.StreamInput in) throws java.io.IOException
      Throws:
      java.io.IOException
  • Method Details

    • writeTo

      public void writeTo​(org.opensearch.common.io.stream.StreamOutput out) throws java.io.IOException
      Throws:
      java.io.IOException