Class NioWriteListenerImpl

  • All Implemented Interfaces:
    EventListener, javax.servlet.WriteListener

    public final class NioWriteListenerImpl
    extends Object
    implements javax.servlet.WriteListener
    • Constructor Detail

      • NioWriteListenerImpl

        public NioWriteListenerImpl​(org.apache.cxf.continuations.Continuation cont,
                                    NioWriteEntity entity,
                                    OutputStream out)
    • Method Detail

      • onWritePossible

        public void onWritePossible()
                             throws IOException
        Specified by:
        onWritePossible in interface javax.servlet.WriteListener
        Throws:
        IOException
      • onError

        public void onError​(Throwable t)
        Specified by:
        onError in interface javax.servlet.WriteListener