final
class
RichURI extends AnyVal with RichURIBase[URI]
Instance Constructors
-
new
RichURI(self: URI)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
def
addQueryParam(key: String, value: String): URI
-
def
addQueryParams(other: QueryParams): URI
-
def
addQueryParams(kvPairs: (String, String)*): URI
-
final
def
asInstanceOf[T0]: T0
-
def
copy(scheme: Option[String] = scheme, userInfo: Option[String] = userInfo, host: Option[String] = host, port: Option[Int] = port, path: Option[String] = path, query: Option[String] = query, fragment: Option[String] = fragment): URI
-
def
fragment: Option[String]
-
def
getClass(): Class[_ <: AnyVal]
-
def
host: Option[String]
-
def
intern: URI
-
def
isFile: Boolean
-
final
def
isInstanceOf[T0]: Boolean
-
def
make(s: String): URI
-
def
path: Option[String]
-
final
def
pathAndQueryURI: URI
-
final
def
pathQueryAndFragmentURI: URI
-
def
port: Option[Int]
-
def
query: Option[String]
-
-
def
removeQueryParam(key: String): URI
-
def
removeQueryParams(keys: String*): URI
-
def
scheme: Option[String]
-
val
self: URI
-
def
toFile: File
-
def
toFileOption: Option[File]
-
def
toString(): String
-
def
toURI: URI
-
def
updateQueryParam(key: String, value: String): URI
-
def
updateQueryParams(kvPairs: (String, String)*): URI
-
def
userInfo: Option[String]
-
def
withHost(host: String): URI
-
def
withPath(path: String): URI
-
def
withQueryParam(kv: (String, String)): URI
-
def
withQueryParam(key: String, value: String): URI
-
def
withQueryParams(params: QueryParams): URI
-
def
withQueryParams(params: (String, String)*): URI
-
def
withScheme(scheme: String): URI
-
def
withoutQueryParams: URI
Inherited from AnyVal
Inherited from Any