1. 25 8月, 2015 1 次提交
  2. 18 8月, 2015 3 次提交
  3. 12 8月, 2015 2 次提交
    • 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
    • R
      Add ServerHttpRequest & ServerHttpResponse · 2cb32a0f
      Rossen Stoyanchev 提交于
      This commit introduces HTTP request and response abstractions along
      with Servlet-based implementations similar to the ones in the http
      package of spring-web but using Reactive Streams.
      
      In turn HttpHandler now accepts the request and response types and
      returns Publisher<Void> that reflects the end of handling.
      
      The write method on the response also returns Publisher<Void> allowing
      deferred writing. At the moment however the underlying Servlet 3.1
      support only supports a single publisher after which the connection
      is closed.
      
      Only simple byte[] is supported for reading and writing.
      2cb32a0f
  4. 11 8月, 2015 1 次提交
  5. 08 8月, 2015 3 次提交
    • R
      Tests pass · e770b7de
      Rossen Stoyanchev 提交于
      For Tomcat, failures occur if HttpHandlerServlet buffer size is
      significantly less than the Tomcat input buffer size.
      
      Also on command line Jetty tests fail with port unavailable unless
      the server from the Tomcat tests is also destroyed.
      e770b7de
    • R
      Add gradle wrapper · 17b3db29
      Rossen Stoyanchev 提交于
      17b3db29
    • R
      Update versions · c464cddf
      Rossen Stoyanchev 提交于
      c464cddf
  6. 29 7月, 2015 1 次提交
  7. 09 7月, 2015 1 次提交
  8. 07 7月, 2015 1 次提交
  9. 01 7月, 2015 1 次提交
  10. 30 6月, 2015 1 次提交
  11. 05 6月, 2015 1 次提交