Uses of Class
org.apache.cxf.jaxrs.nio.NioWriteEntity
-
Packages that use NioWriteEntity Package Description org.apache.cxf.jaxrs.nio -
-
Uses of NioWriteEntity in org.apache.cxf.jaxrs.nio
Methods in org.apache.cxf.jaxrs.nio with parameters of type NioWriteEntity Modifier and Type Method Description longNioMessageBodyWriter. getSize(NioWriteEntity t, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)voidNioMessageBodyWriter. writeTo(NioWriteEntity entity, Class<?> cls, Type t, Annotation[] anns, javax.ws.rs.core.MediaType mt, javax.ws.rs.core.MultivaluedMap<String,Object> headers, OutputStream os)Constructors in org.apache.cxf.jaxrs.nio with parameters of type NioWriteEntity Constructor Description NioWriteListenerImpl(Continuation cont, NioWriteEntity entity, OutputStream out)
-