Package org.xbill.DNS
Class NioUdpClient.Transaction
java.lang.Object
org.xbill.DNS.NioUdpClient.Transaction
- All Implemented Interfaces:
NioClient.KeyProcessor
- Enclosing class:
NioUdpClient
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final DatagramChannelprivate final byte[]private final longprivate final CompletableFuture<byte[]> private final intprivate final int -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
private final int id -
data
private final byte[] data -
max
private final int max -
endTime
private final long endTime -
channel
-
f
-
-
Constructor Details
-
Transaction
private Transaction()
-
-
Method Details
-
send
- Throws:
IOException
-
processReadyKey
- Specified by:
processReadyKeyin interfaceNioClient.KeyProcessor
-
completeExceptionally
-
silentDisconnectAndCloseChannel
private void silentDisconnectAndCloseChannel()
-