spray.servlet.Servlet30ConnectorServlet

Responder

class Responder extends UnregisteredActorRef

Linear Supertypes
UnregisteredActorRef, UnregisteredActorRefBase, MinimalActorRef, LocalRef, ActorRefScope, InternalActorRef, ScalaActorRef, ActorRef, Serializable, Serializable, Comparable[ActorRef], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Responder
  2. UnregisteredActorRef
  3. UnregisteredActorRefBase
  4. MinimalActorRef
  5. LocalRef
  6. ActorRefScope
  7. InternalActorRef
  8. ScalaActorRef
  9. ActorRef
  10. Serializable
  11. Serializable
  12. Comparable
  13. AnyRef
  14. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Responder(hsRequest: HttpServletRequest, hsResponse: HttpServletResponse, req: HttpRequest)

Value Members

  1. def !(message: Any)(implicit sender: ActorRef = Actor.noSender): Unit

    Definition Classes
    UnregisteredActorRefBase → MinimalActorRef → ScalaActorRef
  2. final def !=(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  4. final def ##(): Int

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

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

    Definition Classes
    Any
  7. final val COMPLETED: Int(2)

  8. final val OPEN: Int(0)

  9. final val STARTED: Int(1)

  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. val asyncContext: AsyncContext

  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. final def compareTo(other: ActorRef): Int

    Definition Classes
    ActorRef → Comparable
  14. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. final def equals(that: Any): Boolean

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def forward(message: Any)(implicit context: ActorContext): Unit

    Definition Classes
    ActorRef
  18. def getChild(names: Iterator[String]): InternalActorRef

    Definition Classes
    MinimalActorRef → InternalActorRef
  19. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  20. def getParent: InternalActorRef

    Definition Classes
    UnregisteredActorRefBase → MinimalActorRef → InternalActorRef
  21. def handle(message: Any)(implicit sender: ActorRef): Unit

    Definition Classes
    ResponderUnregisteredActorRefBase
  22. def handleTimeout(hsResponse: HttpServletResponse, req: HttpRequest): Unit

  23. final def hashCode(): Int

    Definition Classes
    ActorRef → AnyRef → Any
  24. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  25. final def isLocal: Boolean

    Definition Classes
    LocalRef → ActorRefScope
  26. def isTerminated: Boolean

    Definition Classes
    UnregisteredActorRefBase → MinimalActorRef → ActorRef
  27. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  28. def notCompleted(msg: Any): Unit

  29. final def notify(): Unit

    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  31. def onStop(): Unit

    Attributes
    protected
    Definition Classes
    UnregisteredActorRefBase
  32. final def path: ActorPath

    Contract of this method: Must always return the same ActorPath, which must have been registered if we haven't been stopped yet.

    Contract of this method: Must always return the same ActorPath, which must have been registered if we haven't been stopped yet.

    Definition Classes
    UnregisteredActorRefBase → ActorRef
    Annotations
    @tailrec()
  33. def postProcess(error: Option[Throwable], ack: Option[Any], close: Boolean)(implicit sender: ActorRef): Unit

  34. val provider: ActorRefProvider

    Definition Classes
    UnregisteredActorRefBase → InternalActorRef
  35. def register(path: ActorPath): Unit

    Attributes
    protected
    Definition Classes
    UnregisteredActorRefBase
  36. def registerForMultiResponse(isLastResponse: (Any) ⇒ Boolean, timeout: Timeout)(implicit executor: ExecutionContext): ActorRef

    Produces a LazyActorRef that wraps this UnregisteredActorRef.

    Produces a LazyActorRef that wraps this UnregisteredActorRef. The resulting ActorRef is reachable from remote JVMs and can receive several replies. However, the last one must be identifiable and has to arrive within the given timeout period.

    Definition Classes
    UnregisteredActorRef
  37. def registerForSingleResponse(timeout: Timeout)(implicit executor: ExecutionContext): ActorRef

    Produces a LazyActorRef that wraps this UnregisteredActorRef.

    Produces a LazyActorRef that wraps this UnregisteredActorRef. The resulting ActorRef is reachable from remote JVMs, but can only receive a single reply, which has to arrive within the given timeout period.

    Definition Classes
    UnregisteredActorRef
  38. def restart(cause: Throwable): Unit

    Definition Classes
    MinimalActorRef → InternalActorRef
  39. def resume(causedByFailure: Throwable): Unit

    Definition Classes
    MinimalActorRef → InternalActorRef
  40. def sendSystemMessage(message: SystemMessage): Unit

    Definition Classes
    UnregisteredActorRefBase → MinimalActorRef → InternalActorRef
  41. def start(): Unit

    Definition Classes
    MinimalActorRef → InternalActorRef
  42. val state: AtomicInteger

  43. final def stop(): Unit

    Definition Classes
    UnregisteredActorRefBase → MinimalActorRef → InternalActorRef
    Annotations
    @tailrec()
  44. def suspend(): Unit

    Definition Classes
    MinimalActorRef → InternalActorRef
  45. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  46. final def tell(msg: Any, sender: ActorRef): Unit

    Definition Classes
    ActorRef
  47. def toString(): String

    Definition Classes
    ActorRef → AnyRef → Any
  48. def unregister(path: ActorPath): Unit

    Attributes
    protected
    Definition Classes
    UnregisteredActorRefBase
  49. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. def writeReplace(): AnyRef

    Attributes
    protected
    Definition Classes
    MinimalActorRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. final def tell(msg: Any): Unit

    Definition Classes
    ActorRef
    Annotations
    @deprecated
    Deprecated

    (Since version 2.1) use the two-arg variant (typically getSelf() as second arg)

Inherited from UnregisteredActorRef

Inherited from UnregisteredActorRefBase

Inherited from MinimalActorRef

Inherited from LocalRef

Inherited from ActorRefScope

Inherited from InternalActorRef

Inherited from ScalaActorRef

Inherited from ActorRef

Inherited from Serializable

Inherited from Serializable

Inherited from Comparable[ActorRef]

Inherited from AnyRef

Inherited from Any

Ungrouped