Uses of Class
org.forgerock.http.io.BranchingInputStream
-
Packages that use BranchingInputStream Package Description org.forgerock.http.io Provides stream buffering, branching, and storage functions.org.forgerock.http.protocol Models and manages elements of the Hypertext Transfer Protocol. -
-
Uses of BranchingInputStream in org.forgerock.http.io
Subclasses of BranchingInputStream in org.forgerock.http.io Modifier and Type Class Description classFileBranchingStreamABranchingInputStreamfor reading from files.Methods in org.forgerock.http.io that return BranchingInputStream Modifier and Type Method Description abstract BranchingInputStreamBranchingInputStream. branch()Creates a new branch at this stream's current position.BranchingInputStreamFileBranchingStream. branch()abstract BranchingInputStreamBranchingInputStream. copy()Creates a twin of this stream at this stream's current position.BranchingInputStreamFileBranchingStream. 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.BranchingInputStreamBranchingInputStream. 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 BranchingInputStream Constructor Description BranchingInputStream(BranchingInputStream parent)Initialise theBranchingInputStreamwith the specified parent. -
Uses of BranchingInputStream in org.forgerock.http.protocol
Methods in org.forgerock.http.protocol with parameters of type BranchingInputStream Modifier and Type Method Description voidEntity. setRawContentInputStream(BranchingInputStream is)Sets the content of this entity to the provided input stream.
-