JmDNS 3.4.1

Uses of Class
javax.jmdns.impl.ServiceInfoImpl

Packages that use ServiceInfoImpl
javax.jmdns.impl   
javax.jmdns.impl.tasks.resolver   
javax.jmdns.impl.tasks.state   
 

Uses of ServiceInfoImpl in javax.jmdns.impl
 

Methods in javax.jmdns.impl that return ServiceInfoImpl
 ServiceInfoImpl ServiceInfoImpl.clone()
           
 

Methods in javax.jmdns.impl with parameters of type ServiceInfoImpl
protected  void DNSQuestion.addAnswersForServiceInfo(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers, ServiceInfoImpl info)
           
 void JmDNSImpl.startServiceInfoResolver(ServiceInfoImpl info)
           
 void DNSTaskStarter.startServiceInfoResolver(ServiceInfoImpl info)
          Start a new service info resolver task
 void DNSTaskStarter.DNSTaskStarterImpl.startServiceInfoResolver(ServiceInfoImpl info)
           
 

Uses of ServiceInfoImpl in javax.jmdns.impl.tasks.resolver
 

Constructors in javax.jmdns.impl.tasks.resolver with parameters of type ServiceInfoImpl
ServiceInfoResolver(JmDNSImpl jmDNSImpl, ServiceInfoImpl info)
           
 

Uses of ServiceInfoImpl in javax.jmdns.impl.tasks.state
 

Methods in javax.jmdns.impl.tasks.state with parameters of type ServiceInfoImpl
protected  DNSOutgoing Renewer.buildOutgoingForInfo(ServiceInfoImpl info, DNSOutgoing out)
           
protected  DNSOutgoing Prober.buildOutgoingForInfo(ServiceInfoImpl info, DNSOutgoing out)
           
protected abstract  DNSOutgoing DNSStateTask.buildOutgoingForInfo(ServiceInfoImpl info, DNSOutgoing out)
           
protected  DNSOutgoing Canceler.buildOutgoingForInfo(ServiceInfoImpl info, DNSOutgoing out)
           
protected  DNSOutgoing Announcer.buildOutgoingForInfo(ServiceInfoImpl info, DNSOutgoing out)
           
 


Last updated 2011-08-25 12:40

Copyright © 2002-2011 JmDNS. All Rights Reserved.