Package

basis

net

Permalink

package net

Source
package.scala
Linear Supertypes
AnyRef, Any
Content Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. net
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. final class Authority extends UriPart

    Permalink
  2. final class Fragment extends UriPart

    Permalink
  3. sealed abstract class Host extends UriPart

    Permalink
  4. sealed abstract class Path extends Equals with Family[Path] with LinearSeq[String] with UriPart

    Permalink
  5. final class Port extends UriPart

    Permalink
  6. sealed abstract class Query extends Equals with Family[Query] with LinearSeq[(String, String)] with UriPart

    Permalink
  7. final class Scheme extends UriPart

    Permalink
  8. class Uri extends AnyRef

    Permalink
  9. class UriException extends RuntimeException

    Permalink
  10. trait UriFactory extends AnyRef

    Permalink
  11. trait UriParser extends UriFactory

    Permalink
  12. trait UriPart extends AnyRef

    Permalink
  13. class UriStringContext extends AnyRef

    Permalink
  14. sealed abstract class UserInfo extends UriPart

    Permalink

Value Members

  1. object Authority extends net.Uri.AuthorityFactory

    Permalink
  2. object Fragment extends net.Uri.FragmentFactory

    Permalink
  3. object Host extends net.Uri.HostFactory

    Permalink
  4. object Path extends net.Uri.PathFactory

    Permalink
  5. object Port extends net.Uri.PortFactory

    Permalink
  6. object Query extends net.Uri.QueryFactory

    Permalink
  7. object Scheme extends net.Uri.SchemeFactory

    Permalink
  8. object Uri extends UriParser

    Permalink
  9. object UriPart

    Permalink
  10. implicit macro def UriStringContext(stringContext: StringContext): UriStringContext

    Permalink
  11. object UserInfo extends net.Uri.UserInfoFactory

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped