netty-client

时间:2021-05-16 04:10:53
【文件属性】:
文件名称:netty-client
文件大小:67KB
文件格式:ZIP
更新时间:2021-05-16 04:10:53
Java netty-client netty-client是在netty的基础上为了简化netty客户端开发而的一套工具,使用netty-client可以很容易的开发出一个netty的客户端程序。 该项目适合于编写netty服务端的测试代码,发送测试包到指定服务端然后得到响应信息或像http协议一样的实时响应的程序。 下面以请求http服务器为例,了解如何使用netty-client开发一个netty客户端程序. import io.netty.handler.codec.http.DefaultFullHttpRequest; import io.netty.handler.codec.http.HttpMethod; import io.netty.handler.codec.http.HttpRequest; import io.netty.handler.codec.http.HttpRe
【文件预览】:
netty-client-master
----src()
--------test()
--------main()
----doc()
--------constant-values.html(3KB)
--------index.html(3KB)
--------overview-tree.html(4KB)
--------allclasses-noframe.html(905B)
--------index-files()
--------deprecated-list.html(3KB)
--------com()
--------help-doc.html(7KB)
--------package-list(7B)
--------allclasses-frame.html(985B)
--------script.js(827B)
--------stylesheet.css(13KB)
----README.md(1KB)
----pom.xml(1KB)
----.gitignore(372B)

网友评论