Class CustomBlockingIOCometSupport

  • All Implemented Interfaces:
    org.atmosphere.cpr.AsyncSupport<org.atmosphere.cpr.AtmosphereResourceImpl>

    public class CustomBlockingIOCometSupport
    extends org.atmosphere.container.BlockingIOCometSupport
    Custom implementation of BlockingIOCometSupport.
    Since:
    9.0.0
    Version:
    $Revision: 19136 $ $Date: 2016-06-02 18:14:45 -0300 (Thu, 02 Jun 2016) $
    • Field Summary

      • Fields inherited from class org.atmosphere.container.BlockingIOCometSupport

        LATCH
      • Fields inherited from class org.atmosphere.cpr.AsynchronousProcessor

        cancelledAction, config, timedoutAction
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.atmosphere.cpr.Action suspended​(org.atmosphere.cpr.AtmosphereRequest request, org.atmosphere.cpr.AtmosphereResponse response)  
      • Methods inherited from class org.atmosphere.container.BlockingIOCometSupport

        action, cancelled, complete, service, suspend
      • Methods inherited from class org.atmosphere.cpr.AsynchronousProcessor

        allowSessionTimeoutRemoval, completeLifecycle, endRequest, getContainerName, init, invokeAtmosphereHandler, invokeInterceptors, map, postInterceptors, resumed, shutdown, supportSession, supportWebSocket, timedout
    • Constructor Detail

      • CustomBlockingIOCometSupport

        public CustomBlockingIOCometSupport​(org.atmosphere.cpr.AtmosphereConfig config)
    • Method Detail

      • suspended

        public org.atmosphere.cpr.Action suspended​(org.atmosphere.cpr.AtmosphereRequest request,
                                                   org.atmosphere.cpr.AtmosphereResponse response)
                                            throws IOException,
                                                   ServletException
        Overrides:
        suspended in class org.atmosphere.cpr.AsynchronousProcessor
        Throws:
        IOException
        ServletException