Uses of Class
javax.jmdns.impl.ServiceInfoImpl
-
Packages that use ServiceInfoImpl Package Description 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 Modifier and Type Method Description ServiceInfoImplServiceInfoImpl. clone()Methods in javax.jmdns.impl with parameters of type ServiceInfoImpl Modifier and Type Method Description protected voidDNSQuestion. addAnswersForServiceInfo(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers, ServiceInfoImpl info)voidDNSTaskStarter.DNSTaskStarterImpl. startServiceInfoResolver(ServiceInfoImpl info)voidDNSTaskStarter. startServiceInfoResolver(ServiceInfoImpl info)Start a new service info resolver taskvoidJmDNSImpl. startServiceInfoResolver(ServiceInfoImpl info) -
Uses of ServiceInfoImpl in javax.jmdns.impl.tasks.resolver
Constructors in javax.jmdns.impl.tasks.resolver with parameters of type ServiceInfoImpl Constructor Description 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 Modifier and Type Method Description protected DNSOutgoingAnnouncer. buildOutgoingForInfo(ServiceInfoImpl info, DNSOutgoing out)protected DNSOutgoingCanceler. buildOutgoingForInfo(ServiceInfoImpl info, DNSOutgoing out)protected abstract DNSOutgoingDNSStateTask. buildOutgoingForInfo(ServiceInfoImpl info, DNSOutgoing out)protected DNSOutgoingProber. buildOutgoingForInfo(ServiceInfoImpl info, DNSOutgoing out)protected DNSOutgoingRenewer. buildOutgoingForInfo(ServiceInfoImpl info, DNSOutgoing out)
-