Packages

p

io.lemonlabs.uri

encoding

package encoding

Date: 28/08/2013 Time: 21:08

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

Type Members

  1. case class ChainedUriEncoder(encoders: Seq[UriEncoder]) extends UriEncoder with Product with Serializable

    Date: 28/08/2013 Time: 21:07

  2. case class EncodeCharAs(ch: Char, as: String) extends UriEncoder with Product with Serializable

    Date: 28/08/2013 Time: 21:07

  3. case class PercentEncoder(charsToEncode: Set[Char] = DEFAULT_CHARS_TO_ENCODE) extends UriEncoder with Product with Serializable
  4. trait UriEncoder extends Product with Serializable

Value Members

  1. def encodeCharAs(c: Char, as: String): EncodeCharAs
  2. def percentEncode(chars: Char*): PercentEncoder
  3. val percentEncode: PercentEncoder
  4. val spaceAsPlus: EncodeCharAs
  5. object NoopEncoder extends UriEncoder with Product with Serializable
  6. object PercentEncoder extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped