8586878889909192
} try { this.server = GrizzlyHttpServerFactory.createHttpServer(uri, appHandler); } catch (ProcessingException e) { throw new TestContainerException(e); } }
9091929394959697
} try { this.server = SimpleContainerFactory.create(uri, appHandler); } catch (ProcessingException e) { throw new TestContainerException(e); } }
} try { this.server = JdkHttpServerFactory.createHttpServer(uri, appHandler); } catch (ProcessingException e) { throw new TestContainerException(e); } }