websocket ip
时间: 2023-08-25 11:08:18 浏览: 167
WebSocket的IP地址可以通过以下方式获取和传递:
在WebSocketConfigurator类中,通过modifyHandshake方法将客户端的IP地址传递给WebSocket的session。这个类是一个配置类,继承自ServerEndpointConfig.Configurator,并重写了modifyHandshake方法。在这个方法中,通过获取HttpSession对象,将客户端的IP地址存储在WebSocket的attributes中,使用了一个常量IP_ADDR作为key来存储IP地址。同时,还将HttpSession中的其他属性也存储在attributes中。\[1\]
在WebSocketConfig类中,使用了Spring Boot的WebSocket依赖,并配置了一个ServerEndpointExporter的Bean。这个Bean用于将WebSocket的端点暴露给Spring Boot应用程序。\[2\]
在WebFilter类中,定义了一个拦截器,用于获取客户端的IP地址,并将其存储在HttpSession中的"ip"属性中。这个拦截器通过@WebFilter注解进行配置,将其应用于所有的URL。\[3\]
综上所述,通过WebSocketConfigurator类、WebSocketConfig类和WebFilter类的配置,可以获取和传递WebSocket的IP地址。
#### 引用[.reference_title]
- *1* *2* *3* [SpringBoot整合WebSocket(获取客户端真实ip)](https://blog.csdn.net/qq_37855749/article/details/118334271)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v91^koosearch_v1,239^v3^insert_chatgpt"}} ] [.reference_item]
[ .reference_list ]
阅读全文