Class SocketListener

java.lang.Object
java.lang.Thread
javax.jmdns.impl.SocketListener
All Implemented Interfaces:
Runnable

class SocketListener extends Thread
Listen for multicast packets.
  • Field Details

    • logger

      static org.slf4j.Logger logger
    • _jmDNSImpl

      private final JmDNSImpl _jmDNSImpl
  • Constructor Details

    • SocketListener

      SocketListener(JmDNSImpl jmDNSImpl)
      Parameters:
      jmDNSImpl -
  • Method Details

    • sleepThread

      private void sleepThread()
    • run

      public void run()
      Specified by:
      run in interface Runnable
      Overrides:
      run in class Thread
    • getDns

      public JmDNSImpl getDns()