use of org.eclipse.jetty.websocket.common.test.BlockheadServer in project jetty.project by eclipse.
the class ClientConnectTest method startServer.
@Before
public void startServer() throws Exception {
server = new BlockheadServer();
server.start();
}
use of org.eclipse.jetty.websocket.common.test.BlockheadServer in project jetty.project by eclipse.
the class SessionTest method startServer.
@Before
public void startServer() throws Exception {
server = new BlockheadServer();
server.start();
}
use of org.eclipse.jetty.websocket.common.test.BlockheadServer in project jetty.project by eclipse.
the class SlowClientTest method startServer.
@Before
public void startServer() throws Exception {
server = new BlockheadServer();
server.start();
}
use of org.eclipse.jetty.websocket.common.test.BlockheadServer in project jetty.project by eclipse.
the class SlowServerTest method startServer.
@Before
public void startServer() throws Exception {
server = new BlockheadServer();
server.start();
}
use of org.eclipse.jetty.websocket.common.test.BlockheadServer in project jetty.project by eclipse.
the class CookieTest method startServer.
@Before
public void startServer() throws Exception {
server = new BlockheadServer();
server.start();
}
Aggregations