public static class AbstractSimpleTransportTestCase.TestRequest extends TransportRequest
TransportRequest.Empty
Constructor and Description |
---|
TestRequest() |
TestRequest(java.lang.String info) |
Modifier and Type | Method and Description |
---|---|
void |
readFrom(StreamInput in) |
java.lang.String |
toString() |
void |
writeTo(StreamOutput out) |
getParentTask, setParentTask
remoteAddress, remoteAddress
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
createTask, getDescription, setParentTask
public TestRequest()
public TestRequest(java.lang.String info)
public void readFrom(StreamInput in) throws java.io.IOException
readFrom
in interface Streamable
readFrom
in class TransportRequest
java.io.IOException
public void writeTo(StreamOutput out) throws java.io.IOException
writeTo
in interface Streamable
writeTo
in class TransportRequest
java.io.IOException
public java.lang.String toString()
toString
in class java.lang.Object