package decoding
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- decoding
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class ChainedUriDecoder(decoders: Seq[UriDecoder]) extends UriDecoder with Product with Serializable
- case class DecodeCharAs(ch: Char, as: String) extends UriDecoder with Product with Serializable
- case class PercentDecoder(ignoreInvalidPercentEncoding: Boolean) extends UriDecoder with Product with Serializable
- case class PermissiveDecoder(child: UriDecoder) extends UriDecoder with Product with Serializable
- class UriDecodeException extends UriException
- trait UriDecoder extends Product with Serializable
Value Members
- def decodeCharAs(c: Char, as: String): DecodeCharAs
- val percentDecode: PercentDecoder
- val plusAsSpace: DecodeCharAs
- case object NoopDecoder extends UriDecoder with Product with Serializable
- object PercentDecoder extends PercentDecoder
- object PermissivePercentDecoder extends PermissiveDecoder