Packages

class ReposerverHttpClient extends TracingHttpClient with ReposerverClient

Linear Supertypes
ReposerverClient, TracingHttpClient, ServiceHttpClient, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReposerverHttpClient
  2. ReposerverClient
  3. TracingHttpClient
  4. ServiceHttpClient
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ReposerverHttpClient(reposerverUri: Uri, httpClient: (HttpRequest) ⇒ Future[HttpResponse], authHeaders: Option[HttpHeader] = None)(implicit ec: ExecutionContext, system: ActorSystem, mat: Materializer, tracing: ServerRequestTracing)

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. def ReposerverError(msg: String): RawError
    Attributes
    protected
    Definition Classes
    ReposerverClient
  5. def addTarget(namespace: Namespace, fileName: String, uri: Uri, checksum: Checksum, length: Int, targetFormat: TargetFormat, name: Option[TargetName] = None, version: Option[TargetVersion] = None, hardwareIds: Seq[HardwareIdentifier] = Seq.empty): Future[Unit]
    Definition Classes
    ReposerverHttpClientReposerverClient
  6. def addTargetFromContent(namespace: Namespace, fileName: String, uri: Option[Uri], checksum: Checksum, length: Int, targetFormat: TargetFormat, content: Source[ByteString, Any], name: TargetName, version: TargetVersion, hardwareIds: Seq[HardwareIdentifier]): Future[Unit]
    Definition Classes
    ReposerverHttpClientReposerverClient
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. def createRoot(namespace: Namespace, keyType: KeyType): Future[RepoId]
    Definition Classes
    ReposerverHttpClientReposerverClient
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def execHttpFull[T](request: HttpRequest)(implicit arg0: ClassTag[T], um: FromEntityUnmarshaller[T]): Future[Either[RemoteServiceError, ServiceHttpFullResponse[T]]]
    Attributes
    protected
    Definition Classes
    ServiceHttpClient
  13. def execHttpFullWithNamespace[T](namespace: Namespace, request: HttpRequest)(implicit ct: ClassTag[T], ev: FromEntityUnmarshaller[T]): Future[ServiceHttpFullResponseEither[T]]
    Attributes
    protected
    Definition Classes
    ReposerverHttpClient → ServiceHttpClient
  14. def execHttpUnmarshalled[T](request: HttpRequest)(implicit arg0: ClassTag[T], um: FromEntityUnmarshaller[T]): Future[Either[RemoteServiceError, T]]
    Attributes
    protected
    Definition Classes
    ServiceHttpClient
  15. def execHttpUnmarshalledWithNamespace[T](namespace: Namespace, request: HttpRequest)(implicit arg0: ClassTag[T], arg1: FromEntityUnmarshaller[T]): Future[Either[RemoteServiceError, T]]
    Attributes
    protected
    Definition Classes
    ServiceHttpClient
  16. def execJsonHttp[Res, Req](request: HttpRequest, entity: Req)(implicit arg0: ClassTag[Res], arg1: FromEntityUnmarshaller[Res], arg2: Encoder[Req]): Future[Either[RemoteServiceError, Res]]
    Attributes
    protected
    Definition Classes
    ServiceHttpClient
  17. def fetchRoot(namespace: Namespace): Future[(RepoId, SignedPayload[RootRole])]
    Definition Classes
    ReposerverHttpClientReposerverClient
  18. def fetchTargets(namespace: Namespace): Future[SignedPayload[TargetsRole]]
    Definition Classes
    ReposerverHttpClientReposerverClient
  19. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def httpClient: (HttpRequest) ⇒ Future[HttpResponse]
    Definition Classes
    TracingHttpClient → ServiceHttpClient
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. def repoExists(namespace: Namespace)(implicit ec: ExecutionContext): Future[Boolean]
    Definition Classes
    ReposerverClient
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def targetExists(namespace: Namespace, targetFilename: TargetFilename): Future[Boolean]
    Definition Classes
    ReposerverHttpClientReposerverClient
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. implicit val unitFromEntityUnmarshaller: FromEntityUnmarshaller[Unit]
    Attributes
    protected
    Definition Classes
    ServiceHttpClient
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from ReposerverClient

Inherited from TracingHttpClient

Inherited from ServiceHttpClient

Inherited from AnyRef

Inherited from Any

Ungrouped