码迷,mamicode.com
首页 > Web开发 > 详细

第三章 Netty入门应用

时间:2017-01-16 18:16:26      阅读:194      评论:0      收藏:0      [点我收藏+]

标签:客户   tty   style   第三章   开发   color   end   .net   3.1   

3.1 Netty开发环境的搭建

  3.1.1 下载Netty的软件包

  3.1.2 搭建Netty应用工程

3.2 Netty服务端开发

3.3 Netty客户端开发

3.4 运行和调试

  3.4.1 服务端和客户端的运行

  3.4.2 打包和部署

3.5 总结

-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    3.1 Netty开发环境的搭建

      3.1.1 下载Netty的软件包

     <!-- netty -->
        <dependency>
            <groupId>io.netty</groupId>
            <artifactId>netty-all</artifactId>
            <version>5.0.0.Alpha2</version>
        </dependency>

      3.1.2 搭建Netty应用工程

啦啦啦

第三章 Netty入门应用

标签:客户   tty   style   第三章   开发   color   end   .net   3.1   

原文地址:http://www.cnblogs.com/ClassNotFoundException/p/6290466.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!