object JavaRangeResult
Ordering
- Alphabetic
- By Inheritance
Inherited
- JavaRangeResult
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def ofFile(file: File, rangeHeader: OptString, fileName: String, contentType: OptString): Result
- def ofFile(file: File, rangeHeader: OptString, contentType: OptString): Result
- def ofPath(path: Path, rangeHeader: OptString, fileName: String, contentType: OptString): Result
- def ofPath(path: Path, rangeHeader: OptString, contentType: OptString): Result
- def ofSource(entityLength: Optional[Long], getSource: SourceFunction, rangeHeader: OptString, fileName: OptString, contentType: OptString): Result
- Annotations
- @ApiMayChange()
- def ofSource(entityLength: Optional[Long], source: Source[ByteString, _], rangeHeader: OptString, fileName: OptString, contentType: OptString): Result
- def ofSource(entityLength: Long, source: Source[ByteString, _], rangeHeader: OptString, fileName: OptString, contentType: OptString): Result
- def ofStream(entityLength: Long, stream: InputStream, rangeHeader: OptString, fileName: String, contentType: OptString): Result
- def ofStream(stream: InputStream, rangeHeader: OptString, fileName: String, contentType: OptString): Result
Java compatible RangeResult