com.outr.net.http.session

SessionApplication

trait SessionApplication[S <: Session] extends HandlerApplication with Logging

Linear Supertypes
HandlerApplication, Logging, HttpApplication, Disposable, Updatable, HttpHandler, Listenable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SessionApplication
  2. HandlerApplication
  3. Logging
  4. HttpApplication
  5. Disposable
  6. Updatable
  7. HttpHandler
  8. Listenable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class SessionCreateHandler extends HttpHandler

  2. class Sessions extends AnyRef

Abstract Value Members

  1. abstract def createSession(request: HttpRequest, id: String): S

    Attributes
    protected
  2. abstract def init(): Unit

    Called once as the application is initialized.

    Called once as the application is initialized.

    Attributes
    protected
    Definition Classes
    HttpApplication

Concrete Value Members

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

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Definition Classes
    AnyRef → Any
  4. def around[R](f: ⇒ R): R

    This method is invoked per request to allow wrapping around the entire request/response functionality.

    This method is invoked per request to allow wrapping around the entire request/response functionality.

    f

    the function to manage the request / response process.

    Definition Classes
    HttpApplication
  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def contextualize[R](request: HttpRequest)(f: ⇒ R): R

    Definition Classes
    HttpApplication
  8. def cookieName: String

    Attributes
    protected
  9. def debug(message: ⇒ Any): Unit

    Definition Classes
    Logging
  10. def dispose(): Unit

    Called once when the application is terminating (not guaranteed to be executed).

    Called once when the application is terminating (not guaranteed to be executed).

    Definition Classes
    SessionApplicationHttpApplication → Disposable
  11. val disposed: UnitProcessor[HttpApplication]

    Definition Classes
    HttpApplication
  12. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  14. def error(message: ⇒ Any, t: Throwable): Unit

    Definition Classes
    Logging
  15. def error(message: ⇒ Any): Unit

    Definition Classes
    Logging
  16. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  18. val handlers: HandlerProcessor

    Definition Classes
    HandlerApplication
  19. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  20. def info(message: ⇒ Any): Unit

    Definition Classes
    Logging
  21. final def initialize(): Unit

    Definition Classes
    HttpApplication
  22. def initialized: Boolean

    Definition Classes
    HttpApplication
  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. def isRunning: Boolean

    Definition Classes
    HttpApplication
  25. def listen[Event, Response, Result](name: String, priority: Priority, modes: ListenMode*)(f: (Event) ⇒ Response)(implicit eventManifest: Manifest[Event]): FunctionalListener[Event, Response]

    Definition Classes
    Listenable
  26. val listeners: Listeners

    Definition Classes
    Listenable
  27. def log(level: Level, message: ⇒ Any): Unit

    Definition Classes
    Logging
  28. def logger: Logger

    Definition Classes
    Logging
  29. def loggerName: String

    Attributes
    protected
    Definition Classes
    Logging
  30. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  31. final def notify(): Unit

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

    Definition Classes
    AnyRef
  33. def onReceive(request: HttpRequest, response: HttpResponse): HttpResponse

  34. def remove(id: String): Unit

    Attributes
    protected[com.outr.net.http.session]
  35. def request: HttpRequest

    The HttpRequest for the current thread.

    The HttpRequest for the current thread. This will throw a RuntimeException if there is no request contextualized.

    Definition Classes
    HttpApplication
  36. def requestOption: Option[HttpRequest]

    Option[HttpRequest]

    Option[HttpRequest]

    Definition Classes
    HttpApplication
  37. def session: S

  38. lazy val sessions: Sessions

  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  40. implicit val thisListenable: Listenable

    Definition Classes
    Listenable
  41. def toString(): String

    Definition Classes
    AnyRef → Any
  42. def trace(message: ⇒ Any): Unit

    Definition Classes
    Logging
  43. def update(delta: Double): Unit

    Definition Classes
    SessionApplication → Updatable
  44. def updateFrequency: Double

    The frequency the application will be updated in seconds.

    The frequency the application will be updated in seconds.

    Defaults to 5 seconds.

    Definition Classes
    HttpApplication
  45. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. def warn(message: ⇒ Any, t: Throwable): Unit

    Definition Classes
    Logging
  49. def warn(message: ⇒ Any): Unit

    Definition Classes
    Logging

Inherited from HandlerApplication

Inherited from Logging

Inherited from HttpApplication

Inherited from Disposable

Inherited from Updatable

Inherited from HttpHandler

Inherited from Listenable

Inherited from AnyRef

Inherited from Any

Ungrouped