cc.spray

HttpServiceActor

trait HttpServiceActor extends Actor with ErrorHandling with Logging with PostStart

The actor part of the HttpService.

Self Type
HttpServiceActor with HttpServiceLogic
Linear Supertypes
PostStart, Logging, ErrorHandling, Actor, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. HttpServiceActor
  2. PostStart
  3. Logging
  4. ErrorHandling
  5. Actor
  6. AnyRef
  7. Any
Visibility
  1. Public
  2. All

Type Members

  1. type Receive = PartialFunction[Any, Unit]

    Definition Classes
    Actor

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  7. def become (behavior: Receive, discardOld: Boolean): Unit

    Definition Classes
    Actor
  8. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  9. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  10. def equals (arg0: Any): Boolean

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  12. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef
  13. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  14. def isDefinedAt (message: Any): Boolean

    Definition Classes
    Actor
  15. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  16. lazy val log : Log

    Definition Classes
    Logging
  17. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  18. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  19. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  20. implicit def optionSelf : Option[ActorRef]

    Attributes
    implicit
    Definition Classes
    Actor
  21. def postRestart (reason: Throwable): Unit

    Definition Classes
    Actor
  22. def postStart (): Unit

    Definition Classes
    HttpServiceActorPostStart
  23. def postStop (): Unit

    Definition Classes
    HttpServiceActor → Actor
  24. def preRestart (reason: Throwable): Unit

    Definition Classes
    HttpServiceActor → Actor
  25. def preStart (): Unit

    Definition Classes
    HttpServiceActorPostStart → Actor
  26. def receive : PartialFunction[Any, Unit]

    Attributes
    protected
    Definition Classes
    HttpServiceActor → Actor
  27. def responderForRequest (request: HttpRequest): (RoutingResult) ⇒ Unit

    Attributes
    protected[spray]
  28. def responseForException (request: HttpRequest, e: Exception): HttpResponse

    Attributes
    protected[spray]
    Definition Classes
    ErrorHandling
  29. val self : ScalaActorRef

    Definition Classes
    Actor
  30. val setDateHeader : Boolean

  31. implicit val someSelf : Some[ActorRef]

    Attributes
    implicit
    Definition Classes
    Actor
  32. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  33. def toString (): String

    Definition Classes
    AnyRef → Any
  34. def unbecome (): Unit

    Definition Classes
    Actor
  35. def unhandled (msg: Any): Unit

    Definition Classes
    Actor
  36. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from PostStart

Inherited from Logging

Inherited from ErrorHandling

Inherited from Actor

Inherited from AnyRef

Inherited from Any