package lowlevel; public class Main { public static void main(String[] args) throws Exception { new PlaintextAndJsonServer().listen(8080); } }