use of de.janrufmonitor.service.commons.http.simple.handler.GenericHandler in project janrufmonitor by tbrandt77.
the class SimplePortListener method main.
public static void main(String[] args) {
SimplePortListener spl = new SimplePortListener(new GenericHandler(), 80);
spl.start();
}
Aggregations