Class SSDPSearchSocketList

All Implemented Interfaces:
Serializable, Cloneable, Iterable<SSDPSearchSocket>, Collection<SSDPSearchSocket>, List<SSDPSearchSocket>, RandomAccess

public class SSDPSearchSocketList extends Vector<SSDPSearchSocket>
See Also:
  • Constructor Details

    • SSDPSearchSocketList

      public SSDPSearchSocketList()
    • SSDPSearchSocketList

      public SSDPSearchSocketList(InetAddress[] binds)
      Parameters:
      binds - The IP address that we will used for bindind the service
    • SSDPSearchSocketList

      public SSDPSearchSocketList(InetAddress[] binds, int port, String multicastIPv4, String multicastIPv6)
      Parameters:
      binds - The IP address that we will used for bindind the service
      port - The port that we will used for bindind the service
      multicastIPv4 - The IPv4 address that we will used for multicast comunication
      multicastIPv6 - The IPv6 address that we will used for multicast comunication
      Since:
      1.8
  • Method Details

    • getSSDPSearchSocket

      public SSDPSearchSocket getSSDPSearchSocket(int n)
    • addSearchListener

      public void addSearchListener(SearchListener listener)
    • open

      public boolean open()
    • close

      public void close()
    • start

      public void start()
    • stop

      public void stop()