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. def maxChunkSize: Int

    Permalink

    HttpRequestDecoder maxChunkSize (defaults to 8192)

    HttpRequestDecoder maxChunkSize (defaults to 8192)

    Attributes
    protected
  19. def maxHeaderSize: Int

    Permalink

    HttpRequestDecoder maxHeaderSize (defaults to 8192)

    HttpRequestDecoder maxHeaderSize (defaults to 8192)

    Attributes
    protected
  20. def maxInitialLineLength: Int

    Permalink

    HttpRequestDecoder maxInitialLineLength (defaults to 4096)

    HttpRequestDecoder maxInitialLineLength (defaults to 4096)

    Attributes
    protected
  21. final def ne(arg0: AnyRef): Boolean

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

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

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

    Permalink
  25. def removeConsoleLogging(): Unit

    Permalink
  26. def requestHandlerExecutionContextProvider: Option[RequestHandlerExecutionContextProvider]

    Permalink

    The optional ExecutionContext to run request handling on.

    The optional ExecutionContext to run request handling on. Will default to the Netty EventLoopGroup

    Attributes
    protected
  27. 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
  28. def setupEmailLogging(): Unit

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

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

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

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

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

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

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

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

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped