Package

com.netaporter.uri

encoding

Permalink

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

    Permalink

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

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

    Permalink

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

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

    Permalink
  4. trait UriEncoder extends AnyRef

    Permalink

Value Members

  1. object NoopEncoder extends UriEncoder

    Permalink

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

  2. object PercentEncoder extends Serializable

    Permalink
  3. def encodeCharAs(c: Char, as: String): EncodeCharAs

    Permalink
  4. def percentEncode(chars: Char*): PercentEncoder

    Permalink
  5. val percentEncode: PercentEncoder

    Permalink
  6. val spaceAsPlus: EncodeCharAs

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped