1. 28 1月, 2016 7 次提交
    • R
      Refine web.server package structure · e59b927f
      Rossen Stoyanchev 提交于
      Introduce adapter and handler sub-packages under web.server following a
      review prompted by the addition of the session package and the package
      cycle it brought in based on dependency on session.WebSessionManager.
      e59b927f
    • R
      Server-side session support · 407d11a5
      Rossen Stoyanchev 提交于
      This commit adds initial support for a maintaining a server-side
      session with attributes across HTTP requests. The WebSession
      abstraction can be accessed via WebServerExchange from a WebFilter or
      the target WebHandler.
      
      The session sub-package contains additional abstractions for creating
      and managing sessions providing a basis for extensibility (e.g. Spring
      Session). Those include WebSessionManager, SessionIdStrategy, and
      SessionStore along with a cookie-based session id strategy and an
      in-memory session store in use by default.
      
      Note that the current API does not provide a way to invalidate or
      re-create the session from server side code.
      407d11a5
    • R
      Add setComplete + beforeCommit to ServerHttpResponse · 3744549a
      Rossen Stoyanchev 提交于
      setComplete replaces writeHeaders as a more general lifecycle method
      to perform any kind of handling at the end of request processing, for
      example to ensure headers are written if not already.
      
      beforeCommit provides an extension point for an action to be invoked
      just before the response is committed, e.g. adding headers/cookies.
      3744549a
    • S
      minor sync · 03e6d7da
      Stephane Maldini 提交于
      03e6d7da
    • S
      Sync with RSC move graph to flow · 8a6fa028
      Stephane Maldini 提交于
      8a6fa028
    • S
      Polishing · dc91c81f
      Sebastien Deleuze 提交于
      dc91c81f
    • S
      Finish to cleanup Reactor Buffer usages · 506c4bc2
      Sebastien Deleuze 提交于
      We use it only for Reactor Net support now.
      506c4bc2
  2. 27 1月, 2016 9 次提交
  3. 26 1月, 2016 1 次提交
  4. 25 1月, 2016 1 次提交
  5. 23 1月, 2016 1 次提交
  6. 21 1月, 2016 4 次提交
  7. 20 1月, 2016 6 次提交
  8. 15 1月, 2016 4 次提交
  9. 14 1月, 2016 7 次提交