listener.setHttpServer(this);
if (!listener.isStarted())
try{listener.start();}catch(Exception e){mex.add(e);}
}
mex.ifExceptionThrowMulti();
}
/* ------------------------------------------------------------ */
/** Stop all listeners then all contexts.
* Equivalent to stop(false);