coursier

SimpleHttpServerApp

case class SimpleHttpServerApp(directory: String, host: String = "0.0.0.0", port: Int = 8080, acceptPost: Boolean, acceptPut: Boolean, acceptWrite: Boolean, verbose: @@[Int, Counter], quiet: Boolean, user: String, password: String, realm: String) extends App with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, App, DelayedInit, DefaultArgsApp, ArgsApp, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SimpleHttpServerApp
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. App
  7. DelayedInit
  8. DefaultArgsApp
  9. ArgsApp
  10. AnyRef
  11. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SimpleHttpServerApp(directory: String, host: String = "0.0.0.0", port: Int = 8080, acceptPost: Boolean, acceptPut: Boolean, acceptWrite: Boolean, verbose: @@[Int, Counter], quiet: Boolean, user: String, password: String, realm: String)

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. val acceptPost: Boolean

  7. val acceptPut: Boolean

  8. val acceptWrite: Boolean

  9. def apply(): Unit

    Definition Classes
    App → ArgsApp
  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def authenticated(pf: PartialFunction[Request, Task[Response]]): HttpService

  12. def authenticated0(service: HttpService): HttpService

  13. val baseDir: File

  14. val builder: org.http4s.server.blaze.BlazeBuilder.Self

  15. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. def delayedInit(body: ⇒ Unit): Unit

    Definition Classes
    App → DelayedInit
  17. val directory: String

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

    Definition Classes
    AnyRef
  19. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  21. def getService: HttpService

  22. val host: String

  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  27. val password: String

  28. val port: Int

  29. def postService: HttpService

  30. def putService: HttpService

  31. val quiet: Boolean

  32. val realm: String

  33. def remainingArgs: Seq[String]

    Definition Classes
    DefaultArgsApp → ArgsApp
  34. def setRemainingArgs(remainingArgs: Seq[String], extraArgs: Seq[String]): Unit

    Definition Classes
    DefaultArgsApp → ArgsApp
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  36. val unauthorized: Task[Response]

  37. val user: String

  38. val verbose: @@[Int, Counter]

  39. val verbosityLevel: Int

  40. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. def write(path: Seq[String], req: Request): Boolean

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from App

Inherited from DelayedInit

Inherited from DefaultArgsApp

Inherited from ArgsApp

Inherited from AnyRef

Inherited from Any

Ungrouped