Packages

final class StandaloneProxy extends prelude.DirectLogging

Actor system and HTTP proxy for standalone application.

This proxy expects the target servers to provide this proxy address to clients.

references: https://gist.github.com/rklaehn/3aa3215046df2c0a7795

TODO: Would prefer to push more initialization aspects into a method. However, currently this is instantiated with the test instance prior to IO RTS availability.

TODO: add an auth header the target servers assert against.

Linear Supertypes
Ordering
  1. Grouped
  2. Alphabetic
  3. By Inheritance
Inherited
  1. StandaloneProxy
  2. DirectLogging
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new StandaloneProxy(options: ProxyOptions, extraConfig: String = "")

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. implicit val actorMaterializer: ActorMaterializer
  5. val actorSystem: prelude.ActorSystem[Proto]

    ActorSystem with the name "proxy".

  6. val actorSystemName: String

    The constant "proxy".

  7. def address: ProxyAddress
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. val config: com.typesafe.config.Config

    Config.appProxyConfig

  11. def effectBindings: App[EffectBinding]
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. val extraConfig: String
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. val http: HttpExt
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. lazy val logger: prelude.Logger
    Attributes
    protected
    Definition Classes
    DirectLogging
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. val options: ProxyOptions
  25. implicit val scheduler: prelude.Scheduler
  26. val start: App[ProxyAddress]
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def terminate: AppUIO[Either[Throwable, Done]]
  29. implicit val timeout: prelude.Timeout
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. implicit val untypedActorSystem: prelude.AkkaPrelude.untyped.ActorSystem
  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 prelude.DirectLogging

Inherited from AnyRef

Inherited from Any

Service Logic

Ungrouped