rx-dispatcher:用于测试的异步请求分派器

时间:2024-06-05 06:27:06
【文件属性】:

文件名称:rx-dispatcher:用于测试的异步请求分派器

文件大小:58KB

文件格式:ZIP

更新时间:2024-06-05 06:27:06

Java

接收发送器(WIP) 用于测试http调用的异步请求分派器。 这是的请求处理程序,它将挂起请求,直到您设置响应为止。 RxDispatcher rxDispatcher = new RxDispatcher (); HttpServer< ByteBuf> server = RxNetty . createHttpServer( 8080 , rxDispatcher); server . start(); // do request to http://localhost:8080/hello - it will hang rxDispatcher . match( " /hello " , " world " ); // the server will respond to the request previously made with "hello"


【文件预览】:
rx-dispatcher-master
----gradlew.bat(2KB)
----gradlew(5KB)
----LICENSE(1KB)
----gradle()
--------wrapper()
----src()
--------test()
--------main()
----.gitignore(994B)
----README.md(2KB)
----settings.gradle(36B)
----build.gradle(759B)

网友评论