com.outr.net.http

HttpApplication

trait HttpApplication extends Listenable with HttpHandler with Updatable with Disposable

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

Abstract Value Members

  1. abstract def init(): Unit

    Called once as the application is initialized.

    Called once as the application is initialized.

    Attributes
    protected

Concrete 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. 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.

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

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

  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
    HttpApplication → Disposable
  11. val disposed: UnitProcessor[HttpApplication]

  12. final def eq(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  17. final def initialize(): Unit

  18. def initialized: Boolean

  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. def isRunning: Boolean

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

    Definition Classes
    Listenable
  22. val listeners: Listeners

    Definition Classes
    Listenable
  23. final def ne(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    HttpApplicationHttpHandler
  27. 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.

  28. def requestOption: Option[HttpRequest]

    Option[HttpRequest]

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

    Definition Classes
    AnyRef
  30. implicit val thisListenable: Listenable

    Definition Classes
    Listenable
  31. def toString(): String

    Definition Classes
    AnyRef → Any
  32. def update(delta: Double): Unit

    Definition Classes
    Updatable
  33. 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.

  34. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Disposable

Inherited from Updatable

Inherited from HttpHandler

Inherited from Listenable

Inherited from AnyRef

Inherited from Any

Ungrouped