private static class NioTcpClient.Transaction
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.nio.channels.SocketChannel |
channel |
private long |
endTime |
private java.util.concurrent.CompletableFuture<byte[]> |
f |
private Message |
query |
private byte[] |
queryData |
private boolean |
sendDone |
Modifier | Constructor and Description |
---|---|
private |
Transaction() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
send() |
private final Message query
private final byte[] queryData
private final long endTime
private final java.nio.channels.SocketChannel channel
private final java.util.concurrent.CompletableFuture<byte[]> f
private boolean sendDone