unfiltered.netty

Https

case class Https(port: Int, host: String, handlers: List[() ⇒ ChannelHandler], beforeStopBlock: () ⇒ Unit) extends HttpServer with Ssl with Product with Serializable

Http + Ssl implementation of the Server trait.

Self Type
Https
Linear Supertypes
Serializable, Serializable, Product, Equals, Ssl, Security, HttpServer, PlanServer[ChannelHandler], Server, RunnableServer, StartableServer, util.Server, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Https
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Ssl
  7. Security
  8. HttpServer
  9. PlanServer
  10. Server
  11. RunnableServer
  12. StartableServer
  13. Server
  14. AnyRef
  15. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Https(port: Int, host: String, handlers: List[() ⇒ ChannelHandler], beforeStopBlock: () ⇒ Unit)

Type Members

  1. type ServerBuilder = Https

    Definition Classes
    Https → PlanServer → Server

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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def beforeStop(block: ⇒ Unit): Https

  8. val beforeStopBlock: () ⇒ Unit

    Definition Classes
    HttpsHttpServer
  9. val channels: DefaultChannelGroup

    any channels added to this will receive broadcasted events

    any channels added to this will receive broadcasted events

    Attributes
    protected
    Definition Classes
    Server
  10. def chunked(maxContentLength: Int = 1048576): ServerBuilder

    Convenience method for adding a HttpChunkAggregator to the pipeline.

    Convenience method for adding a HttpChunkAggregator to the pipeline. Supports chunked request bodies up to the specified maximum bytes. Without this aggregater, chunked requests will not not be handled.

    Definition Classes
    HttpServer
  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  12. def closeConnections(): Server

    Definition Classes
    Server
  13. lazy val createSslContext: SSLContext

    Definition Classes
    SslSecurity
  14. def destroy(): Https.this.type

    Definition Classes
    Server → StartableServer
  15. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  18. def handler(h: ChannelHandler): Https

  19. val handlers: List[() ⇒ ChannelHandler]

    Definition Classes
    HttpsHttpServer
  20. val host: String

    Definition Classes
    HttpsServer
  21. def initSslContext(ctx: SSLContext): Unit

    Definition Classes
    Ssl
  22. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  23. lazy val keyManagers: Array[KeyManager]

    Definition Classes
    Ssl
  24. lazy val keyStore: String

    Definition Classes
    Ssl
  25. lazy val keyStorePassword: String

    Definition Classes
    Ssl
  26. def makePlan(h: ⇒ ChannelHandler): Https

    Definition Classes
    Https → PlanServer
  27. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  30. def pipelineFactory: ChannelPipelineFactory

    Definition Classes
    HttpsServer
  31. def plan(plan: ChannelHandler): ServerBuilder

    Definition Classes
    PlanServer
  32. val port: Int

    Definition Classes
    HttpsServer → StartableServer
  33. def requiredProperty(name: String): String

    Definition Classes
    Ssl
  34. def resources(path: URL, cacheSeconds: Int = 60, passOnFail: Boolean = true): ServerBuilder

    Definition Classes
    HttpServer
  35. def run(afterStart: (ServerBuilder) ⇒ Unit, afterStop: (ServerBuilder) ⇒ Unit): Unit

    Definition Classes
    RunnableServer
  36. def run(afterStart: (ServerBuilder) ⇒ Unit): Unit

    Definition Classes
    RunnableServer
  37. def run(): Unit

    Definition Classes
    RunnableServer
  38. def start(): ServerBuilder

    Definition Classes
    Server → StartableServer
  39. def stop(): Https.this.type

    Definition Classes
    HttpServer → StartableServer
  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  41. val url: String

    Definition Classes
    Server
  42. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Ssl

Inherited from Security

Inherited from HttpServer

Inherited from PlanServer[ChannelHandler]

Inherited from Server

Inherited from RunnableServer

Inherited from StartableServer

Inherited from util.Server

Inherited from AnyRef

Inherited from Any

Ungrouped