All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jboss.resteasy.reactive.server.StreamingOutputStream Maven / Gradle / Ivy

package org.jboss.resteasy.reactive.server;

import java.io.ByteArrayOutputStream;

/**
 * The only reason we use this is to give MessageBodyWriter classes the ability to tell
 * if they are being called in a streaming context
 */
public class StreamingOutputStream extends ByteArrayOutputStream {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy