Examples of use ReactorNettyWebSocketClient

后端 未结 2 1835
礼貌的吻别
礼貌的吻别 2021-01-01 05:00

New Spring has some WebSocketClient example on Spring documentation.

WebSocketClient client = new ReactorNettyWebSocketClient();
client.execute(\"ws://localh         


        
2条回答
  •  时光取名叫无心
    2021-01-01 05:54

    The documentation link above is to the temporary docs from before Spring Framework 5 was released. Currently the reference provides more information about implementing a WebSocketHandler.

提交回复
热议问题