Class/Object

com.twitter.diffy

ApiController

Related Docs: object ApiController | package diffy

Permalink

class ApiController extends Controller

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ApiController
  2. Controller
  3. Logging
  4. Logging
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ApiController(proxy: DifferenceProxy, settings: Settings, workflow: FunctionalReport, reportGenerator: ReportGenerator)

    Permalink
    Annotations
    @Inject()

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. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def connect[RequestType, ResponseType](route: String)(callback: (RequestType) ⇒ ResponseType)(implicit arg0: Manifest[RequestType], arg1: Manifest[ResponseType]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Controller
  7. def debug(msg: ⇒ Any, t: ⇒ Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  8. def debug(msg: ⇒ Any): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  9. def debugFutureResult[T](msg: String)(func: ⇒ Future[T]): Future[T]

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  10. def debugResult[T](msg: String)(func: ⇒ T): T

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  11. def delete[RequestType, ResponseType](route: String)(callback: (RequestType) ⇒ ResponseType)(implicit arg0: Manifest[RequestType], arg1: Manifest[ResponseType]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Controller
  12. def endpointMap(JoinedEndpoint: JoinedEndpoint, includeWeights: Boolean, excludeNoise: Boolean): Map[String, Map[String, Any]]

    Permalink
  13. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. def error(msg: ⇒ Any, t: ⇒ Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  16. def error(msg: ⇒ Any): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  17. def errorResult[T](msg: String)(func: ⇒ T): T

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def get[RequestType, ResponseType](route: String)(callback: (RequestType) ⇒ ResponseType)(implicit arg0: Manifest[RequestType], arg1: Manifest[ResponseType]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Controller
  20. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  22. def head[RequestType, ResponseType](route: String)(callback: (RequestType) ⇒ ResponseType)(implicit arg0: Manifest[RequestType], arg1: Manifest[ResponseType]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Controller
  23. def info(msg: ⇒ Any, t: ⇒ Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  24. def info(msg: ⇒ Any): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  25. def infoResult[T](msg: String)(func: ⇒ T): T

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  26. def isDebugEnabled: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  27. def isErrorEnabled: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  28. def isInfoEnabled: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  29. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  30. def isTraceEnabled: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  31. def isWarnEnabled: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  32. def logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Logging → Logging
  33. def loggerName: String

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  34. val name: String

    Permalink
    Definition Classes
    Controller
  35. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  38. def options[RequestType, ResponseType](route: String)(callback: (RequestType) ⇒ ResponseType)(implicit arg0: Manifest[RequestType], arg1: Manifest[ResponseType]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Controller
  39. def patch[RequestType, ResponseType](route: String)(callback: (RequestType) ⇒ ResponseType)(implicit arg0: Manifest[RequestType], arg1: Manifest[ResponseType]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Controller
  40. def post[RequestType, ResponseType](route: String)(callback: (RequestType) ⇒ ResponseType)(implicit arg0: Manifest[RequestType], arg1: Manifest[ResponseType]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Controller
  41. def put[RequestType, ResponseType](route: String)(callback: (RequestType) ⇒ ResponseType)(implicit arg0: Manifest[RequestType], arg1: Manifest[ResponseType]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Controller
  42. def response: ResponseBuilder

    Permalink
    Attributes
    protected
    Definition Classes
    Controller
  43. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  44. val thresholdFilter: (JoinedField) ⇒ Boolean

    Permalink
  45. def time[T](formatStr: String)(func: ⇒ T): T

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  46. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  47. def trace[RequestType, ResponseType](route: String)(callback: (RequestType) ⇒ ResponseType)(implicit arg0: Manifest[RequestType], arg1: Manifest[ResponseType]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Controller
  48. def trace(msg: ⇒ Any, t: ⇒ Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  49. def trace(msg: ⇒ Any): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  50. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. def warn(msg: ⇒ Any, t: ⇒ Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  54. def warn(msg: ⇒ Any): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  55. def warnResult[T](msg: String)(func: ⇒ T): T

    Permalink
    Attributes
    protected
    Definition Classes
    Logging

Inherited from Controller

Inherited from Logging

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped