Uses of Class
org.forgerock.http.io.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
Modifier and TypeMethodDescriptionabstract BranchingInputStream
BranchingInputStream.branch()
Creates a new branch at this stream's current position.FileBranchingStream.branch()
abstract BranchingInputStream
BranchingInputStream.copy()
Creates a twin of this stream at this stream's current position.FileBranchingStream.copy()
static BranchingInputStream
IO.newBranchingInputStream
(byte[] bytes) Creates a new branching input stream that wraps a byte array.static BranchingInputStream
IO.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, ornull
if this is the trunk.ModifierConstructorDescriptionprotected
Initialise theBranchingInputStream
with the specified parent. -
Uses of BranchingInputStream in org.forgerock.http.protocol
Modifier and TypeMethodDescriptionvoid
Entity.setRawContentInputStream
(BranchingInputStream is) Sets the content of this entity to the provided input stream.