Trait

endpoints.akkahttp.client

BasicAuthentication

Related Doc: package client

Permalink

trait BasicAuthentication extends algebra.BasicAuthentication

Self Type
BasicAuthentication with Endpoints
Source
BasicAuthentication.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BasicAuthentication
  2. BasicAuthentication
  3. Endpoints
  4. Responses
  5. Requests
  6. Methods
  7. Urls
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract type Endpoint[A, B]

    Permalink
    Definition Classes
    Endpoints
  2. abstract type Method

    Permalink
    Definition Classes
    Methods
  3. abstract type Path[A] <: (BasicAuthentication.this)#Url[A]

    Permalink
    Definition Classes
    Urls
  4. implicit class PathOps[A] extends AnyRef

    Permalink
    Definition Classes
    Urls
  5. abstract type QueryString[A]

    Permalink
    Definition Classes
    Urls
  6. implicit class QueryStringOps[A] extends AnyRef

    Permalink
    Definition Classes
    Urls
  7. abstract type QueryStringParam[A]

    Permalink
    Definition Classes
    Urls
  8. abstract type Request[A]

    Permalink
    Definition Classes
    Requests
  9. abstract type RequestEntity[A]

    Permalink
    Definition Classes
    Requests
  10. abstract type RequestHeaders[A]

    Permalink
    Definition Classes
    Requests
  11. abstract type Response[A]

    Permalink
    Definition Classes
    Responses
  12. abstract type Segment[A]

    Permalink
    Definition Classes
    Urls
  13. abstract type Url[A]

    Permalink
    Definition Classes
    Urls

Abstract Value Members

  1. abstract def Delete: (BasicAuthentication.this)#Method

    Permalink
    Definition Classes
    Methods
  2. abstract def Get: (BasicAuthentication.this)#Method

    Permalink
    Definition Classes
    Methods
  3. abstract def Patch: (BasicAuthentication.this)#Method

    Permalink
    Definition Classes
    Methods
  4. abstract def Post: (BasicAuthentication.this)#Method

    Permalink
    Definition Classes
    Methods
  5. abstract def Put: (BasicAuthentication.this)#Method

    Permalink
    Definition Classes
    Methods
  6. abstract def chainPaths[A, B](first: (BasicAuthentication.this)#Path[A], second: (BasicAuthentication.this)#Path[B])(implicit tupler: Tupler[A, B]): (BasicAuthentication.this)#Path[Out]

    Permalink
    Definition Classes
    Urls
  7. abstract def combineQueryStrings[A, B](first: (BasicAuthentication.this)#QueryString[A], second: (BasicAuthentication.this)#QueryString[B])(implicit tupler: Tupler[A, B]): (BasicAuthentication.this)#QueryString[Out]

    Permalink
    Definition Classes
    Urls
  8. abstract def emptyHeaders: (BasicAuthentication.this)#RequestHeaders[Unit]

    Permalink
    Definition Classes
    Requests
  9. abstract def emptyRequest: (BasicAuthentication.this)#RequestEntity[Unit]

    Permalink
    Definition Classes
    Requests
  10. abstract def emptyResponse: (BasicAuthentication.this)#Response[Unit]

    Permalink
    Definition Classes
    Responses
  11. abstract def endpoint[A, B](request: (BasicAuthentication.this)#Request[A], response: (BasicAuthentication.this)#Response[B]): (BasicAuthentication.this)#Endpoint[A, B]

    Permalink
    Definition Classes
    Endpoints
  12. implicit abstract def intQueryString: (BasicAuthentication.this)#QueryStringParam[Int]

    Permalink
    Definition Classes
    Urls
  13. implicit abstract def intSegment: (BasicAuthentication.this)#Segment[Int]

    Permalink
    Definition Classes
    Urls
  14. implicit abstract def longQueryString: (BasicAuthentication.this)#QueryStringParam[Long]

    Permalink
    Definition Classes
    Urls
  15. implicit abstract def longSegment: (BasicAuthentication.this)#Segment[Long]

    Permalink
    Definition Classes
    Urls
  16. abstract def optQs[A](name: String)(implicit value: (BasicAuthentication.this)#QueryStringParam[A]): (BasicAuthentication.this)#QueryString[Option[A]]

    Permalink
    Definition Classes
    Urls
  17. abstract def qs[A](name: String)(implicit value: (BasicAuthentication.this)#QueryStringParam[A]): (BasicAuthentication.this)#QueryString[A]

    Permalink
    Definition Classes
    Urls
  18. abstract def request[UrlP, BodyP, HeadersP, UrlAndBodyPTupled](method: (BasicAuthentication.this)#Method, url: (BasicAuthentication.this)#Url[UrlP], entity: (BasicAuthentication.this)#RequestEntity[BodyP], headers: (BasicAuthentication.this)#RequestHeaders[HeadersP])(implicit tuplerAB: Tupler.Aux[UrlP, BodyP, UrlAndBodyPTupled], tuplerABC: Tupler[UrlAndBodyPTupled, HeadersP]): (BasicAuthentication.this)#Request[Out]

    Permalink
    Definition Classes
    Requests
  19. abstract def segment[A](implicit s: (BasicAuthentication.this)#Segment[A]): (BasicAuthentication.this)#Path[A]

    Permalink
    Definition Classes
    Urls
  20. abstract def staticPathSegment(segment: String): (BasicAuthentication.this)#Path[Unit]

    Permalink
    Definition Classes
    Urls
  21. implicit abstract def stringQueryString: (BasicAuthentication.this)#QueryStringParam[String]

    Permalink
    Definition Classes
    Urls
  22. implicit abstract def stringSegment: (BasicAuthentication.this)#Segment[String]

    Permalink
    Definition Classes
    Urls
  23. abstract def textResponse: (BasicAuthentication.this)#Response[String]

    Permalink
    Definition Classes
    Responses
  24. abstract def urlWithQueryString[A, B](path: (BasicAuthentication.this)#Path[A], qs: (BasicAuthentication.this)#QueryString[B])(implicit tupler: Tupler[A, B]): (BasicAuthentication.this)#Url[Out]

    Permalink
    Definition Classes
    Urls

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def authenticatedEndpoint[A, B, C, AB](method: (BasicAuthentication.this)#Method, url: (BasicAuthentication.this)#Url[A], requestEntity: (BasicAuthentication.this)#RequestEntity[B], response: (BasicAuthentication.this)#Response[C])(implicit tuplerAB: Tupler.Aux[A, B, AB], tuplerABC: Tupler[AB, Credentials]): (BasicAuthentication.this)#Endpoint[Out, Option[C]]

    Permalink
    Definition Classes
    BasicAuthentication
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def get[UrlP, HeadersP](url: (BasicAuthentication.this)#Url[UrlP], headers: (BasicAuthentication.this)#RequestHeaders[HeadersP])(implicit tuplerAC: Tupler[UrlP, HeadersP]): (BasicAuthentication.this)#Request[Out]

    Permalink
    Definition Classes
    Requests
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  16. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  17. val path: (BasicAuthentication.this)#Path[Unit]

    Permalink
    Definition Classes
    Urls
  18. final def post[UrlP, BodyP, HeadersP, UrlAndBodyPTupled](url: (BasicAuthentication.this)#Url[UrlP], entity: (BasicAuthentication.this)#RequestEntity[BodyP], headers: (BasicAuthentication.this)#RequestHeaders[HeadersP])(implicit tuplerAB: Tupler.Aux[UrlP, BodyP, UrlAndBodyPTupled], tuplerABC: Tupler[UrlAndBodyPTupled, HeadersP]): (BasicAuthentication.this)#Request[Out]

    Permalink
    Definition Classes
    Requests
  19. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  20. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  21. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from algebra.BasicAuthentication

Inherited from algebra.Endpoints

Inherited from Responses

Inherited from Requests

Inherited from algebra.Methods

Inherited from algebra.Urls

Inherited from AnyRef

Inherited from Any

Ungrouped