Uses of Class
org.apache.olingo.client.core.communication.util.PipedOutputStream
Packages that use PipedOutputStream
Package
Description
-
Uses of PipedOutputStream in org.apache.olingo.client.core.communication.request
Methods in org.apache.olingo.client.core.communication.request that return PipedOutputStreamModifier and TypeMethodDescriptionAbstractODataStreamer.getBodyStreamWriter()Gets the piped stream to be used to stream the payload.Constructors in org.apache.olingo.client.core.communication.request with parameters of type PipedOutputStreamModifierConstructorDescriptionAbstractODataStreamer(PipedOutputStream bodyStreamWriter) Constructor.AbstractODataStreamManager(Wrapper<Future<org.apache.http.HttpResponse>> futureWrap, PipedOutputStream output) Constructor. -
Uses of PipedOutputStream in org.apache.olingo.client.core.communication.request.batch
Methods in org.apache.olingo.client.core.communication.request.batch that return PipedOutputStream -
Uses of PipedOutputStream in org.apache.olingo.client.core.communication.util
Methods in org.apache.olingo.client.core.communication.util with parameters of type PipedOutputStreamConstructors in org.apache.olingo.client.core.communication.util with parameters of type PipedOutputStreamModifierConstructorDescriptionPipedInputStream(PipedOutputStream source) Creates a PipedInputStream with a default buffer size and connects it tosource.PipedInputStream(PipedOutputStream source, int bufferSize) Creates a PipedInputStream with buffer sizebufferSizeand connects it tosource.