Search in sources :

Example 1 with BlockheadServer

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();
}
Also used : BlockheadServer(org.eclipse.jetty.websocket.common.test.BlockheadServer) Before(org.junit.Before)

Example 2 with BlockheadServer

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();
}
Also used : BlockheadServer(org.eclipse.jetty.websocket.common.test.BlockheadServer) Before(org.junit.Before)

Example 3 with BlockheadServer

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();
}
Also used : BlockheadServer(org.eclipse.jetty.websocket.common.test.BlockheadServer) Before(org.junit.Before)

Example 4 with BlockheadServer

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();
}
Also used : BlockheadServer(org.eclipse.jetty.websocket.common.test.BlockheadServer) Before(org.junit.Before)

Example 5 with BlockheadServer

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();
}
Also used : BlockheadServer(org.eclipse.jetty.websocket.common.test.BlockheadServer) Before(org.junit.Before)

Aggregations

BlockheadServer (org.eclipse.jetty.websocket.common.test.BlockheadServer)12 Before (org.junit.Before)11 URI (java.net.URI)1 ByteBuffer (java.nio.ByteBuffer)1 IBlockheadServerConnection (org.eclipse.jetty.websocket.common.test.IBlockheadServerConnection)1 Test (org.junit.Test)1