Class PortalAsyncContextDelegateProvider

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

    public class PortalAsyncContextDelegateProvider
    extends java.lang.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$ $Date$
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.glassfish.jersey.servlet.spi.AsyncContextDelegate createDelegate​(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PortalAsyncContextDelegateProvider

        public PortalAsyncContextDelegateProvider()
    • Method Detail

      • createDelegate

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