Trait

com.outr.net.http

NotFoundApplication

Related Doc: package http

Permalink

trait NotFoundApplication extends HttpApplication

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

Abstract Value Members

  1. abstract def init(): Unit

    Permalink

    Called once as the application is initialized.

    Called once as the application is initialized.

    Attributes
    protected
    Definition Classes
    HttpApplication
  2. abstract def notFoundContent(request: HttpRequest): HttpContent

    Permalink
    Attributes
    protected

Concrete Value Members

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

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

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

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

    Permalink

    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.

    request

    the request that is being handled

    f

    the function to manage the request / response process.

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

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def dispose(): Unit

    Permalink

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    HttpApplication
  15. def initialized: Boolean

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

    Permalink
    Definition Classes
    Any
  17. def isRunning: Boolean

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

    Permalink
    Definition Classes
    Listenable
  19. val listeners: Listeners

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

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

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

    Permalink
  24. def request: HttpRequest

    Permalink
    Definition Classes
    HttpApplication
  25. def requestOption: Option[HttpRequest]

    Permalink

    Option[HttpRequest]

    Option[HttpRequest]

    Definition Classes
    HttpApplication
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. implicit val thisListenable: Listenable

    Permalink
    Definition Classes
    Listenable
  28. def toString(): String

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

    Permalink
    Definition Classes
    Updatable
  30. def updateFrequency: Double

    Permalink

    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
  31. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. def webSocketPath: Option[String]

    Permalink
    Definition Classes
    HttpApplication

Inherited from HttpApplication

Inherited from Disposable

Inherited from Updatable

Inherited from HttpHandler

Inherited from Listenable

Inherited from AnyRef

Inherited from Any

Ungrouped