bitcoinj/examples
Sean Gilligan 94ad7dd344 PeerMonitor: use CompletableFuture for lookupReverseDNS() and getAddr()
* Create threadpool for reverseDns (rather than use new Thread() repeatedly)
* For getAddr() run completion handler on callback thread (and eliminate new Thread())
* Add getHostName() method that handles case where peerAddress.getAddr() is null
2022-08-23 01:09:17 +02:00
..
src/main PeerMonitor: use CompletableFuture for lookupReverseDNS() and getAddr() 2022-08-23 01:09:17 +02:00
build.gradle build.gradle: add detailed deprecation warnings to all modules 2022-04-19 10:07:55 +02:00