Class AsyncJSONTransport.Writer

  • All Implemented Interfaces:
    jakarta.servlet.WriteListener, java.util.EventListener
    Enclosing class:
    AsyncJSONTransport

    protected class AsyncJSONTransport.Writer
    extends java.lang.Object
    implements jakarta.servlet.WriteListener
    • Method Detail

      • onWritePossible

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

        public void onError​(java.lang.Throwable failure)
        Specified by:
        onError in interface jakarta.servlet.WriteListener