Asyncweb 2.0

时间:2017-07-23 04:42:43
【文件属性】:
文件名称:Asyncweb 2.0
文件大小:425KB
文件格式:ZIP
更新时间:2017-07-23 04:42:43
Asyncweb Apache asyncweb,基于Apache mina开发的一个Http引擎库。 以下摘自www.oschina.net的描述: AsyncWeb 是一个高性能,非阻塞(non-blocking ),可嵌入到 Java 应用程序中的HTTP引擎。它始终围绕支持异步请求处理而设计。AsyncWeb还能与Spring框架集成。 --------------------------- 这个库是自己从源代码上编译过来的,一共包括如下JAR包(二进制版本和源码版本): asyncweb-client-2.0.0-SNAPSHOT-sources.jar asyncweb-client-2.0.0-SNAPSHOT.jar asyncweb-common-2.0.0-SNAPSHOT-sources.jar asyncweb-common-2.0.0-SNAPSHOT.jar asyncweb-examples-2.0.0-SNAPSHOT-sources.jar asyncweb-examples-2.0.0-SNAPSHOT.jar asyncweb-fileservice-2.0.0-SNAPSHOT-sources. asyncweb-fileservice-2.0.0-SNAPSHOT.jar asyncweb-server-2.0.0-SNAPSHOT-sources.jar asyncweb-server-2.0.0-SNAPSHOT.jar asyncweb-spring-2.0.0-SNAPSHOT-sources.jar asyncweb-spring-2.0.0-SNAPSHOT.jar 不同于0.9的版本,asyncweb2.0的版本已经可以支持最新的mina2.x。使用非常简单,仅仅需要实现一个HttpService 即可。 public interface HttpService { void handleRequest( HttpServiceContext context ) throws Exception; void start(); void stop(); }
【文件预览】:
asyncweb-common-2.0.0-SNAPSHOT.jar
asyncweb-examples-2.0.0-SNAPSHOT-sources.jar
asyncweb-client-2.0.0-SNAPSHOT.jar
asyncweb-server-2.0.0-SNAPSHOT-sources.jar
asyncweb-fileservice-2.0.0-SNAPSHOT.jar
asyncweb-client-2.0.0-SNAPSHOT-sources.jar
asyncweb-common-2.0.0-SNAPSHOT-sources.jar
asyncweb-examples-2.0.0-SNAPSHOT.jar
asyncweb-spring-2.0.0-SNAPSHOT.jar
asyncweb-server-2.0.0-SNAPSHOT.jar
asyncweb-spring-2.0.0-SNAPSHOT-sources.jar
asyncweb-fileservice-2.0.0-SNAPSHOT-sources.jar

网友评论

  • 可以用。谢谢!