Package org.xbill.DNS
Interface ResolverListener
- All Superinterfaces:
EventListener
Deprecated.
An interface to the asynchronous resolver.
- Author:
- Brian Wellington
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandleException(Object id, Exception e) Deprecated.The callback used by an asynchronous resolver when an exception is thrownvoidreceiveMessage(Object id, Message m) Deprecated.The callback used by an asynchronous resolver
-
Method Details
-
receiveMessage
Deprecated.The callback used by an asynchronous resolver- Parameters:
id- The identifier returned by Resolver.sendAsync()m- The response message as returned by the Resolver
-
handleException
Deprecated.The callback used by an asynchronous resolver when an exception is thrown- Parameters:
id- The identifier returned by Resolver.sendAsync()e- The thrown exception
-
Resolver.sendAsync(Message)