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