public class Queable
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.util.Queue<Response<?>> |
pipelinedResponses |
| Constructor and Description |
|---|
Queable() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
clean() |
protected Response<?> |
generateResponse(java.lang.Object data) |
protected int |
getPipelinedResponseLength() |
protected <T> Response<T> |
getResponse(Builder<T> builder) |
protected boolean |
hasPipelinedResponse() |
private java.util.Queue<Response<?>> pipelinedResponses
protected void clean()
protected Response<?> generateResponse(java.lang.Object data)
protected boolean hasPipelinedResponse()
protected int getPipelinedResponseLength()