文件名称:贪食蛇java源码-websocket_example:websocket_example
文件大小:1.77MB
文件格式:ZIP
更新时间:2024-06-26 20:09:12
系统开源
贪食蛇java源码 websocket演示 包括若干个例子(例子多来自网络,以及apache,j2ee官方) 部署 环境:tomcat7+maven3+jdk7 建议在apache-tomcat-7.0.72; 个人测试apache-tomcat-7.0.54版本部分功能不正常 访问 ##功能列表 1. 2. 3. 4. 5. 6 7 [在线聊天](#在线聊天) 8 9 10 (XML)编码解密处理(codec) 建议在apache-tomcat-7.0.72; 个人测试apache-tomcat-7.0.54版本不正常 Echo协议 位置 Path Server com.sample.websocket.endpoint.EchoEndpoint Client single_message.html endpoint /echo 来自Tomcat官方demo 位置 Path Server websocket.echo.EchoAnnotation(Annotation) Server websocket.echo.EchoEndpoint(编程式声明) Client single_m