Object/Class

akka.cluster.http.management

ClusterHttpManagement

Related Docs: class ClusterHttpManagement | package management

Permalink

object ClusterHttpManagement

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

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. def apply(cluster: Cluster, pathPrefix: String, asyncAuthenticator: http.scaladsl.server.Directives.AsyncAuthenticator[String], https: ConnectionContext): ClusterHttpManagement

    Permalink

    Creates an instance of akka.cluster.http.management.ClusterHttpManagement to manage the specified akka.cluster.Cluster instance.

    Creates an instance of akka.cluster.http.management.ClusterHttpManagement to manage the specified akka.cluster.Cluster instance. This version provides Basic Authentication with the specified AsyncAuthenticator. It provide SSL with the specified ConnectionContext. It uses the specified path pathPrefix.

  5. def apply(cluster: Cluster, asyncAuthenticator: http.scaladsl.server.Directives.AsyncAuthenticator[String], https: ConnectionContext): ClusterHttpManagement

    Permalink

    Creates an instance of akka.cluster.http.management.ClusterHttpManagement to manage the specified akka.cluster.Cluster instance.

    Creates an instance of akka.cluster.http.management.ClusterHttpManagement to manage the specified akka.cluster.Cluster instance. This version provides Basic Authentication with the specified AsyncAuthenticator. It provide SSL with the specified ConnectionContext. It uses the default path "members".

  6. def apply(cluster: Cluster, pathPrefix: String, https: ConnectionContext): ClusterHttpManagement

    Permalink

    Creates an instance of akka.cluster.http.management.ClusterHttpManagement to manage the specified akka.cluster.Cluster instance.

    Creates an instance of akka.cluster.http.management.ClusterHttpManagement to manage the specified akka.cluster.Cluster instance. This version provides SSL with the specified ConnectionContext. It does not provide Basic Authentication. It uses the specified path pathPrefix.

  7. def apply(cluster: Cluster, pathPrefix: String, asyncAuthenticator: http.scaladsl.server.Directives.AsyncAuthenticator[String]): ClusterHttpManagement

    Permalink

    Creates an instance of akka.cluster.http.management.ClusterHttpManagement to manage the specified akka.cluster.Cluster instance.

    Creates an instance of akka.cluster.http.management.ClusterHttpManagement to manage the specified akka.cluster.Cluster instance. This version provides Basic Authentication with the specified AsyncAuthenticator. It does not provide SSL security. It uses the specified path pathPrefix.

  8. def apply(cluster: Cluster, https: ConnectionContext): ClusterHttpManagement

    Permalink

    Creates an instance of akka.cluster.http.management.ClusterHttpManagement to manage the specified akka.cluster.Cluster instance.

    Creates an instance of akka.cluster.http.management.ClusterHttpManagement to manage the specified akka.cluster.Cluster instance. This version provides SSL with the specified ConnectionContext. It does not provide Basic Authentication. It uses the default path "members".

  9. def apply(cluster: Cluster, asyncAuthenticator: http.scaladsl.server.Directives.AsyncAuthenticator[String]): ClusterHttpManagement

    Permalink

    Creates an instance of akka.cluster.http.management.ClusterHttpManagement to manage the specified akka.cluster.Cluster instance.

    Creates an instance of akka.cluster.http.management.ClusterHttpManagement to manage the specified akka.cluster.Cluster instance. This version provides Basic Authentication with the specified AsyncAuthenticator. It does not provide SSL security. It uses the default path "members".

  10. def apply(cluster: Cluster, pathPrefix: String): ClusterHttpManagement

    Permalink

    Creates an instance of akka.cluster.http.management.ClusterHttpManagement to manage the specified akka.cluster.Cluster instance.

    Creates an instance of akka.cluster.http.management.ClusterHttpManagement to manage the specified akka.cluster.Cluster instance. This version does not provide security (Basic Authentication or SSL). It uses the specified path pathPrefix.

  11. def apply(cluster: Cluster): ClusterHttpManagement

    Permalink

    Creates an instance of akka.cluster.http.management.ClusterHttpManagement to manage the specified akka.cluster.Cluster instance.

    Creates an instance of akka.cluster.http.management.ClusterHttpManagement to manage the specified akka.cluster.Cluster instance. This version does not provide security (Basic Authentication or SSL) and uses the default path "members".

  12. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def create(cluster: Cluster, pathPrefix: String, asyncAuthenticator: http.scaladsl.server.Directives.AsyncAuthenticator[String], https: ConnectionContext): ClusterHttpManagement

    Permalink

    Creates an instance of akka.cluster.http.management.ClusterHttpManagement to manage the specified akka.cluster.Cluster instance.

    Creates an instance of akka.cluster.http.management.ClusterHttpManagement to manage the specified akka.cluster.Cluster instance. This version provides Basic Authentication with the specified AsyncAuthenticator. It provide SSL with the specified ConnectionContext. It uses the specified path pathPrefix.

  15. def create(cluster: Cluster, asyncAuthenticator: http.scaladsl.server.Directives.AsyncAuthenticator[String], https: ConnectionContext): ClusterHttpManagement

    Permalink

    Creates an instance of akka.cluster.http.management.ClusterHttpManagement to manage the specified akka.cluster.Cluster instance.

    Creates an instance of akka.cluster.http.management.ClusterHttpManagement to manage the specified akka.cluster.Cluster instance. This version provides Basic Authentication with the specified AsyncAuthenticator. It provide SSL with the specified ConnectionContext. It uses the default path "members".

  16. def create(cluster: Cluster, pathPrefix: String, https: ConnectionContext): ClusterHttpManagement

    Permalink

    Creates an instance of akka.cluster.http.management.ClusterHttpManagement to manage the specified akka.cluster.Cluster instance.

    Creates an instance of akka.cluster.http.management.ClusterHttpManagement to manage the specified akka.cluster.Cluster instance. This version provides SSL with the specified ConnectionContext. It does not provide Basic Authentication. It uses the specified path pathPrefix.

  17. def create(cluster: Cluster, pathPrefix: String, asyncAuthenticator: http.scaladsl.server.Directives.AsyncAuthenticator[String]): ClusterHttpManagement

    Permalink

    Creates an instance of akka.cluster.http.management.ClusterHttpManagement to manage the specified akka.cluster.Cluster instance.

    Creates an instance of akka.cluster.http.management.ClusterHttpManagement to manage the specified akka.cluster.Cluster instance. This version provides Basic Authentication with the specified AsyncAuthenticator. It does not provide SSL security. It uses the specified path pathPrefix.

  18. def create(cluster: Cluster, https: ConnectionContext): ClusterHttpManagement

    Permalink

    Creates an instance of akka.cluster.http.management.ClusterHttpManagement to manage the specified akka.cluster.Cluster instance.

    Creates an instance of akka.cluster.http.management.ClusterHttpManagement to manage the specified akka.cluster.Cluster instance. This version provides SSL with the specified ConnectionContext. It does not provide Basic Authentication. It uses the default path "members".

  19. def create(cluster: Cluster, asyncAuthenticator: http.scaladsl.server.Directives.AsyncAuthenticator[String]): ClusterHttpManagement

    Permalink

    Creates an instance of akka.cluster.http.management.ClusterHttpManagement to manage the specified akka.cluster.Cluster instance.

    Creates an instance of akka.cluster.http.management.ClusterHttpManagement to manage the specified akka.cluster.Cluster instance. This version provides Basic Authentication with the specified AsyncAuthenticator. It does not provide SSL security. It uses the default path "members".

  20. def create(cluster: Cluster, pathPrefix: String): ClusterHttpManagement

    Permalink

    Creates an instance of akka.cluster.http.management.ClusterHttpManagement to manage the specified akka.cluster.Cluster instance.

    Creates an instance of akka.cluster.http.management.ClusterHttpManagement to manage the specified akka.cluster.Cluster instance. This version does not provide security (Basic Authentication or SSL). It uses the specified path pathPrefix.

  21. def create(cluster: Cluster): ClusterHttpManagement

    Permalink

    Creates an instance of akka.cluster.http.management.ClusterHttpManagement to manage the specified akka.cluster.Cluster instance.

    Creates an instance of akka.cluster.http.management.ClusterHttpManagement to manage the specified akka.cluster.Cluster instance. This version does not provide security (Basic Authentication or SSL) and uses the default path "members".

  22. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  31. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped