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 TypeMethodDescriptionbooleanDNSStatefulObject.advanceState(DNSTask task) Sets the state and notifies all objects that wait on the ServiceInfo.booleanDNSStatefulObject.DefaultImplementation.advanceState(DNSTask task) Sets the state and notifies all objects that wait on the ServiceInfo.booleanHostInfo.advanceState(DNSTask task) Sets the state and notifies all objects that wait on the ServiceInfo.booleanJmDNSImpl.advanceState(DNSTask task) Sets the state and notifies all objects that wait on the ServiceInfo.booleanServiceInfoImpl.advanceState(DNSTask task) Sets the state and notifies all objects that wait on the ServiceInfo.voidDNSStatefulObject.associateWithTask(DNSTask task, DNSState state) Sets the task associated with this Object.voidDNSStatefulObject.DefaultImplementation.associateWithTask(DNSTask task, DNSState state) Sets the task associated with this Object.voidHostInfo.associateWithTask(DNSTask task, DNSState state) Sets the task associated with this Object.voidJmDNSImpl.associateWithTask(DNSTask task, DNSState state) Sets the task associated with this Object.voidServiceInfoImpl.associateWithTask(DNSTask task, DNSState state) Sets the task associated with this Object.booleanDNSStatefulObject.DefaultImplementation.isAssociatedWithTask(DNSTask task, DNSState state) Checks if this object is associated with the task and in the same state.booleanDNSStatefulObject.isAssociatedWithTask(DNSTask task, DNSState state) Checks if this object is associated with the task and in the same state.booleanHostInfo.isAssociatedWithTask(DNSTask task, DNSState state) Checks if this object is associated with the task and in the same state.booleanJmDNSImpl.isAssociatedWithTask(DNSTask task, DNSState state) Checks if this object is associated with the task and in the same state.booleanServiceInfoImpl.isAssociatedWithTask(DNSTask task, DNSState state) Checks if this object is associated with the task and in the same state.voidDNSStatefulObject.DefaultImplementation.removeAssociationWithTask(DNSTask task) Remove the association of the task with this Object.voidDNSStatefulObject.removeAssociationWithTask(DNSTask task) Remove the association of the task with this Object.voidHostInfo.removeAssociationWithTask(DNSTask task) Remove the association of the task with this Object.voidJmDNSImpl.removeAssociationWithTask(DNSTask task) Remove the association of the task with this Object.voidServiceInfoImpl.removeAssociationWithTask(DNSTask task) Remove the association of the task with this Object.protected voidprotected void -
Uses of DNSTask in javax.jmdns.impl.tasks
Subclasses of DNSTask in javax.jmdns.impl.tasksModifier and TypeClassDescriptionclassPeriodically removes expired entries from the cache.classThe 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 TypeClassDescriptionclassThis is the root class for all resolver tasks.classThe ServiceInfoResolver queries up to three times consecutively for a service info, and then removes itself from the timer.classThe ServiceResolver queries three times consecutively for services of a given type, and then removes itself from the timer.classHelper class to resolve service types. -
Uses of DNSTask in javax.jmdns.impl.tasks.state
Subclasses of DNSTask in javax.jmdns.impl.tasks.stateModifier and TypeClassDescriptionclassThe Announcer sends an accumulated query of all announces, and advances the state of all serviceInfos, for which it has sent an announce.classThe Canceler sends two announces with TTL=0 for the specified services.classThis is the root class for all state tasks.classThe Prober sends three consecutive probes for all service infos that needs probing as well as for the host name.classThe Renewer is there to send renewal announcement when the record expire for ours infos.