Class

fm.http.server

HttpServerApp

Related Doc: package server

Permalink

abstract class HttpServerApp extends Logging

Linear Supertypes
Logging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HttpServerApp
  2. Logging
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new HttpServerApp()

    Permalink

Abstract Value Members

  1. abstract def AuthKey: String

    Permalink

    The secret key used by the ControlHandler

    The secret key used by the ControlHandler

    Attributes
    protected
  2. abstract def EmailPass: String

    Permalink

    The email password to use (if using email logging)

    The email password to use (if using email logging)

    Attributes
    protected
  3. abstract def EmailUser: String

    Permalink

    The email username to use (if using email logging)

    The email username to use (if using email logging)

    Attributes
    protected
  4. abstract def router: RequestRouter

    Permalink

    The RequestRouter that will handle requests

    The RequestRouter that will handle requests

    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. object Options extends OptParse

    Permalink
  5. def alive(port: Int): Boolean

    Permalink
  6. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def get(path: String, port: Int): Int

    Permalink
  12. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  16. def main(args: Array[String]): Unit

    Permalink
  17. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  20. def ping(port: Int): Boolean

    Permalink
  21. def removeConsoleLogging(): Unit

    Permalink
  22. def requestIdResponseHeader: Option[String]

    Permalink

    Override to something like "X-Request-Id" to have the server set the request id in the response

    Override to something like "X-Request-Id" to have the server set the request id in the response

    Attributes
    protected
  23. def setupEmailLogging(): Unit

    Permalink
  24. def shutdown(port: Int): Boolean

    Permalink
  25. def shutdownPorts(ports: Set[Int]): Unit

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

    Permalink
    Definition Classes
    AnyRef
  27. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped