c

otoroshi.controllers.adminapi

ReverseServicesController

class ReverseServicesController extends AnyRef

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

Instance Constructors

  1. new ReverseServicesController(_prefix: ⇒ 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. def _defaultPrefix: String
  5. def allLines(): Call
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def bulkCreateAction(): Call
  8. def bulkDeleteAction(): Call
  9. def bulkPatchAction(): Call
  10. def bulkUpdateAction(): Call
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  12. def createAction(): Call
  13. def createServiceTemplate(serviceId: String): Call
  14. def deleteEntityAction(id: String): Call
  15. def deleteServiceTemplate(serviceId: String): Call
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def findAllEntitiesAction(): Call
  20. def findEntityByIdAction(id: String): Call
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  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 patchEntityAction(id: String): Call
  28. def serviceAddTarget(serviceId: String): Call
  29. def serviceDeleteTarget(serviceId: String): Call
  30. def serviceHealth(serviceId: String): Call
  31. def serviceTargets(serviceId: String): Call
  32. def serviceTemplate(serviceId: String): Call
  33. def servicesForALine(line: String): Call
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. def updateEntityAction(id: String): Call
  37. def updateServiceTargets(serviceId: String): Call
  38. def updateServiceTemplate(serviceId: String): Call
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped