public abstract class AcknowledgedResponse extends ActionResponse
TransportResponse.Empty
Modifier | Constructor and Description |
---|---|
protected |
AcknowledgedResponse() |
protected |
AcknowledgedResponse(boolean acknowledged) |
Modifier and Type | Method and Description |
---|---|
boolean |
isAcknowledged()
Returns whether the response is acknowledged or not
|
protected void |
readAcknowledged(StreamInput in)
Reads the timeout value
|
protected void |
writeAcknowledged(StreamOutput out)
Writes the timeout value
|
readFrom, writeTo
remoteAddress, remoteAddress
protected AcknowledgedResponse()
protected AcknowledgedResponse(boolean acknowledged)
public final boolean isAcknowledged()
protected void readAcknowledged(StreamInput in) throws java.io.IOException
java.io.IOException
protected void writeAcknowledged(StreamOutput out) throws java.io.IOException
java.io.IOException