Uses of Class
javax.jmdns.impl.tasks.DNSTask
Packages that use DNSTask
Package
Description
-
Uses of DNSTask in javax.jmdns.impl
Fields in javax.jmdns.impl declared as DNSTaskMethods in javax.jmdns.impl with parameters of type DNSTaskModifier and TypeMethodDescriptionboolean
DNSStatefulObject.advanceState
(DNSTask task) Sets the state and notifies all objects that wait on the ServiceInfo.boolean
DNSStatefulObject.DefaultImplementation.advanceState
(DNSTask task) Sets the state and notifies all objects that wait on the ServiceInfo.boolean
HostInfo.advanceState
(DNSTask task) Sets the state and notifies all objects that wait on the ServiceInfo.boolean
JmDNSImpl.advanceState
(DNSTask task) Sets the state and notifies all objects that wait on the ServiceInfo.boolean
ServiceInfoImpl.advanceState
(DNSTask task) Sets the state and notifies all objects that wait on the ServiceInfo.void
DNSStatefulObject.associateWithTask
(DNSTask task, DNSState state) Sets the task associated with this Object.void
DNSStatefulObject.DefaultImplementation.associateWithTask
(DNSTask task, DNSState state) Sets the task associated with this Object.void
HostInfo.associateWithTask
(DNSTask task, DNSState state) Sets the task associated with this Object.void
JmDNSImpl.associateWithTask
(DNSTask task, DNSState state) Sets the task associated with this Object.void
ServiceInfoImpl.associateWithTask
(DNSTask task, DNSState state) Sets the task associated with this Object.boolean
DNSStatefulObject.DefaultImplementation.isAssociatedWithTask
(DNSTask task, DNSState state) Checks if this object is associated with the task and in the same state.boolean
DNSStatefulObject.isAssociatedWithTask
(DNSTask task, DNSState state) Checks if this object is associated with the task and in the same state.boolean
HostInfo.isAssociatedWithTask
(DNSTask task, DNSState state) Checks if this object is associated with the task and in the same state.boolean
JmDNSImpl.isAssociatedWithTask
(DNSTask task, DNSState state) Checks if this object is associated with the task and in the same state.boolean
ServiceInfoImpl.isAssociatedWithTask
(DNSTask task, DNSState state) Checks if this object is associated with the task and in the same state.void
DNSStatefulObject.DefaultImplementation.removeAssociationWithTask
(DNSTask task) Remove the association of the task with this Object.void
DNSStatefulObject.removeAssociationWithTask
(DNSTask task) Remove the association of the task with this Object.void
HostInfo.removeAssociationWithTask
(DNSTask task) Remove the association of the task with this Object.void
JmDNSImpl.removeAssociationWithTask
(DNSTask task) Remove the association of the task with this Object.void
ServiceInfoImpl.removeAssociationWithTask
(DNSTask task) Remove the association of the task with this Object.protected void
protected void
-
Uses of DNSTask in javax.jmdns.impl.tasks
Subclasses of DNSTask in javax.jmdns.impl.tasksModifier and TypeClassDescriptionclass
Periodically removes expired entries from the cache.class
The Responder sends a single answer for the specified service infos and for the host name. -
Uses of DNSTask in javax.jmdns.impl.tasks.resolver
Subclasses of DNSTask in javax.jmdns.impl.tasks.resolverModifier and TypeClassDescriptionclass
This is the root class for all resolver tasks.class
The ServiceInfoResolver queries up to three times consecutively for a service info, and then removes itself from the timer.class
The ServiceResolver queries three times consecutively for services of a given type, and then removes itself from the timer.class
Helper class to resolve service types. -
Uses of DNSTask in javax.jmdns.impl.tasks.state
Subclasses of DNSTask in javax.jmdns.impl.tasks.stateModifier and TypeClassDescriptionclass
The Announcer sends an accumulated query of all announces, and advances the state of all serviceInfos, for which it has sent an announce.class
The Canceler sends two announces with TTL=0 for the specified services.class
This is the root class for all state tasks.class
The Prober sends three consecutive probes for all service infos that needs probing as well as for the host name.class
The Renewer is there to send renewal announcement when the record expire for ours infos.