Package akka.http.scaladsl.model
Class Uri.Empty$
- java.lang.Object
-
- akka.http.scaladsl.model.Uri
-
- akka.http.scaladsl.model.Uri.Empty$
-
- All Implemented Interfaces:
java.io.Serializable
,scala.Equals
,scala.Product
- Enclosing class:
- Uri
public static class Uri.Empty$ extends Uri
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class akka.http.scaladsl.model.Uri
Uri.Authority, Uri.Authority$, Uri.Empty$, Uri.Host, Uri.Host$, Uri.IPv4Host, Uri.IPv4Host$, Uri.IPv6Host, Uri.IPv6Host$, Uri.NamedHost, Uri.NamedHost$, Uri.NonEmptyHost, Uri.ParsingMode, Uri.ParsingMode$, Uri.Path, Uri.Path$, Uri.Query, Uri.Query$
-
-
Field Summary
Fields Modifier and Type Field Description static Uri.Empty$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description Empty$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isEmpty()
-
Methods inherited from class akka.http.scaladsl.model.Uri
apply, apply, apply, apply, apply, authority, collapseDotSegments, copy, create, create, createUnsafe, decode, decode, effectiveHttpRequestUri, effectivePort, effectiveRequestUri, fail, fragment, from, httpScheme, isAbsolute, isRelative, normalize, normalizePort, normalizeScheme, parseAbsolute, parseAndResolve, parseHttp2AuthorityPseudoHeader, parseHttp2PathPseudoHeader, parseHttpRequestTarget, path, query, queryString, rawQueryString, resolvedAgainst, resolveUnsafe, scheme, toEffectiveHttpRequestUri, toEffectiveRequestUri, toHttpRequestTargetOriginForm, toRelative, toString, verifyPath, websocketScheme, withAuthority, withAuthority, withAuthority, withFragment, withHost, withHost, withoutFragment, withPath, withPort, withQuery, withRawQueryString, withRawQueryString, withScheme, withUserInfo
-
-
-
-
Field Detail
-
MODULE$
public static final Uri.Empty$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-