我正在開發簡單的應用程序以幫助我學習Java中的WebSocket和Tyrus概念。這裏是我的服務器端(服務器端點)和我的pom.xml和我的客戶端和pom.xml中: 服務器端 @ServerEndpoint(value="/websocket/{client-id}")
public class MyServerEndpoint {
private static fin
我有它運行在一個灰熊實例新澤西JAX-RS應用: public class Application {
public static final String BASE_URI = "http://127.0.0.1:8080/rest";
public static void main(String[] args) throws IOException {
Res