Class/Object

io.fsq.exceptionator.service

ApiHttpService

Related Docs: object ApiHttpService | package service

Permalink

class ApiHttpService extends Service[ExceptionatorRequest, Response] with Logger

Linear Supertypes
Logger, Service[ExceptionatorRequest, Response], Closable, (ExceptionatorRequest) ⇒ Future[Response], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ApiHttpService
  2. Logger
  3. Service
  4. Closable
  5. Function1
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ApiHttpService(services: HasBucketActions with HasHistoryActions with HasNoticeActions, bucketFriendlyNames: Map[String, String])

    Permalink

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 andThen[A](g: (Future[Response]) ⇒ A): (ExceptionatorRequest) ⇒ A

    Permalink
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  5. val apiFuturePool: ExecutorServiceFuturePool

    Permalink
  6. def apply(exceptionatorRequest: ExceptionatorRequest): Future[Response]

    Permalink
    Definition Classes
    ApiHttpService → Service → Function1
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def bucketHistory(bucketName: String, bucketKey: String, timestamp: Long, request: Request): Future[InternalResponse]

    Permalink
  9. def bucketNotices(bucketName: String, bucketKey: String, request: Request): Future[InternalResponse]

    Permalink
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def close(deadline: Time): Future[Unit]

    Permalink
    Definition Classes
    Service → Closable
  12. def close(after: Duration): Future[Unit]

    Permalink
    Definition Classes
    Closable
  13. final def close(): Future[Unit]

    Permalink
    Definition Classes
    Closable
  14. def compose[A](g: (A) ⇒ ExceptionatorRequest): (A) ⇒ Future[Response]

    Permalink
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  15. def config(request: ExceptionatorRequest): Future[InternalResponse]

    Permalink
  16. def decodeURIComponent(component: String): String

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. implicit val formats: Formats

    Permalink
  21. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  22. def groupHistory(bucketName: String, timestamp: Long, request: Request): Future[InternalResponse]

    Permalink
  23. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  24. def history(bucketName: Option[String], bucketId: Option[String], timestamp: Long, request: Request): Future[InternalResponse]

    Permalink
  25. final def isAvailable: Boolean

    Permalink
    Definition Classes
    Service
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. def limitParam(request: Request): Int

    Permalink
  28. val logger: Logger

    Permalink
    Definition Classes
    Logger
  29. def map[Req1](f: (Req1) ⇒ ExceptionatorRequest): Service[Req1, Response]

    Permalink
    Definition Classes
    Service
  30. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  31. def notices(bucketName: Option[String], bucketId: Option[String], request: Request): Future[InternalResponse]

    Permalink
  32. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  34. def recent(bucketName: String, request: Request): Future[InternalResponse]

    Permalink
  35. def search(terms: String, request: Request): Future[InternalResponse]

    Permalink
  36. def status: Status

    Permalink
    Definition Classes
    Service
  37. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from Logger

Inherited from Service[ExceptionatorRequest, Response]

Inherited from Closable

Inherited from (ExceptionatorRequest) ⇒ Future[Response]

Inherited from AnyRef

Inherited from Any

Ungrouped