Packages

package urlbuilder

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

Type Members

  1. case class Host(schema: String, host: String) extends UrlBuilder with Product with Serializable

    All the host dsl options

  2. case class HostParameter(schema: String, host: String, port: Option[String], hostParameter: List[String]) extends UrlBuilder with Product with Serializable

    All the host parameters dsl options

  3. case class Port(schema: String, host: String, port: Option[String]) extends UrlBuilder with Product with Serializable

    All the port dsl options

  4. case class QueryParameter(schema: String, host: String, port: Option[String], hostParameter: List[String], queryParameter: Map[String, String]) extends UrlBuilder with Product with Serializable

    All the query dsl options

  5. case class Schema(schema: String) extends UrlBuilder with Product with Serializable

    All the scheme dsl options

  6. sealed trait UrlBuilder extends AnyRef

Value Members

  1. object UrlBuilder extends UrlBuilder

    Start the schema building

Inherited from AnyRef

Inherited from Any

Ungrouped