Packages

object NettyBackend extends HttpBackend[Request, Response, Rx] with TLSSupport with LogSupport

Linear Supertypes
LogSupport, LazyLogger, LoggingMethods, Serializable, TLSSupport, HttpBackend[Request, Response, Rx], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NettyBackend
  2. LogSupport
  3. LazyLogger
  4. LoggingMethods
  5. Serializable
  6. TLSSupport
  7. HttpBackend
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type Context = HttpContext[Request, Response, Rx]
    Definition Classes
    HttpBackend
  2. type Filter = HttpFilter[Request, Response, Rx]
    Definition Classes
    HttpBackend

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clearTLS(): Unit
    Definition Classes
    TLSSupport
  6. def clearThreadLocal(): Unit
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  8. macro def debug(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  9. macro def debug(message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  10. def defaultFilter: Filter
    Definition Classes
    HttpBackend
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. macro def error(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  14. macro def error(message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  15. def filterAdapter[M[_]](filter: HttpFilter[_, _, M]): Filter
    Definition Classes
    NettyBackend → HttpBackend
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  17. def getTLS(key: String): Option[Any]
    Definition Classes
    TLSSupport
  18. def getThreadLocal[A](key: String): Option[A]
    Definition Classes
    NettyBackend → HttpBackend
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  20. implicit val httpRequestAdapter: HttpRequestAdapter[Request]
    Attributes
    protected
    Definition Classes
    NettyBackend → HttpBackend
  21. macro def info(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  22. macro def info(message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  23. def isFutureType(x: Class[_]): Boolean
    Definition Classes
    NettyBackend → HttpBackend
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def isRawResponseType(x: Class[_]): Boolean
    Definition Classes
    NettyBackend → HttpBackend
  26. def isScalaFutureType(x: Class[_]): Boolean
    Definition Classes
    HttpBackend
  27. macro def logAt(logLevel: LogLevel, message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  28. lazy val logger: Logger
    Attributes
    protected[this]
    Definition Classes
    LazyLogger
  29. def mapF[A, B](f: Rx[A], body: (A) => B): Rx[B]
    Definition Classes
    NettyBackend → HttpBackend
  30. def name: String
    Definition Classes
    NettyBackend → HttpBackend
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. def newContext(body: (Request) => Rx[Response]): Context
    Definition Classes
    HttpBackend
  33. def newFilter(body: (Request, HttpContext[Request, Response, Rx]) => Rx[Response]): Filter
    Definition Classes
    HttpBackend
  34. def newResponse(status: HttpStatus, content: String): Response
    Definition Classes
    NettyBackend → HttpBackend
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  37. def rescue(body: => Rx[Response]): Rx[Response]
    Definition Classes
    HttpBackend
  38. def rxFilterAdapter(filter: RxHttpFilter): Filter
    Definition Classes
    NettyBackend → HttpBackend
  39. def setTLS(key: String, value: Any): Unit
    Definition Classes
    TLSSupport
  40. def setThreadLocal[A](key: String, value: A): Unit
    Definition Classes
    NettyBackend → HttpBackend
  41. def setThreadLocalServerException[A](value: A): Unit
    Definition Classes
    HttpBackend
  42. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  43. def toFuture[A](a: Future[A], ex: ExecutionContext): Rx[A]
    Definition Classes
    NettyBackend → HttpBackend
  44. def toFuture[A](a: A): Rx[A]
    Definition Classes
    NettyBackend → HttpBackend
  45. def toScalaFuture[A](a: Rx[A]): Future[A]
    Definition Classes
    NettyBackend → HttpBackend
  46. def toString(): String
    Definition Classes
    AnyRef → Any
  47. macro def trace(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  48. macro def trace(message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  49. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  51. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  52. macro def warn(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  53. macro def warn(message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  54. def withThreadLocalStore(request: => Rx[Response]): Rx[Response]
    Definition Classes
    NettyBackend → HttpBackend
  55. def wrapException(e: Throwable): Rx[Response]
    Definition Classes
    NettyBackend → HttpBackend

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from LogSupport

Inherited from LazyLogger

Inherited from LoggingMethods

Inherited from Serializable

Inherited from TLSSupport

Inherited from HttpBackend[Request, Response, Rx]

Inherited from AnyRef

Inherited from Any

Ungrouped