![JAR search and dependency download from the Maven repository](/logo.png)
io.soluble.pjb.bridge.http.OutputStreamFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of php-java-bridge Show documentation
Show all versions of php-java-bridge Show documentation
PHPJavaBridge server (soluble fork)
The newest version!
package io.soluble.pjb.bridge.http;
import java.io.IOException;
import java.io.OutputStream;
/**
* A default output stream factory for use with parseBody.
*/
public abstract class OutputStreamFactory {
/**
* Return an output stream
*
* @return an output stream
*/
public abstract OutputStream getOutputStream() throws IOException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy