xitrum

package xitrum

Linear Supertypes
AnyRef, Any
Content Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. xitrum
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait Action extends RequestEnv with SessionEnv with Log with Net with Filter with BasicAuth with Redirect with Url with Renderer with Responder with I18n

    When there's a request comes in, action extending Action will be run directly on the current Netty IO thread.

  2. trait ActorAction extends Actor with Action

    An actor will be created when there's request.

  3. class BasicAuthConfig extends AnyRef

  4. abstract class Cache extends AnyRef

    This is the interface for cache implementations of Xitrum.

  5. class Config extends Log

  6. trait FutureAction extends Action

    Actions extending FutureAction will be run asynchronously in a future.

  7. trait I18n extends AnyRef

  8. class KeystoreConfig extends AnyRef

  9. trait Log extends AnyRef

    If you don't care about the class name where the log is made, without having to extend this trait, you can call like this directly: xitrum.

  10. class PortConfig extends AnyRef

  11. class RequestConfig extends AnyRef

  12. class RequestVar[T] extends AnyRef

  13. class ResponseConfig extends AnyRef

  14. class ReverseProxyConfig extends AnyRef

  15. class SessionConfig extends AnyRef

  16. class SessionVar[T] extends AnyRef

  17. trait SkipCsrfCheck extends AnyRef

    By default all non-GET requests are checked for anti-CSRF token.

  18. trait SockJsAction extends Actor with Action

    An actor will be created when there's new SockJS session.

  19. case class SockJsText(text: String) extends Product with Serializable

  20. class StaticFileConfig extends AnyRef

  21. trait WebSocketAction extends Actor with Action

    An actor will be created when there's request.

  22. case class WebSocketBinary(bytes: Array[Byte]) extends Product with Serializable

  23. case class WebSocketText(text: String) extends Product with Serializable

  24. class js extends Action

    To innclude xitrum.

Value Members

  1. object Action

  2. object Config extends Log

    See config/xitrum.

  3. object DualConfig

    Dual config means the config can be in either one of the 2 forms:

  4. val Log: Logger

    This is a convenient helper to let you call like this directly: xitrum.

    This is a convenient helper to let you call like this directly: xitrum.Log.debug("msg"), xitrum.Log.info("msg") etc.

    If you do care about the class name where the log is made, use trait xitrum.Log.

  5. object Server extends Log

  6. object WebSocketPing extends Product with Serializable

    Pong is automatically sent by Xitrum, don't send it yourself.

  7. object WebSocketPong extends Product with Serializable

  8. package action

  9. package annotation

  10. package etag

  11. package exception

  12. package handler

  13. package i18n

  14. package imperatively

  15. object js

  16. package local

  17. package routing

  18. package scope

  19. package sockjs

  20. package util

  21. package validator

  22. package view

Inherited from AnyRef

Inherited from Any

Ungrouped