Class ClientSessionInjector

  • All Implemented Interfaces:
    io.undertow.server.HttpHandler

    public class ClientSessionInjector
    extends PipelinedHandler
    this handler injects the ClientSession in the request context
    Author:
    Andrea Di Cesare <andrea@softinstigate.com>
    • Method Detail

      • 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
      • getClientSessionFactory

        public ClientSessionFactory getClientSessionFactory()
        Returns:
        the clientSessionFactory
      • setClientSessionFactory

        public void setClientSessionFactory​(ClientSessionFactory clientSessionFactory)
        Parameters:
        clientSessionFactory - the clientSessionFactory to set