Uses of Interface
org.apache.cxf.jaxrs.nio.NioWriteHandler
-
Packages that use NioWriteHandler Package Description org.apache.cxf.jaxrs.nio org.apache.cxf.jaxrs.provider -
-
Uses of NioWriteHandler in org.apache.cxf.jaxrs.nio
Methods in org.apache.cxf.jaxrs.nio that return NioWriteHandler Modifier and Type Method Description NioWriteHandlerNioWriteEntity. getWriter()Constructors in org.apache.cxf.jaxrs.nio with parameters of type NioWriteHandler Constructor Description NioWriteEntity(NioWriteHandler writer)NioWriteEntity(NioWriteHandler writer, NioErrorHandler error) -
Uses of NioWriteHandler in org.apache.cxf.jaxrs.provider
Methods in org.apache.cxf.jaxrs.provider that return NioWriteHandler Modifier and Type Method Description protected NioWriteHandlerBinaryDataProvider. getNioHandler(InputStream in)
-