private static class AsyncReceiver.QueueEntry extends Object
| Modifier and Type | Field and Description |
|---|---|
private ResultData[] |
_results |
private ClientReceiverInterface |
_syncReceiver |
| Constructor and Description |
|---|
AsyncReceiver.QueueEntry(ClientReceiverInterface syncReceiver,
ResultData[] results) |
| Modifier and Type | Method and Description |
|---|---|
ResultData[] |
getResults() |
ClientReceiverInterface |
getSyncReceiver() |
private final ClientReceiverInterface _syncReceiver
private final ResultData[] _results
public AsyncReceiver.QueueEntry(ClientReceiverInterface syncReceiver, ResultData[] results)
public ClientReceiverInterface getSyncReceiver()
public ResultData[] getResults()