Class NioReadListenerImpl

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

public final class NioReadListenerImpl extends Object implements jakarta.servlet.ReadListener
  • Constructor Details

    • NioReadListenerImpl

      public NioReadListenerImpl(NioReadEntity entity, jakarta.servlet.ServletInputStream in)
  • Method Details

    • onDataAvailable

      public void onDataAvailable() throws IOException
      Specified by:
      onDataAvailable in interface jakarta.servlet.ReadListener
      Throws:
      IOException
    • onAllDataRead

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

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