object URLParser extends AbstractURIParser
The MySQL URL parser.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- URLParser
- AbstractURIParser
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val DEFAULT: Configuration
The default configuration for MySQL.
The default configuration for MySQL.
- Definition Classes
- URLParser → AbstractURIParser
- val SCHEME: Regex
- Attributes
- protected
- Definition Classes
- URLParser → AbstractURIParser
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def assembleConfiguration(properties: Map[String, String], charset: Charset): Configuration
- Attributes
- protected
- Definition Classes
- AbstractURIParser
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def handleJDBC(uri: URI): Map[String, String]
- Attributes
- protected
- Definition Classes
- AbstractURIParser
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val logger: Logger
- Attributes
- protected
- Definition Classes
- AbstractURIParser
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def parse(uri: URI): Map[String, String]
- Attributes
- protected
- Definition Classes
- AbstractURIParser
- def parse(url: String, charset: Charset): Configuration
- Definition Classes
- AbstractURIParser
- def parseOrDie(url: String, charset: Charset): Configuration
- Definition Classes
- AbstractURIParser
- Annotations
- @throws("if the URL does not match the expected type, or cannot be parsed for any reason")
- final def parseUserInfo(userInfo: Option[String]): (Option[String], Option[String])
- Attributes
- protected
- Definition Classes
- AbstractURIParser
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def unwrapIpv6address(server: String): String
- Attributes
- protected
- Definition Classes
- AbstractURIParser
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()