Class SSDPNotifySocketList

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

public class SSDPNotifySocketList extends Vector<SSDPNotifySocket>
See Also:
  • Constructor Details

    • SSDPNotifySocketList

      public SSDPNotifySocketList()
    • SSDPNotifySocketList

      public SSDPNotifySocketList(InetAddress[] binds)
      Parameters:
      binds - The host to bind the service null means to bind to default.
      Since:
      1.8
  • Method Details

    • getSSDPNotifySocket

      public SSDPNotifySocket getSSDPNotifySocket(int n)
    • setControlPoint

      public void setControlPoint(ControlPoint ctrlPoint)
    • open

      public boolean open()
    • close

      public void close()
    • start

      public void start()
    • stop

      public void stop()