@Override protected void doStart() throws Exception { AvroConfiguration configuration = getEndpoint().getConfiguration(); server = new HttpServer(new AvroResponder(this), configuration.getPort()); server.start(); }