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