thrift服务端和客户端实现Nifty.zip
Nifty是facebook公司开源的,基于netty的thrift服务端和客户端实现。
然后使用此包就可以快速发布出基于netty的高效的服务端和客户端代码。
示例:
publicvoidstartServer(){
//Createthehandler
MyService.IfaceserviceInterface=newMyServiceHandler();
//Createtheprocessor
TProcessorprocessor=newMyService.Processor(serviceIn
文件列表
thrift服务端和客户端实现Nifty.zip
(预估有个164文件)
pom.xml
11KB
LICENSE-HEADER.txt
560B
NEWS.md
958B
findbugs-exclude-filter.xml
1KB
LICENSE-HEADER.txt
577B
pom.xml
3KB
TestHttpClientConnector.java
2KB
HttpClientConnector.java
4KB
NiftyNoOpClientSecurityFactory.java
2KB
RequestChannel.java
3KB
暂无评论