public static class AbstractSimpleTransportTestCase.StringMessageRequest
extends org.elasticsearch.transport.TransportRequest
Constructor and Description |
---|
StringMessageRequest() |
StringMessageRequest(java.lang.String message) |
Modifier and Type | Method and Description |
---|---|
void |
readFrom(org.elasticsearch.common.io.stream.StreamInput in) |
long |
timeout() |
void |
writeTo(org.elasticsearch.common.io.stream.StreamOutput out) |
createTask, getDescription, getParentTask, setParentTask, setParentTask
public StringMessageRequest()
public StringMessageRequest(java.lang.String message)
public long timeout()
public void readFrom(org.elasticsearch.common.io.stream.StreamInput in) throws java.io.IOException
readFrom
in interface org.elasticsearch.common.io.stream.Streamable
readFrom
in class org.elasticsearch.transport.TransportRequest
java.io.IOException
public void writeTo(org.elasticsearch.common.io.stream.StreamOutput out) throws java.io.IOException
writeTo
in interface org.elasticsearch.common.io.stream.Streamable
writeTo
in class org.elasticsearch.transport.TransportRequest
java.io.IOException