Packages

package decoding

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. decoding
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class ChainedUriDecoder(decoders: Seq[UriDecoder]) extends UriDecoder with Product with Serializable
  2. case class DecodeCharAs(ch: Char, as: String) extends UriDecoder with Product with Serializable
  3. case class PercentDecoder(ignoreInvalidPercentEncoding: Boolean) extends UriDecoder with Product with Serializable
  4. case class PermissiveDecoder(child: UriDecoder) extends UriDecoder with Product with Serializable
  5. class UriDecodeException extends UriException
  6. trait UriDecoder extends Product with Serializable

Value Members

  1. def decodeCharAs(c: Char, as: String): DecodeCharAs
  2. val percentDecode: PercentDecoder
  3. val plusAsSpace: DecodeCharAs
  4. case object NoopDecoder extends UriDecoder with Product with Serializable
  5. object PercentDecoder extends PercentDecoder
  6. object PermissivePercentDecoder extends PermissiveDecoder

Inherited from AnyRef

Inherited from Any

Ungrouped