Home | History | Annotate | Download | only in elonen

Lines Matching refs:testServer

82     protected TestServer testServer;
84 public static class TestServer extends NanoHTTPD {
104 public TestServer() {
183 FileItem file = this.testServer.files.get("upfile").get(0);
194 FileItem file = this.testServer.files.get("upfile").get(0);
205 FileItem file = this.testServer.files.get("upfile").get(0);
226 this.testServer = new TestServer();
227 this.testServer.start();
231 while (!this.testServer.wasStarted()) {
243 this.testServer.stop();