UriConfig

case class UriConfig(userInfoEncoder: UriEncoder, pathEncoder: UriEncoder, queryEncoder: UriEncoder, fragmentEncoder: UriEncoder, userInfoDecoder: UriDecoder, pathDecoder: UriDecoder, queryDecoder: UriDecoder, fragmentDecoder: UriDecoder, charset: String, renderQuery: RenderQuery, defaultPorts: Map[String, Int])
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def withDefaultPorts(newDefaultPorts: Map[String, Int]): UriConfig

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product