Spring-websocket

 



http://host:port/myApp/myEndpoint/{server-id}/{session-id}/{transport}
  • {server-id} - useful for routing requests in a cluster but not used otherwise.

  • {session-id} - correlates HTTP requests belonging to a SockJS session.

  • {transport} - indicates the transport type, e.g. "websocket", "xhr-streaming", etc.

相关文章:

  • 2021-08-30
  • 2021-10-08
  • 2021-10-18
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-04-06
  • 2021-12-04
  • 2022-12-23
  • 2021-12-12
  • 2021-06-30
  • 2021-10-31
  • 2021-07-31
相关资源
相似解决方案