Class Servlet3ContinuationProvider.Servlet3Continuation

    • Constructor Detail

      • Servlet3Continuation

        public Servlet3Continuation()
    • Method Detail

      • suspend

        public boolean suspend​(long timeout)
        Specified by:
        suspend in interface org.apache.cxf.continuations.Continuation
      • updateMessageForSuspend

        protected void updateMessageForSuspend()
      • redispatch

        public void redispatch()
      • resume

        public void resume()
        Specified by:
        resume in interface org.apache.cxf.continuations.Continuation
      • reset

        public void reset()
        Specified by:
        reset in interface org.apache.cxf.continuations.Continuation
      • isNew

        public boolean isNew()
        Specified by:
        isNew in interface org.apache.cxf.continuations.Continuation
      • isPending

        public boolean isPending()
        Specified by:
        isPending in interface org.apache.cxf.continuations.Continuation
      • isResumed

        public boolean isResumed()
        Specified by:
        isResumed in interface org.apache.cxf.continuations.Continuation
      • getObject

        public Object getObject()
        Specified by:
        getObject in interface org.apache.cxf.continuations.Continuation
      • setObject

        public void setObject​(Object o)
        Specified by:
        setObject in interface org.apache.cxf.continuations.Continuation
      • onComplete

        public void onComplete​(javax.servlet.AsyncEvent event)
                        throws IOException
        Specified by:
        onComplete in interface javax.servlet.AsyncListener
        Throws:
        IOException
      • onError

        public void onError​(javax.servlet.AsyncEvent event)
                     throws IOException
        Specified by:
        onError in interface javax.servlet.AsyncListener
        Throws:
        IOException
      • onStartAsync

        public void onStartAsync​(javax.servlet.AsyncEvent event)
                          throws IOException
        Specified by:
        onStartAsync in interface javax.servlet.AsyncListener
        Throws:
        IOException
      • onTimeout

        public void onTimeout​(javax.servlet.AsyncEvent event)
                       throws IOException
        Specified by:
        onTimeout in interface javax.servlet.AsyncListener
        Throws:
        IOException
      • isReadyForWrite

        public boolean isReadyForWrite()
        Specified by:
        isReadyForWrite in interface org.apache.cxf.continuations.Continuation
      • getOutputStream

        protected javax.servlet.ServletOutputStream getOutputStream()
      • isTimeout

        public boolean isTimeout()
        Specified by:
        isTimeout in interface org.apache.cxf.continuations.Continuation