public class HTTPServerList extends Vector<HTTPServer>
capacityIncrement, elementCount, elementData
modCount
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, trimToSize
finalize, getClass, notify, notifyAll, wait, wait, wait
parallelStream, stream
public 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()