use of jakarta.websocket.Endpoint in project tomcat by apache.
the class TestWsWebSocketContainerGetOpenSessions method testClientAClientAPojoAPojoB.
@Test
public void testClientAClientAPojoAPojoB() throws Exception {
Endpoint client1 = new ClientEndpointA();
Endpoint client2 = new ClientEndpointA();
doTest(client1, client2, "/pojoA", "/pojoB", 2, 2, 2, 2);
}
Aggregations