public static class AbstractSimpleTransportTestCase.StringMessageRequest extends TransportRequest
TransportRequest.Empty
Constructor and Description |
---|
StringMessageRequest() |
StringMessageRequest(java.lang.String message) |
Modifier and Type | Method and Description |
---|---|
void |
readFrom(StreamInput in) |
long |
timeout() |
void |
writeTo(StreamOutput out) |
getParentTask, setParentTask
remoteAddress, remoteAddress
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createTask, getDescription, setParentTask
public StringMessageRequest()
public StringMessageRequest(java.lang.String message)
public long timeout()
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