use of org.asynchttpclient.testserver.HttpServer in project async-http-client by AsyncHttpClient.
the class BasicHttpTest method start.
@BeforeClass
public static void start() throws Throwable {
server = new HttpServer();
server.start();
}
use of org.asynchttpclient.testserver.HttpServer in project async-http-client by AsyncHttpClient.
the class BasicHttpsTest method start.
@BeforeClass
public static void start() throws Throwable {
server = new HttpServer();
server.start();
}
use of org.asynchttpclient.testserver.HttpServer in project async-http-client by AsyncHttpClient.
the class AsyncStreamHandlerTest method start.
@BeforeClass
public static void start() throws Throwable {
server = new HttpServer();
server.start();
}
Aggregations