public class SSDPSearchSocketList extends java.util.Vector<SSDPSearchSocket>
| コンストラクタ | 説明 |
|---|---|
SSDPSearchSocketList() |
|
SSDPSearchSocketList(java.net.InetAddress[] binds) |
|
SSDPSearchSocketList(java.net.InetAddress[] binds,
int port,
java.lang.String multicastIPv4,
java.lang.String multicastIPv6) |
| 修飾子とタイプ | メソッド | 説明 |
|---|---|---|
void |
addSearchListener(SearchListener listener) |
|
void |
close() |
|
SSDPSearchSocket |
getSSDPSearchSocket(int n) |
|
boolean |
open() |
|
void |
start() |
|
void |
stop() |
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, trimToSizepublic SSDPSearchSocketList()
public SSDPSearchSocketList(java.net.InetAddress[] binds)
binds - The IP address that we will used for bindind the servicepublic SSDPSearchSocketList(java.net.InetAddress[] binds,
int port,
java.lang.String multicastIPv4,
java.lang.String multicastIPv6)
binds - The IP address that we will used for bindind the serviceport - The port that we will used for bindind the servicemulticastIPv4 - The IPv4 address that we will used for multicast comunicationmulticastIPv6 - The IPv6 address that we will used for multicast comunicationpublic SSDPSearchSocket getSSDPSearchSocket(int n)
public void addSearchListener(SearchListener listener)
public boolean open()
public void close()
public void start()
public void stop()