Commit 6a21dd60 authored by 冯景珉's avatar 冯景珉

Updates 框架功能描述/websocket.md

Auto commit by GitBook Editor
parent 7f90f17e
...@@ -7,6 +7,9 @@ ...@@ -7,6 +7,9 @@
* spring配置文件:resources/spring/applicationContext-websocket.xml * spring配置文件:resources/spring/applicationContext-websocket.xml
#### 配置websocket的拦截器与连接Handler #### 配置websocket的拦截器与连接Handler
```
<bean id="websocket" class="com.hand.hap.message.websocket.DefaultWebSocketHandler"/> <bean id="websocket" class="com.hand.hap.message.websocket.DefaultWebSocketHandler"/>
<bean class="com.hand.hap.message.websocket.WebSocketSessionManager"/> <bean class="com.hand.hap.message.websocket.WebSocketSessionManager"/>
...@@ -21,3 +24,10 @@ ...@@ -21,3 +24,10 @@
```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment