Package | Description |
---|---|
org.forgerock.openig.http |
Models and manages elements of the Hypertext Transfer Protocol.
|
org.forgerock.openig.io |
Provides stream buffering, branching, and storage functions.
|
Modifier and Type | Method and Description |
---|---|
void |
Entity.setRawInputStream(BranchingInputStream is)
Sets the content of this entity to the provided input stream.
|
Modifier and Type | Class and Description |
---|---|
class |
BranchingStreamWrapper
Wraps an standard input stream with a stream that can branch to perform divergent reads.
|
class |
ByteArrayBranchingStream
Wraps a byte array with a stream that can branch to perform divergent reads.
|
Modifier and Type | Method and Description |
---|---|
abstract BranchingInputStream |
BranchingInputStream.branch()
Creates a new branch at this stream's current position.
|
abstract BranchingInputStream |
BranchingInputStream.parent()
Returns the parent branching input stream from which this branch was
created, or
null if this is the trunk. |
Copyright © 2014 ForgeRock AS. All rights reserved.