public Server() { Log.log("============= Service Start ============="); server = new MyHttpServer(RequestHandler); }