Package javax.jmdns.impl.tasks
Class Responder
java.lang.Object
java.util.TimerTask
javax.jmdns.impl.tasks.DNSTask
javax.jmdns.impl.tasks.Responder
- All Implemented Interfaces:
Runnable
The Responder sends a single answer for the specified service infos and for the host name.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final InetAddress
The incoming address and port.private final DNSIncoming
private final int
private final boolean
(package private) static org.slf4j.Logger
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javax.jmdns.impl.tasks.DNSTask
addAdditionalAnswer, addAnswer, addAnswer, addAuthoritativeAnswer, addQuestion, getDns
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
-
Field Details
-
logger
static org.slf4j.Logger logger -
_in
-
_addr
The incoming address and port. -
_port
private final int _port -
_unicast
private final boolean _unicast
-
-
Constructor Details
-
Responder
-
-
Method Details