Uses of Class
org.forgerock.http.io.BranchingInputStream
Packages that use BranchingInputStream
Package
Description
Provides stream buffering, branching, and storage functions.
Models and manages elements of the Hypertext Transfer Protocol.
-
Uses of BranchingInputStream in org.forgerock.http.io
Subclasses of BranchingInputStream in org.forgerock.http.ioMethods in org.forgerock.http.io that return BranchingInputStreamModifier and TypeMethodDescriptionabstract BranchingInputStreamBranchingInputStream.branch()Creates a new branch at this stream's current position.FileBranchingStream.branch()abstract BranchingInputStreamBranchingInputStream.copy()Creates a twin of this stream at this stream's current position.FileBranchingStream.copy()static BranchingInputStreamIO.newBranchingInputStream(byte[] bytes) Creates a new branching input stream that wraps a byte array.static BranchingInputStreamIO.newBranchingInputStream(InputStream in, Factory<Buffer> bufferFactory) Creates a new branching input stream to wrap another input stream.BranchingInputStream.parent()Returns the parent branching input stream from which this branch was created, ornullif this is the trunk.Constructors in org.forgerock.http.io with parameters of type BranchingInputStreamModifierConstructorDescriptionprotectedInitialise theBranchingInputStreamwith the specified parent. -
Uses of BranchingInputStream in org.forgerock.http.protocol
Methods in org.forgerock.http.protocol with parameters of type BranchingInputStreamModifier and TypeMethodDescriptionvoidEntity.setRawContentInputStream(BranchingInputStream is) Sets the content of this entity to the provided input stream.