This commit is contained in:
@@ -71,9 +71,4 @@ public class ChatWebSocketServlet extends WebSocketServlet {
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public String name() {
|
|
||||||
return "chat";
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -27,11 +27,6 @@ public class VideoWebSocketServlet extends WebSocketServlet {
|
|||||||
|
|
||||||
private final Map<Serializable, String> users = new HashMap<>();
|
private final Map<Serializable, String> users = new HashMap<>();
|
||||||
|
|
||||||
@Override
|
|
||||||
public String name() {
|
|
||||||
return "listen";
|
|
||||||
}
|
|
||||||
|
|
||||||
private static final class Entry {
|
private static final class Entry {
|
||||||
|
|
||||||
public WebSocket socket;
|
public WebSocket socket;
|
||||||
|
|||||||
Reference in New Issue
Block a user