public class HTTPServerList extends Vector<HTTPServer>
capacityIncrement, elementCount, elementDatamodCount| Constructor and Description |
|---|
HTTPServerList() |
HTTPServerList(InetAddress[] list,
int port) |
| Modifier and Type | Method and Description |
|---|---|
void |
addRequestListener(HTTPRequestListener listener) |
void |
close() |
HTTPServer |
getHTTPServer(int n) |
int |
open() |
boolean |
open(int port) |
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, trimToSizefinalize, getClass, notify, notifyAll, wait, wait, waitparallelStream, streampublic HTTPServerList()
public HTTPServerList(InetAddress[] list, int port)
public void addRequestListener(HTTPRequestListener listener)
public HTTPServer getHTTPServer(int n)
public void close()
public int open()
public boolean open(int port)
public void start()
public void stop()