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 clientIPLookupSpecs: Seq[ClientIPLookupSpec]

    Permalink
    Attributes
    protected
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  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. def get(path: String, port: Int): Int

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

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

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

    Permalink
    Definition Classes
    Any
  16. lazy val logger: Logger

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

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

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

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

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

    Permalink
  22. def removeConsoleLogging(): Unit

    Permalink
  23. 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
  24. def setupEmailLogging(): Unit

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

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

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

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

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

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

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

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

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped