Package org.apache.cxf.jaxrs.nio
Class NioReadListenerImpl
java.lang.Object
org.apache.cxf.jaxrs.nio.NioReadListenerImpl
- All Implemented Interfaces:
jakarta.servlet.ReadListener,EventListener
-
Constructor Summary
ConstructorsConstructorDescriptionNioReadListenerImpl(NioReadEntity entity, jakarta.servlet.ServletInputStream in) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoid
-
Constructor Details
-
NioReadListenerImpl
-
-
Method Details
-
onDataAvailable
- Specified by:
onDataAvailablein interfacejakarta.servlet.ReadListener- Throws:
IOException
-
onAllDataRead
- Specified by:
onAllDataReadin interfacejakarta.servlet.ReadListener- Throws:
IOException
-
onError
- Specified by:
onErrorin interfacejakarta.servlet.ReadListener
-