io.quartz.util
Members list
Type members
Classlikes
Reads data from a ByteBuffer.
Reads data from a ByteBuffer.
Attributes
- Supertypes
-
class InputStreamtrait Closeabletrait AutoCloseableclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Chunked11.type
Implements RFC 7230 compliant chunked transfer encoding processing. Efficiently processes chunked HTTP data streams with proper validation.
HTTP/1.1 Chunked Transfer Encoding Handler
Implements RFC 7230 compliant chunked transfer encoding processing. Efficiently processes chunked HTTP data streams with proper validation.
Key features:
- Chunk size extraction and validation
- Proper handling of chunk terminators (CRLF)
- Stream-based processing for memory efficiency
- Error handling for malformed chunks
Attributes
- Supertypes
-
trait Producttrait Equalsclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
Implements RFC 7233 compliant range requests for efficient media delivery. Verified compatible with Firefox, Safari (desktop & iOS), and other major browsers. Supports resume downloads, media seeking, and partial content delivery with proper ETags.
HTTP Range Request Handler
Implements RFC 7233 compliant range requests for efficient media delivery. Verified compatible with Firefox, Safari (desktop & iOS), and other major browsers. Supports resume downloads, media seeking, and partial content delivery with proper ETags.
Key features:
- Byte range serving with 206 Partial Content responses
- Strong ETag generation based on file metadata
- Proper Content-Range headers for client-side validation
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
HttpRangeRequest.type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
MultiPart.type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ResponseWriters11.type