Class NioWriteListenerImpl

java.lang.Object
org.apache.cxf.jaxrs.nio.NioWriteListenerImpl
All Implemented Interfaces:
jakarta.servlet.WriteListener, EventListener

public final class NioWriteListenerImpl extends Object implements jakarta.servlet.WriteListener
  • Constructor Details

    • NioWriteListenerImpl

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

    • onWritePossible

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

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