tugboat

Requests

abstract class Requests extends Methods

Linear Supertypes
Methods, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Requests
  2. Methods
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Requests(hostStr: String, http: Http, authConfig: Option[AuthConfig])(implicit ec: ExecutionContext)

Type Members

  1. case class Auth(_cfg: AuthConfig) extends Completion[Unit] with Product with Serializable

    Definition Classes
    Methods
  2. case class Events(_since: Option[Long] = None, _until: Option[Long] = None) extends Stream[Event.Record] with Product with Serializable

    Definition Classes
    Methods

Value Members

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

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

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

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

    Definition Classes
    Any
  5. def auth(cfg: AuthConfig): Auth

    Definition Classes
    Methods
  6. def auth(user: String, password: String, email: String): Auth

    Definition Classes
    Methods
  7. val authConfig: Option[AuthConfig]

    Attributes
    protected
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def complete[A](req: Req)(implicit arg0: Rep[A]): Completion[A]

  10. object containers

    Definition Classes
    Methods
  11. implicit val ec: ExecutionContext

    Attributes
    protected
  12. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  14. def events: Events

    Definition Classes
    Methods
  15. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  18. def host: Req

  19. object images

    Definition Classes
    Methods
  20. def info: Completion[Info]

    Definition Classes
    Methods
  21. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  25. def ping: Completion[Unit]

    Definition Classes
    Methods
  26. def request[T](req: Req)(handler: Handler[T]): Future[T]

  27. def stream[A](req: Req)(implicit arg0: StreamRep[A]): Stream[A]

  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  29. def toString(): String

    Definition Classes
    AnyRef → Any
  30. def version: Completion[Version]

    Definition Classes
    Methods
  31. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Methods

Inherited from AnyRef

Inherited from Any

Ungrouped