【五子棋项目】websocket的session和http的session是两种不同的session【但是可以转换】也就是把http的session添加到websocket中

webSocketHandlerRegistry.addHandler(gameAPI, "/game")
       .addInterceptors(new HttpSessionHandshakeInterceptor());

你可能感兴趣的:(项目,websocket,http,网络协议)