xitrum.sockjs

XhrStreamingReceive

class XhrStreamingReceive extends NonWebSocketSessionReceiverActorAction with SkipCsrfCheck

Annotations
@POST( paths = ... )
Linear Supertypes
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. XhrStreamingReceive
  2. SkipCsrfCheck
  3. NonWebSocketSessionReceiverActorAction
  4. NonWebSocketSessionActorAction
  5. SockJsAction
  6. SockJsPrefix
  7. ServerIdSessionIdValidator
  8. ActorAction
  9. Action
  10. I18n
  11. Responder
  12. Flash
  13. Js
  14. Renderer
  15. GetActionClassDefaultsToCurrentAction
  16. Url
  17. Redirect
  18. BasicAuth
  19. Filter
  20. Net
  21. Log
  22. SessionEnv
  23. Csrf
  24. RequestEnv
  25. ParamAccess
  26. Actor
  27. AnyRef
  28. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new XhrStreamingReceive()

Type Members

  1. sealed class DefaultsTo[A, B] extends AnyRef

    Definition Classes
    ParamAccess
  2. trait LowPriorityDefaultsTo extends AnyRef

    Definition Classes
    ParamAccess
  3. type Receive = PartialFunction[Any, Unit]

    Definition Classes
    Actor

Value Members

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

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

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

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

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

    Definition Classes
    Any
  6. object DefaultsTo extends Action.LowPriorityDefaultsTo

    Definition Classes
    ParamAccess
  7. def absUrl[T <: Action](implicit arg0: Manifest[T]): String

    Definition Classes
    Url
  8. def absUrl[T <: Action](params: (String, Any)*)(implicit arg0: Manifest[T]): String

    Definition Classes
    Url
  9. def absUrl(params: (String, Any)*): String

    Definition Classes
    Url
  10. lazy val absUrl: String

    Definition Classes
    Url
  11. lazy val absUrlPrefix: String

    Definition Classes
    Url
  12. lazy val absUrlPrefixWithoutScheme: String

    Definition Classes
    Url
  13. def addConnectionClosedListener(listener: ⇒ Unit): Unit

    Definition Classes
    Action
  14. def afterFilter(f: ⇒ Any): Unit

    Definition Classes
    Filter
  15. lazy val antiCsrfInput: String

    Definition Classes
    Csrf
  16. lazy val antiCsrfMeta: String

    Definition Classes
    Csrf
  17. def antiCsrfToken: String

    Definition Classes
    Csrf
  18. def apply(handlerEnv: HandlerEnv): Unit

    Definition Classes
    RequestEnv
  19. def aroundFilter(f: (() ⇒ Any) ⇒ Any): Unit

    Definition Classes
    Filter
  20. def aroundPostRestart(reason: Throwable): Unit

    Attributes
    protected[akka]
    Definition Classes
    Actor
  21. def aroundPostStop(): Unit

    Attributes
    protected[akka]
    Definition Classes
    Actor
  22. def aroundPreRestart(reason: Throwable, message: Option[Any]): Unit

    Attributes
    protected[akka]
    Definition Classes
    Actor
  23. def aroundPreStart(): Unit

    Attributes
    protected[akka]
    Definition Classes
    Actor
  24. def aroundReceive(receive: akka.actor.Actor.Receive, msg: Any): Unit

    Attributes
    protected[akka]
    Definition Classes
    Actor
  25. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  26. lazy val at: At

    Definition Classes
    RequestEnv
  27. def atJson(key: String): String

    Definition Classes
    RequestEnv
  28. def autosetLanguage(resourceLanguages: String*): Unit

    If there's no suitable language, language is still the default "en".

    If there's no suitable language, language is still the default "en".

    Definition Classes
    I18n
  29. def basicAuth(realm: String)(authenticator: (String, String) ⇒ Boolean): Boolean

    authenticator

    takes username and password, returns true if it want to let the user in.

    Definition Classes
    BasicAuth
  30. def beforeFilter(f: ⇒ Boolean): Unit

    Definition Classes
    Filter
  31. lazy val bodyFileParams: FileUploadParams

    Definition Classes
    RequestEnv
  32. lazy val bodyTextParams: Params

    Definition Classes
    RequestEnv
  33. def browserLanguages: Array[String]

    returns

    List of languages sorted by priority from high to low

    Definition Classes
    I18n
  34. def callAfterFilters(): Unit

    Called by Dispatcher

    Called by Dispatcher

    Definition Classes
    Filter
  35. def callBeforeFilters(): Boolean

    Called by Dispatcher

    Called by Dispatcher

    Definition Classes
    Filter
  36. def callExecuteWrappedInAroundFilters(): Unit

    Called by Dispatcher

    Called by Dispatcher

    Definition Classes
    Filter
  37. def callbackParam(): Option[String]

    Attributes
    protected
    Definition Classes
    SockJsAction
  38. lazy val channel: Channel

    Definition Classes
    RequestEnv
  39. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. def closeWithLastChunk(): Unit

    Attributes
    protected
    Definition Classes
    SockJsAction
  41. implicit val context: ActorContext

    Definition Classes
    Actor
  42. def convertText[T](value: String)(implicit m: Manifest[T]): T

    Applications may override this method to convert to more types.

    Applications may override this method to convert to more types.

    Definition Classes
    ParamAccess
  43. implicit val currentAction: Action

    Definition Classes
    Action
  44. def dispatchWithFailsafe(): Unit

    Definition Classes
    Action
  45. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  47. def execute(): Unit

    Called when the HTTP request comes in.

    Called when the HTTP request comes in. Actions have to implement this method.

    Definition Classes
    XhrStreamingReceiveAction
  48. implicit val executionContext: ExecutionContextExecutor

    Definition Classes
    Action
  49. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  50. def flash(): String

    Returns the current content in flash, and clears the flash.

    Returns the current content in flash, and clears the flash.

    Definition Classes
    Flash
  51. def flash(msg: Any): Unit

    Definition Classes
    Flash
    See also

    jsFlash(msg).

  52. def forwardTo[T <: Action]()(implicit arg0: Manifest[T]): Unit

    Tells another action to process the current request for the current action.

    Tells another action to process the current request for the current action. See also redirectTo.

    Definition Classes
    Redirect
  53. var forwarding: Boolean

    Set to true by forwardTo.

    Set to true by forwardTo.

    Definition Classes
    Redirect
  54. def getActionClass[T <: Action](implicit arg0: Manifest[T]): Class[Action]

  55. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  56. def getLanguage: String

    Default language is "en".

    Default language is "en".

    Definition Classes
    I18n
  57. def handleCookie(): Unit

    Attributes
    protected
    Definition Classes
    SockJsAction
  58. var handlerEnv: HandlerEnv

    Definition Classes
    RequestEnv
  59. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  60. lazy val isAjax: Boolean

    Definition Classes
    Js
  61. def isDoneResponding: Boolean

    Definition Classes
    Responder
  62. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  63. lazy val isSsl: Boolean

    Definition Classes
    Net
  64. def js$(selector: String): String

    Definition Classes
    Js
  65. def js$id(id: String): String

    Definition Classes
    Js
  66. def js$name(name: String): String

    Definition Classes
    Js
  67. def jsAddToView(js: Any): Unit

    Definition Classes
    Js
  68. lazy val jsDefaults: Group

    Definition Classes
    Js
  69. def jsEscape(string: Any): String

    Do not use this to escape JSON, because they are different! For example JSON does not escape ' character, while JavaScript does.

    Do not use this to escape JSON, because they are different! For example JSON does not escape ' character, while JavaScript does. To escape JSON, use xitrum.util.SeriDeseri.toJson(Seq(string)).

    org.apache.commons.lang3.StringEscapeUtils is used internally.

    Definition Classes
    Js
  70. lazy val jsForView: Serializable

    Definition Classes
    Js
  71. def jsRedirectTo[T <: Action](params: (String, Any)*)(implicit arg0: Manifest[T]): ChannelFuture

    Definition Classes
    Js
  72. def jsRedirectTo(location: Any): ChannelFuture

    See http://stackoverflow.

    See http://stackoverflow.com/questions/503093/how-can-i-make-a-redirect-page-in-jquery

    Definition Classes
    Js
  73. def jsRenderFlash(): Unit

    Like jsRenderFlash(msg), but uses the current flash.

    Like jsRenderFlash(msg), but uses the current flash.

    Definition Classes
    Flash
  74. def jsRenderFlash(msg: Any): Unit

    For web 2.

    For web 2.0 style application. Used in application layout to display the flash message right after a view is loaded.

    Definition Classes
    Flash
  75. def jsRespond(fragments: Any*): ChannelFuture

    Definition Classes
    Js
  76. def jsRespondFlash(msg: Any): Unit

    For web 2.

    For web 2.0 style application. Used in Ajax request handling to respond a message and have the browser render it to the flash area right away.

    Definition Classes
    Flash
  77. def layout: Any

    Definition Classes
    Renderer
  78. lazy val log: Logger

    Log name is inferred from name of the class extending this trait.

    Log name is inferred from name of the class extending this trait.

    Definition Classes
    Log
  79. def lookupNonWebSocketSessionActor(sessionId: String): Unit

    Attributes
    protected
    Definition Classes
    NonWebSocketSessionActorAction
  80. def lookupOrCreateNonWebSocketSessionActor(sessionId: String): Unit

    Attributes
    protected
    Definition Classes
    NonWebSocketSessionReceiverActorAction
  81. def nLastTokensToRemoveFromPathInfo: Int

    Definition Classes
    XhrStreamingReceiveSockJsPrefix
  82. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  83. var nonWebSocketSession: ActorRef

    Attributes
    protected
    Definition Classes
    NonWebSocketSessionReceiverActorAction
  84. final def notify(): Unit

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

    Definition Classes
    AnyRef
  86. def onDoneResponding(): Unit

    Called when the response or the last chunk (in case of chunked response) has been sent to the client.

    Called when the response or the last chunk (in case of chunked response) has been sent to the client.

    Definition Classes
    ActorActionResponder
  87. def onLookupOrRecreateResult(newlyCreated: Boolean): Unit

    Attributes
    protected
    Definition Classes
    XhrStreamingReceiveNonWebSocketSessionReceiverActorAction
  88. def param[T](key: String, coll: Params = null)(implicit e: DefaultsTo[T, String], m: Manifest[T]): T

    Definition Classes
    ParamAccess
  89. def paramo[T](key: String, coll: Params = null)(implicit e: DefaultsTo[T, String], m: Manifest[T]): Option[T]

    Definition Classes
    ParamAccess
  90. def params[T](key: String, coll: Params = null)(implicit e: DefaultsTo[T, String], m: Manifest[T]): Seq[T]

    Definition Classes
    ParamAccess
  91. def paramso[T](key: String, coll: Params = null)(implicit e: DefaultsTo[T, String], m: Manifest[T]): Option[Seq[T]]

    Definition Classes
    ParamAccess
  92. lazy val pathParams: Params

    Definition Classes
    RequestEnv
  93. var pathPrefix: String

    Attributes
    protected
    Definition Classes
    SockJsPrefix
  94. def postRestart(reason: Throwable): Unit

    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  95. def postStop(): Unit

    Definition Classes
    NonWebSocketSessionReceiverActorAction → Actor
  96. def preRestart(reason: Throwable, message: Option[Any]): Unit

    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  97. def preStart(): Unit

    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  98. def publicUrl(path: String): String

    path

    Relative to the "public" directory, without leading "/"

    Definition Classes
    Url
  99. lazy val queryParams: Params

    Definition Classes
    RequestEnv
  100. def receive: PartialFunction[Any, Unit]

    Definition Classes
    ActorAction → Actor
  101. def receiveNotification: Receive

    Attributes
    protected
    Definition Classes
    XhrStreamingReceiveNonWebSocketSessionReceiverActorAction
  102. def redirectTo[T <: Action](params: (String, Any)*)(implicit arg0: Manifest[T]): ChannelFuture

    See also forwardTo.

    See also forwardTo.

    Definition Classes
    Redirect
  103. def redirectTo(location: String, status: HttpResponseStatus = FOUND): ChannelFuture

    See also forwardTo.

    See also forwardTo.

    Definition Classes
    Redirect
  104. def redirectToThis(params: (String, Any)*): ChannelFuture

    Definition Classes
    Redirect
  105. lazy val remoteIp: String

    returns

    IP of the original remote HTTP client (not the proxy), X-Forwarded-For is supported

    Definition Classes
    Net
  106. def renderEventSource(data: Any, event: String = "message"): String

    Definition Classes
    Renderer
  107. def renderFragment[T <: Action](fragment: String)(implicit arg0: Manifest[T]): String

    Definition Classes
    Renderer
  108. def renderFragment[T <: Action](fragment: String, options: Map[String, Any])(implicit arg0: Manifest[T]): String

    Definition Classes
    Renderer
  109. def renderFragment(location: Class[_ <: Action], fragment: String, options: Map[String, Any]): String

    Definition Classes
    Renderer
  110. def renderInlineView(inlineView: Any): String

    Definition Classes
    Renderer
  111. def renderView[T <: Action]()(implicit arg0: Manifest[T]): String

    Definition Classes
    Renderer
  112. def renderView[T <: Action](options: Map[String, Any])(implicit arg0: Manifest[T]): String

    Definition Classes
    Renderer
  113. def renderView[T <: Action](customLayout: () ⇒ Any)(implicit arg0: Manifest[T]): String

    Definition Classes
    Renderer
  114. def renderView[T <: Action](customLayout: () ⇒ Any, options: Map[String, Any])(implicit arg0: Manifest[T]): String

    Definition Classes
    Renderer
  115. def renderView(customLayout: () ⇒ Any, location: Class[_ <: Action], options: Map[String, Any]): String

    Renders the template associated with an action to "renderedTemplate", then calls the layout function.

    Renders the template associated with an action to "renderedTemplate", then calls the layout function.

    options

    specific to the configured template engine

    Definition Classes
    Renderer
  116. def renderViewNoLayout[T <: Action]()(implicit arg0: Manifest[T]): String

    Definition Classes
    Renderer
  117. def renderViewNoLayout[T <: Action](options: Map[String, Any])(implicit arg0: Manifest[T]): String

    Definition Classes
    Renderer
  118. def renderViewNoLayout(location: Class[_ <: Action], options: Map[String, Any]): String

    Definition Classes
    Renderer
  119. var renderedView: Any

    Definition Classes
    Renderer
  120. lazy val request: FullHttpRequest

    Definition Classes
    RequestEnv
  121. def requestContentJson[T](implicit m: Manifest[T]): Option[T]

    Ex: val json = requestContentJson[Map[String, String]]

    Ex: val json = requestContentJson[Map[String, String]]

    Definition Classes
    RequestEnv
  122. lazy val requestContentString: String

    Definition Classes
    RequestEnv
  123. lazy val requestCookies: Map[String, String]

    Browsers will not send cookie attributes back to the server.

    Browsers will not send cookie attributes back to the server. They will only send the cookie (name-value pairs). http://en.wikipedia.org/wiki/HTTP_cookie#Cookie_attributes

    Definition Classes
    SessionEnv
  124. def resourceUrl(path: String): String

    path

    Relative to an entry in classpath, without leading "/"

    Definition Classes
    Url
  125. def respond(): ChannelFuture

    Definition Classes
    Responder
  126. def respondBinary(byteBuf: ByteBuf): ChannelFuture

    If Content-Type header is not set, it is set to "application/octet-stream".

    If Content-Type header is not set, it is set to "application/octet-stream".

    byteBuf

    Will be released

    Definition Classes
    Responder
  127. def respondBinary(bytes: Array[Byte]): ChannelFuture

    If Content-Type header is not set, it is set to "application/octet-stream".

    If Content-Type header is not set, it is set to "application/octet-stream".

    Definition Classes
    Responder
  128. def respondDefault404Page(): ChannelFuture

    Definition Classes
    Responder
  129. def respondDefault500Page(): ChannelFuture

    Definition Classes
    Responder
  130. def respondEventSource(data: Any, event: String = "message"): ChannelFuture

    To respond event source, call this method as many time as you want.

    To respond event source, call this method as many time as you want. Event Source response is a special kind of chunked response, data must be UTF-8. See: - http://sockjs.github.com/sockjs-protocol/sockjs-protocol-0.3.3.html#section-94 - http://dev.w3.org/html5/eventsource/

    No need to call setChunked() before calling this method.

    Definition Classes
    Responder
  131. def respondFile(path: String): ChannelFuture

    Sends a file using X-SendFile.

    Sends a file using X-SendFile. If Content-Type header is not set, it is guessed from the file name.

    path

    absolute or relative to the current working directory

    In some cases, the current working directory is not always the root directory of the project (https://github.com/ngocdaothanh/xitrum/issues/47), you may need to use xitrum.Config.root to calculate the correct absolute path from a relative path.

    To sanitize the path, use xitrum.util.PathSanitizer.

    Definition Classes
    Responder
  132. def respondHtml(any: Any): ChannelFuture

    Content-Type header is set to "text/html".

    Content-Type header is set to "text/html".

    Definition Classes
    Responder
  133. def respondInlineView(inlineView: Any): ChannelFuture

    Content-Type header is set to "text/html".

    Content-Type header is set to "text/html".

    Definition Classes
    Responder
  134. def respondJs(any: Any): ChannelFuture

    Content-Type header is set to "application/javascript".

    Content-Type header is set to "application/javascript".

    Definition Classes
    Responder
  135. def respondJson(ref: AnyRef): ChannelFuture

    Converts the given Scala object to JSON object, and responds it.

    Converts the given Scala object to JSON object, and responds it. If you just want to respond a text with "application/json" as content type, use respondJsonText(text).

    Content-Type header is set to "application/json". "text/json" would make the browser download instead of displaying the content. It makes debugging a pain.

    Definition Classes
    Responder
  136. def respondJsonP(ref: AnyRef, function: String): ChannelFuture

    Converts the given Scala object to JSON object, wraps it with the given JavaScript function name, and responds.

    Converts the given Scala object to JSON object, wraps it with the given JavaScript function name, and responds. If you already have a JSON text, thus no conversion is needed, use respondJsonPText.

    Content-Type header is set to "application/javascript".

    Definition Classes
    Responder
  137. def respondJsonPText(text: Any, function: String): ChannelFuture

    Wraps the text with the given JavaScript function name, and responds.

    Wraps the text with the given JavaScript function name, and responds.

    Content-Type header is set to "application/javascript".

    Definition Classes
    Responder
  138. def respondJsonText(any: Any): ChannelFuture

    Content-Type header is set to "application/json".

    Content-Type header is set to "application/json".

    Definition Classes
    Responder
  139. def respondLastChunk(trailingHeaders: HttpHeaders = HttpHeaders.EMPTY_HEADERS): ChannelFuture

    See setChunked.

    See setChunked.

    Definition Classes
    Responder
  140. def respondResource(path: String): ChannelFuture

    Sends a file from public directory in one of the entry (may be a JAR file) in classpath.

    Sends a file from public directory in one of the entry (may be a JAR file) in classpath. If Content-Type header is not set, it is guessed from the file name.

    path

    Relative to an entry in classpath, without leading "/"

    Definition Classes
    Responder
  141. def respondStreamingWithLimit(text: String, isEventSource: Boolean = false): Boolean

    All the chunking transports are closed by the server after CHUNKED_RESPONSE_LIMIT bytes was sent, in order to force client to GC and reconnect.

    All the chunking transports are closed by the server after CHUNKED_RESPONSE_LIMIT bytes was sent, in order to force client to GC and reconnect. The server doesn't have to send "c" frame.

    returns

    false if the channel will be closed when the channel write completes

    Attributes
    protected
    Definition Classes
    SockJsAction
  142. def respondText(text: Any, fallbackContentType: String = null, convertXmlToXhtml: Boolean = true): ChannelFuture

    fallbackContentType

    Only used if Content-Type header has not been set. If not given and Content-Type header is not set, it is set to "application/xml" if text param is Node or NodeSeq, otherwise it is set to "text/plain".

    convertXmlToXhtml


    .toString by default returns

    which is rendered as 2
    tags on some browsers! Set to false if you really want XML, not XHTML. See http://www.scala-lang.org/node/492 and http://www.ne.jp/asahi/hishidama/home/tech/scala/xml.html

    Definition Classes
    Responder
  143. def respondView[T <: Action]()(implicit arg0: Manifest[T]): ChannelFuture

    Definition Classes
    Responder
  144. def respondView[T <: Action](options: Map[String, Any])(implicit arg0: Manifest[T]): ChannelFuture

    Definition Classes
    Responder
  145. def respondView[T <: Action](customLayout: () ⇒ Any)(implicit arg0: Manifest[T]): ChannelFuture

    Definition Classes
    Responder
  146. def respondView[T <: Action](customLayout: () ⇒ Any, options: Map[String, Any])(implicit arg0: Manifest[T]): ChannelFuture

    Definition Classes
    Responder
  147. def respondView(customLayout: () ⇒ Any, location: Class[_ <: Action], options: Map[String, Any]): ChannelFuture

    options

    specific to the configured template engine

    Definition Classes
    Responder
  148. def respondViewNoLayout[T <: Action]()(implicit arg0: Manifest[T]): ChannelFuture

    Definition Classes
    Responder
  149. def respondViewNoLayout[T <: Action](options: Map[String, Any])(implicit arg0: Manifest[T]): ChannelFuture

    Definition Classes
    Responder
  150. def respondViewNoLayout(location: Class[_ <: Action], options: Map[String, Any]): ChannelFuture

    Content-Type header is set to "text/html".

    Content-Type header is set to "text/html".

    Definition Classes
    Responder
  151. def respondXml(any: Any): ChannelFuture

    Content-Type header is set to "application/xml".

    Content-Type header is set to "application/xml".

    Definition Classes
    Responder
  152. lazy val response: FullHttpResponse

    Definition Classes
    RequestEnv
  153. val responseCookies: ArrayBuffer[Cookie]

    Definition Classes
    SessionEnv
  154. lazy val scheme: String

    Definition Classes
    Net
  155. implicit final val self: ActorRef

    Definition Classes
    Actor
  156. final def sender(): ActorRef

    Definition Classes
    Actor
  157. lazy val serverName: String

    Definition Classes
    Net
  158. lazy val serverPort: Int

    Definition Classes
    Net
  159. lazy val session: Session

    To reset session: session.

    To reset session: session.clear()

    Definition Classes
    SessionEnv
  160. def sessiono[T](key: String)(implicit d: DefaultsTo[T, String]): Option[T]

    Definition Classes
    SessionEnv
  161. def setChunked(): Unit

    To respond chunks (http://en.

    To respond chunks (http://en.wikipedia.org/wiki/Chunked_transfer_encoding): 1. Call setChunked() to mark that the response will be chunked 2. Call respondXXX as normal, but as many times as you want 3. Lastly, call respondLastChunk()

    If Content-Type header is not set, it is set to "application/octet-stream".

    Definition Classes
    Responder
  162. def setClientCacheAggressively(): Unit

    Definition Classes
    Responder
  163. def setCookieAndSessionIfTouchedOnRespond(): Unit

    Definition Classes
    SessionEnv
  164. def setLanguage(language: String): Unit

    Definition Classes
    I18n
  165. def setNoClientCache(): Unit

    Definition Classes
    Responder
  166. def setPathPrefix(pathInfo: PathInfo): Unit

    Called by Dispatcher.

    Called by Dispatcher.

    Definition Classes
    SockJsPrefix
  167. def sockJsAbsUrl[T <: xitrum.SockJsAction](implicit arg0: Manifest[T]): String

    Definition Classes
    Url
  168. def sockJsUrl[T <: xitrum.SockJsAction](implicit arg0: Manifest[T]): String

    Definition Classes
    Url
  169. def supervisorStrategy: SupervisorStrategy

    Definition Classes
    Actor
  170. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  171. def t(singular: String): String

    Definition Classes
    I18n
  172. def tc(ctx: String, singular: String): String

    Definition Classes
    I18n
  173. def tcf(ctx: String, singular: String, args: Any*): String

    Definition Classes
    I18n
  174. def tcn(ctx: String, singular: String, plural: String, n: Long): String

    Definition Classes
    I18n
  175. def tcnf(ctx: String, singular: String, plural: String, n: Long, args: Any*): String

    Definition Classes
    I18n
  176. lazy val textParams: Params

    Definition Classes
    RequestEnv
  177. def tf(singular: String, args: Any*): String

    Definition Classes
    I18n
  178. implicit val timeout: FiniteDuration

    Definition Classes
    Action
  179. def tn(singular: String, plural: String, n: Long): String

    Definition Classes
    I18n
  180. def tnf(singular: String, plural: String, n: Long, args: Any*): String

    Definition Classes
    I18n
  181. def toString(): String

    Definition Classes
    AnyRef → Any
  182. def unhandled(message: Any): Unit

    Definition Classes
    Actor
  183. def url[T <: Action](implicit arg0: Manifest[T]): String

    Definition Classes
    Url
  184. def url[T <: Action](params: (String, Any)*)(implicit arg0: Manifest[T]): String

    Definition Classes
    Url
  185. def url(params: (String, Any)*): String

    Definition Classes
    Url
  186. lazy val url: String

    Definition Classes
    Url
  187. lazy val urlParams: Params

    Definition Classes
    RequestEnv
  188. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  191. lazy val webSocketAbsRequestUrl: String

    Definition Classes
    Url
  192. def webSocketAbsUrl[T <: WebSocketAction](implicit arg0: Manifest[T]): String

    Definition Classes
    Url
  193. def webSocketAbsUrl[T <: WebSocketAction](params: (String, Any)*)(implicit arg0: Manifest[T]): String

    Definition Classes
    Url
  194. def webSocketAbsUrl(params: (String, Any)*): String

    Definition Classes
    Url
  195. lazy val webSocketAbsUrl: String

    Definition Classes
    Url
  196. lazy val webSocketAbsUrlPrefix: String

    Definition Classes
    Url
  197. lazy val webSocketScheme: String

    Definition Classes
    Net
  198. lazy val xitrumCss: String

    Definition Classes
    Flash

Inherited from SkipCsrfCheck

Inherited from SockJsAction

Inherited from SockJsPrefix

Inherited from ActorAction

Inherited from Action

Inherited from I18n

Inherited from Responder

Inherited from Flash

Inherited from Js

Inherited from Renderer

Inherited from Url

Inherited from Redirect

Inherited from BasicAuth

Inherited from Filter

Inherited from Net

Inherited from Log

Inherited from SessionEnv

Inherited from Csrf

Inherited from RequestEnv

Inherited from ParamAccess

Inherited from Actor

Inherited from AnyRef

Inherited from Any

Ungrouped