AttributeKey<T> |
|
AttributeKey$ |
|
AttributeKeys |
|
AttributeKeys$ |
|
ContentRange.Default |
Models a satisfiable HTTP content-range.
|
ContentRange.Default$ |
|
ContentRange.Other |
An other-range-resp .
|
ContentRange.Other$ |
|
ContentRange.Unsatisfiable |
An unsatisfiable content-range.
|
ContentRange.Unsatisfiable$ |
|
ContentRange$ |
|
ContentType.$u003B$u0020charset$eq$ |
|
ContentType.Binary |
Represents a content-type which we know not to contain text (will never have have a charset)
|
ContentType.Binary$ |
|
ContentType.WithCharset |
Represents a content-type which we know to contain text, and the charset is known at runtime.
|
ContentType.WithCharset$ |
|
ContentType.WithFixedCharset |
Represents a content-type which we know to contain text, where the charset always has the same predefined value.
|
ContentType.WithFixedCharset$ |
|
ContentType.WithMissingCharset |
Represents a content-type which we know to contain text, and would be better off having a charset,
but the client or server hasn't provided that.
|
ContentType.WithMissingCharset$ |
|
ContentType$ |
|
ContentTypeRange |
|
ContentTypeRange$ |
|
ContentTypes |
|
ContentTypes$ |
|
DateTime |
Immutable, fast and efficient Date + Time implementation without any dependencies.
|
DateTime$ |
|
DateTimeSpec |
|
EntityDiscardingSpec |
|
EntityStreamException$ |
|
EntityStreamSizeException$ |
|
ErrorInfo |
Two-level model of error information.
|
ErrorInfo$ |
|
FormData |
Simple model for application/x-www-form-urlencoded form data.
|
FormData$ |
|
HttpCharset |
|
HttpCharset$ |
|
HttpCharsetRange |
A charset range as encountered in Accept-Charset .
|
HttpCharsetRange.$times |
|
HttpCharsetRange.$times$ |
|
HttpCharsetRange.One |
|
HttpCharsetRange.One$ |
|
HttpCharsetRange$ |
|
HttpCharsets |
|
HttpCharsets$ |
|
HttpEntity.Chunk |
An intermediate entity chunk guaranteed to carry non-empty data.
|
HttpEntity.Chunk$ |
|
HttpEntity.Chunked |
The model for the entity of a chunked HTTP message (with Transfer-Encoding: chunked ).
|
HttpEntity.Chunked$ |
|
HttpEntity.ChunkStreamPart |
An element of the HttpEntity data stream.
|
HttpEntity.ChunkStreamPart$ |
|
HttpEntity.CloseDelimited |
The model for the entity of an HTTP response that is terminated by the server closing the connection.
|
HttpEntity.CloseDelimited$ |
|
HttpEntity.Default |
The model for the entity of a "regular" unchunked HTTP message with a known non-zero length.
|
HttpEntity.Default$ |
|
HttpEntity.DiscardedEntity |
Represents the currently being-drained HTTP Entity which triggers completion of the contained
Future once the entity has been drained for the given HttpMessage completely.
|
HttpEntity.HttpEntityScalaDSLSugar |
Adds Scala DSL idiomatic methods to HttpEntity , e.g. versions of methods with an implicit Materializer .
|
HttpEntity.HttpEntityScalaDSLSugar$ |
|
HttpEntity.IndefiniteLength |
The model for the entity of a BodyPart with an indefinite length.
|
HttpEntity.IndefiniteLength$ |
|
HttpEntity.LastChunk |
The final chunk of a chunk stream.
|
HttpEntity.LastChunk$ |
|
HttpEntity.Strict |
The model for the entity of a "regular" unchunked HTTP message with known, fixed data.
|
HttpEntity.Strict$ |
|
HttpEntity$ |
|
HttpEntitySpec |
|
HttpHeader |
The model of an HTTP header.
|
HttpHeader.ParsingResult$ |
|
HttpHeader.ParsingResult$.Error |
The parsing run failed due to a fatal parsing error.
|
HttpHeader.ParsingResult$.Error$ |
|
HttpHeader.ParsingResult$.Ok |
The parsing run produced a result.
|
HttpHeader.ParsingResult$.Ok$ |
|
HttpHeader$ |
|
HttpMessage.DiscardedEntity |
Represents the currently being-drained HTTP Entity which triggers completion of the contained
Future once the entity has been drained for the given HttpMessage completely.
|
HttpMessage.HttpMessageScalaDSLSugar |
Adds Scala DSL idiomatic methods to HttpMessage , e.g. versions of methods with an implicit Materializer .
|
HttpMessage.HttpMessageScalaDSLSugar$ |
|
HttpMessage$ |
|
HttpMessageSpec |
|
HttpMethod |
The method of an HTTP request.
|
HttpMethod$ |
|
HttpMethods |
|
HttpMethods$ |
|
HttpMethodsSpec |
|
HttpProtocol |
The protocol of an HTTP message
|
HttpProtocol$ |
|
HttpProtocols |
|
HttpProtocols$ |
|
HttpRequest |
The immutable model HTTP request model.
|
HttpRequest$ |
|
HttpResponse |
The immutable HTTP response model.
|
HttpResponse$ |
|
IllegalHeaderException$ |
|
IllegalRequestException$ |
|
IllegalResponseException$ |
|
IllegalUriException$ |
|
InvalidContentLengthException$ |
|
MediaRange |
|
MediaRange.One |
|
MediaRange.One$ |
|
MediaRange$ |
|
MediaRanges |
|
MediaRanges.PredefinedMediaRange |
|
MediaRanges.PredefinedMediaRange$ |
|
MediaRanges$ |
|
MediaType |
A MediaType describes the type of the content of an HTTP message entity.
|
MediaType.Binary |
|
MediaType.Compressibility |
|
MediaType.Compressible$ |
|
MediaType.Gzipped$ |
|
MediaType.Multipart |
|
MediaType.NonBinary |
|
MediaType.NonMultipartWithOpenCharset |
|
MediaType.NotCompressible$ |
|
MediaType.WithFixedCharset |
|
MediaType.WithOpenCharset |
|
MediaType$ |
|
MediaTypes |
|
MediaTypes.multipart$ |
|
MediaTypes$ |
|
Multipart.BodyPart$ |
|
Multipart.ByteRanges |
Model for multipart/byteranges content as defined by
https://tools.ietf.org/html/rfc7233#section-5.4.1 and https://tools.ietf.org/html/rfc7233#appendix-A
|
Multipart.ByteRanges$ |
|
Multipart.ByteRanges$.BodyPart |
|
Multipart.ByteRanges$.BodyPart$ |
|
Multipart.ByteRanges$.BodyPart$.Strict |
Strict ByteRanges.BodyPart .
|
Multipart.ByteRanges$.BodyPart$.Strict$ |
|
Multipart.ByteRanges$.Strict |
|
Multipart.ByteRanges$.Strict$ |
|
Multipart.FormData |
Model for multipart/form-data content as defined in http://tools.ietf.org/html/rfc2388.
|
Multipart.FormData$ |
|
Multipart.FormData$.BodyPart |
|
Multipart.FormData$.BodyPart$ |
|
Multipart.FormData$.BodyPart$.Builder$ |
INTERNAL API
|
Multipart.FormData$.BodyPart$.Strict |
Strict FormData.BodyPart .
|
Multipart.FormData$.BodyPart$.Strict$ |
|
Multipart.FormData$.BodyPart$.StrictBuilder$ |
INTERNAL API
|
Multipart.FormData$.Strict |
|
Multipart.FormData$.Strict$ |
|
Multipart.General |
Basic model for general multipart content as defined by http://tools.ietf.org/html/rfc2046.
|
Multipart.General$ |
|
Multipart.General$.BodyPart |
|
Multipart.General$.BodyPart$ |
|
Multipart.General$.BodyPart$.Strict |
Strict General.BodyPart .
|
Multipart.General$.BodyPart$.Strict$ |
|
Multipart.General$.Strict |
|
Multipart.General$.Strict$ |
|
Multipart$ |
|
MultipartSpec |
|
OptHttpRequest |
|
OptHttpRequest$ |
|
OptHttpResponse |
|
OptHttpResponse$ |
|
ParsingException$ |
|
RemoteAddress |
|
RemoteAddress.IP |
|
RemoteAddress.IP$ |
|
RemoteAddress.Unknown$ |
|
RemoteAddress$ |
|
RequestEntityAcceptance.Disallowed$ |
|
RequestEntityAcceptance.Expected$ |
|
RequestEntityAcceptance.Tolerated$ |
|
RequestEntityAcceptance$ |
|
RequestTimeoutException$ |
|
ResponseEntity$ |
|
ResponsePromise |
An association for completing a future when the response arrives.
|
ResponsePromise$ |
|
SerializabilitySpec |
|
SimpleRequestResponseAttribute<T> |
A simple value holder class implementing RequestResponseAssociation.
|
SimpleRequestResponseAttribute$ |
|
SslSessionInfo |
|
SslSessionInfo$ |
|
StatusCode |
The result status code of an HTTP response.
|
StatusCode$ |
|
StatusCodes |
|
StatusCodes.ClientError |
|
StatusCodes.ClientError$ |
|
StatusCodes.CustomStatusCode |
|
StatusCodes.CustomStatusCode$ |
|
StatusCodes.HttpFailure |
|
StatusCodes.HttpSuccess |
|
StatusCodes.Informational |
|
StatusCodes.Informational$ |
|
StatusCodes.Redirection |
|
StatusCodes.Redirection$ |
|
StatusCodes.ServerError |
|
StatusCodes.ServerError$ |
|
StatusCodes.Success |
|
StatusCodes.Success$ |
|
StatusCodes$ |
|
Trailer |
|
Trailer$ |
|
TransferEncoding |
|
TransferEncodings |
|
TransferEncodings.chunked$ |
|
TransferEncodings.compress$ |
|
TransferEncodings.deflate$ |
|
TransferEncodings.Extension |
|
TransferEncodings.Extension$ |
|
TransferEncodings.gzip$ |
|
TransferEncodings.Predefined |
|
TransferEncodings.trailers$ |
|
TransferEncodings$ |
|
TurkishISpec |
|
Uri |
An immutable model of an internet URI as defined by https://tools.ietf.org/html/rfc3986.
|
Uri.Authority |
param: port A port number that may be 0 to signal the default port of for scheme.
|
Uri.Authority$ |
|
Uri.Empty$ |
|
Uri.Host |
|
Uri.Host$ |
|
Uri.Host$.Empty$ |
|
Uri.IPv4Host |
|
Uri.IPv4Host$ |
|
Uri.IPv6Host |
|
Uri.IPv6Host$ |
|
Uri.NamedHost |
|
Uri.NamedHost$ |
|
Uri.NonEmptyHost |
|
Uri.ParsingMode$ |
|
Uri.ParsingMode$.Relaxed$ |
|
Uri.ParsingMode$.Strict$ |
|
Uri.Path |
|
Uri.Path$ |
|
Uri.Path$.$tilde$ |
|
Uri.Path$.Empty$ |
|
Uri.Path$.Segment |
|
Uri.Path$.Segment$ |
|
Uri.Path$.Slash |
|
Uri.Path$.Slash$ |
|
Uri.Path$.SlashOrEmpty |
|
Uri.Query |
|
Uri.Query$ |
|
Uri.Query$.Cons |
|
Uri.Query$.Cons$ |
|
Uri.Query$.Empty$ |
|
Uri$ |
|
UriRendering |
|
UriRendering.AuthorityRenderer$ |
|
UriRendering.HostRenderer$ |
|
UriRendering.PathRenderer$ |
|
UriRendering.QueryRenderer$ |
|
UriRendering.UriRenderer$ |
|
UriRendering$ |
|
UriSpec |
|