Class PortalAsyncContextDelegateProvider

  • All Implemented Interfaces:
    org.glassfish.jersey.servlet.spi.AsyncContextDelegateProvider

    public class PortalAsyncContextDelegateProvider
    extends Object
    implements org.glassfish.jersey.servlet.spi.AsyncContextDelegateProvider
    Portal custom AsyncContextDelegateProvider implementation, for allowing Jersey to run in both 3.0 and 2.5 Servlet Containers (2.5 without Async support).
    Since:
    8.0.0
    Version:
    $Revision: 17047 $ $Date: 2015-03-03 11:22:22 -0300 (Tue, 03 Mar 2015) $
    • Constructor Detail

      • PortalAsyncContextDelegateProvider

        public PortalAsyncContextDelegateProvider()
    • Method Detail

      • createDelegate

        public org.glassfish.jersey.servlet.spi.AsyncContextDelegate createDelegate​(HttpServletRequest request,
                                                                                    HttpServletResponse response)
        Specified by:
        createDelegate in interface org.glassfish.jersey.servlet.spi.AsyncContextDelegateProvider