Uses of Interface
org.apache.cxf.jaxrs.nio.NioErrorHandler
-
Packages that use NioErrorHandler Package Description org.apache.cxf.jaxrs.nio -
-
Uses of NioErrorHandler in org.apache.cxf.jaxrs.nio
Methods in org.apache.cxf.jaxrs.nio that return NioErrorHandler Modifier and Type Method Description NioErrorHandlerNioReadEntity. getError()NioErrorHandlerNioWriteEntity. getError()Constructors in org.apache.cxf.jaxrs.nio with parameters of type NioErrorHandler Constructor Description NioReadEntity(NioReadHandler reader, NioReadCompletionHandler completion, NioErrorHandler error)NioWriteEntity(NioWriteHandler writer, NioErrorHandler error)
-