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

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

There is a newer version: 3.17.5
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy