Search in sources :

Example 1 with GenericHandler

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();
}
Also used : GenericHandler(de.janrufmonitor.service.commons.http.simple.handler.GenericHandler)

Aggregations

GenericHandler (de.janrufmonitor.service.commons.http.simple.handler.GenericHandler)1