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
Fields in javax.jmdns.impl declared as ServiceInfoImpl Modifier and Type Field Description private ServiceInfoImpl
ServiceInfoImpl.ServiceInfoState. _info
Methods in javax.jmdns.impl that return ServiceInfoImpl Modifier and Type Method Description ServiceInfoImpl
ServiceInfoImpl. clone()
(package private) ServiceInfoImpl
JmDNSImpl. getServiceInfoFromCache(java.lang.String type, java.lang.String name, java.lang.String subtype, boolean persistent)
(package private) ServiceInfoImpl
JmDNSImpl. resolveServiceInfo(java.lang.String type, java.lang.String name, java.lang.String subtype, boolean persistent)
Methods in javax.jmdns.impl with parameters of type ServiceInfoImpl Modifier and Type Method Description protected void
DNSQuestion. addAnswersForServiceInfo(JmDNSImpl jmDNSImpl, java.util.Set<DNSRecord> answers, ServiceInfoImpl info)
private boolean
JmDNSImpl. makeServiceNameUnique(ServiceInfoImpl info)
Generate a possibly unique name for a service using the information we have in the cache.void
DNSTaskStarter.DNSTaskStarterImpl. startServiceInfoResolver(ServiceInfoImpl info)
void
DNSTaskStarter. startServiceInfoResolver(ServiceInfoImpl info)
Start a new service info resolver taskvoid
JmDNSImpl. startServiceInfoResolver(ServiceInfoImpl info)
Constructors in javax.jmdns.impl with parameters of type ServiceInfoImpl Constructor Description ServiceInfoState(ServiceInfoImpl info)
-
Uses of ServiceInfoImpl in javax.jmdns.impl.tasks.resolver
Fields in javax.jmdns.impl.tasks.resolver declared as ServiceInfoImpl Modifier and Type Field Description private ServiceInfoImpl
ServiceInfoResolver. _info
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 DNSOutgoing
Announcer. buildOutgoingForInfo(ServiceInfoImpl info, DNSOutgoing out)
protected DNSOutgoing
Canceler. buildOutgoingForInfo(ServiceInfoImpl info, DNSOutgoing out)
protected abstract DNSOutgoing
DNSStateTask. buildOutgoingForInfo(ServiceInfoImpl info, DNSOutgoing out)
protected DNSOutgoing
Prober. buildOutgoingForInfo(ServiceInfoImpl info, DNSOutgoing out)
protected DNSOutgoing
Renewer. buildOutgoingForInfo(ServiceInfoImpl info, DNSOutgoing out)
-