Serializable
, Cloneable
, Iterable<HTTPServer>
, Collection<HTTPServer>
, List<HTTPServer>
, RandomAccess
public class HTTPServerList extends Vector<HTTPServer>
modCount
capacityIncrement, elementCount, elementData
Constructor | Description |
---|---|
HTTPServerList() |
|
HTTPServerList(InetAddress[] list,
int port) |
Modifier and Type | Method | Description |
---|---|---|
void |
addRequestListener(HTTPRequestListener listener) |
|
void |
close() |
|
HTTPServer |
getHTTPServer(int n) |
|
int |
open() |
|
boolean |
open(int port) |
|
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 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()