def props()

in src/main/scala/com/twitter/spray/package.scala [20:24]


    def props(run: PartialFunction[Any, Route], ctx: RequestContext): Props =
      Props(classOf[Continuation], run, ctx)
  }

  class AndThen(message: Any, ref: ActorRef, factory: ActorRefFactory) {