Serializable, Cloneable, Iterable<SSDPNotifySocket>, Collection<SSDPNotifySocket>, List<SSDPNotifySocket>, RandomAccesspublic class SSDPNotifySocketList extends Vector<SSDPNotifySocket>
modCountcapacityIncrement, elementCount, elementData| Constructor | Description |
|---|---|
SSDPNotifySocketList() |
|
SSDPNotifySocketList(InetAddress[] binds) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
close() |
|
SSDPNotifySocket |
getSSDPNotifySocket(int n) |
|
boolean |
open() |
|
void |
setControlPoint(ControlPoint ctrlPoint) |
|
void |
start() |
|
void |
stop() |
parallelStream, streamfinalize, getClass, notify, notifyAll, wait, wait, waitadd, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, forEach, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, iterator, lastElement, lastIndexOf, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeIf, removeRange, replaceAll, retainAll, set, setElementAt, setSize, size, sort, spliterator, subList, toArray, toArray, toString, trimToSizepublic SSDPNotifySocketList()
public SSDPNotifySocketList(InetAddress[] binds)
binds - The host to bind the service null means to bind to default.public SSDPNotifySocket getSSDPNotifySocket(int n)
public void setControlPoint(ControlPoint ctrlPoint)
public boolean open()
public void close()
public void start()
public void stop()