Uses of Class
javax.jmdns.impl.ServiceInfoImpl
Packages that use ServiceInfoImpl
-
Uses of ServiceInfoImpl in javax.jmdns.impl
Fields in javax.jmdns.impl declared as ServiceInfoImplModifier and TypeFieldDescriptionprivate final ServiceInfoImplServiceInfoImpl.ServiceInfoState._infoMethods in javax.jmdns.impl that return ServiceInfoImplModifier and TypeMethodDescriptionServiceInfoImpl.clone()(package private) ServiceInfoImplJmDNSImpl.getServiceInfoFromCache(String type, String name, String subtype, boolean persistent) (package private) ServiceInfoImplJmDNSImpl.resolveServiceInfo(String type, String name, String subtype, boolean persistent) Methods in javax.jmdns.impl with parameters of type ServiceInfoImplModifier and TypeMethodDescriptionprotected voidDNSQuestion.addAnswersForServiceInfo(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers, ServiceInfoImpl info) private booleanJmDNSImpl.makeServiceNameUnique(ServiceInfoImpl info) Generate a possibly unique name for a service using the information we have in the cache.voidDNSTaskStarter.DNSTaskStarterImpl.startServiceInfoResolver(ServiceInfoImpl info) voidDNSTaskStarter.startServiceInfoResolver(ServiceInfoImpl info) Start a new service info resolver taskvoidJmDNSImpl.startServiceInfoResolver(ServiceInfoImpl info) Constructors in javax.jmdns.impl with parameters of type ServiceInfoImpl -
Uses of ServiceInfoImpl in javax.jmdns.impl.tasks.resolver
Fields in javax.jmdns.impl.tasks.resolver declared as ServiceInfoImplConstructors in javax.jmdns.impl.tasks.resolver with parameters of type ServiceInfoImpl -
Uses of ServiceInfoImpl in javax.jmdns.impl.tasks.state
Methods in javax.jmdns.impl.tasks.state with parameters of type ServiceInfoImplModifier and TypeMethodDescriptionprotected 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)