case class URI(uri: java.net.URI) extends Product with Serializable
- Source
- uri.scala
- Alphabetic
- By Inheritance
- URI
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
URI(scheme: String, authority: String, path: String, query: String)
Create an valid URI where the illegal or non-ascii character in path, query and fragment are quoted
Create an valid URI where the illegal or non-ascii character in path, query and fragment are quoted
- returns
a valid, %-encoded URI
- Exceptions thrown
java.net.URISyntaxException
if both a scheme and a path are given but the path is relative, if the URI string constructed from the given components violates RFC 2396, or if the authority component of the string is present but cannot be parsed as a server-based authority
-
new
URI(s: String)
Create an valid URI where the illegal or non-ascii character in path, query and fragment are quoted
Create an valid URI where the illegal or non-ascii character in path, query and fragment are quoted
- returns
a valid, %-encoded URI
- Exceptions thrown
java.net.URISyntaxException
if the URI violates RFC 2396 or RFC 3986
- new URI(uri: java.net.URI)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def /(n: String): URI
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def ?(n: String): URI
- def ^: URI
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def getBase: URI
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def normalize: java.net.URI
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def resolve(u: java.net.URI): URI
- def resolve(s: String): URI
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
Return the unencoded URI
Return the unencoded URI
- Definition Classes
- URI → AnyRef → Any
- var uri: java.net.URI
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()