Serializable
, Cloneable
, Iterable<SSDPSearchResponseSocket>
, Collection<SSDPSearchResponseSocket>
, List<SSDPSearchResponseSocket>
, RandomAccess
public class SSDPSearchResponseSocketList extends Vector<SSDPSearchResponseSocket>
modCount
capacityIncrement, elementCount, elementData
Constructor | Description |
---|---|
SSDPSearchResponseSocketList() |
|
SSDPSearchResponseSocketList(InetAddress[] binds) |
Modifier and Type | Method | Description |
---|---|---|
void |
close() |
|
SSDPSearchResponseSocket |
getSSDPSearchResponseSocket(int n) |
|
boolean |
open() |
|
boolean |
open(int port) |
|
boolean |
post(SSDPSearchRequest req) |
|
void |
setControlPoint(ControlPoint ctrlPoint) |
|
void |
start() |
|
void |
stop() |
parallelStream, stream
finalize, getClass, notify, notifyAll, wait, wait, wait
add, 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, trimToSize
public SSDPSearchResponseSocketList()
public SSDPSearchResponseSocketList(InetAddress[] binds)
binds
- The host to bind.Use null for the default behaviorpublic void setControlPoint(ControlPoint ctrlPoint)
public SSDPSearchResponseSocket getSSDPSearchResponseSocket(int n)
public boolean open(int port)
public boolean open()
public void close()
public void start()
public void stop()
public boolean post(SSDPSearchRequest req)