• R
    Add RxNetty support · c682895d
    Rossen Stoyanchev 提交于
    This commit adds RxNetty integration that includes RxNetty-based
    implementations of ServerHttpRequest and ServerHttpResponse as well as
    an adapter from the RxNetty RequestHandler to the HttpHandler contracts.
    
    Only byte[] is supported at the moment for reading and writing with a
    corresponding copy to and from Netty ByteBuf.
    c682895d
RequestHandlerAdapter.java 1.8 KB