Class PostSessionHandler

java.lang.Object
org.restheart.handlers.PipelinedHandler
org.restheart.mongodb.handlers.sessions.PostSessionHandler
All Implemented Interfaces:
io.undertow.server.HttpHandler

public class PostSessionHandler extends PipelinedHandler
creates a session with a started transaction
Author:
Andrea Di Cesare <andrea@softinstigate.com>
  • Constructor Details

    • PostSessionHandler

      public PostSessionHandler()
      Creates a new instance of PostTxnsHandler
    • PostSessionHandler

      public PostSessionHandler(PipelinedHandler next)
      Parameters:
      next -
  • Method Details

    • handleRequest

      public void handleRequest(io.undertow.server.HttpServerExchange exchange) throws Exception
      Specified by:
      handleRequest in interface io.undertow.server.HttpHandler
      Specified by:
      handleRequest in class PipelinedHandler
      Parameters:
      exchange -
      Throws:
      Exception