unfiltered.netty

HttpServer

trait HttpServer extends Server with PlanServer[ChannelHandler]

An HTTP or HTTPS server

Linear Supertypes
PlanServer[ChannelHandler], Server, RunnableServer, StartableServer, util.Server, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. HttpServer
  2. PlanServer
  3. Server
  4. RunnableServer
  5. StartableServer
  6. Server
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. abstract type ServerBuilder >: HttpServer.this.type <: PlanServer[ChannelHandler]

    Definition Classes
    PlanServer → Server

Abstract Value Members

  1. abstract def beforeStopBlock: () ⇒ Unit

  2. abstract def handlers: List[() ⇒ ChannelHandler]

  3. abstract val host: String

    Definition Classes
    Server
  4. abstract def makePlan(plan: ⇒ ChannelHandler): ServerBuilder

    Definition Classes
    PlanServer
  5. abstract def pipelineFactory: ChannelPipelineFactory

    Attributes
    protected
    Definition Classes
    Server
  6. abstract val port: Int

    Definition Classes
    Server → StartableServer

Concrete 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. 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
  8. 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.

  9. def clone(): AnyRef

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

    Definition Classes
    Server
  11. def destroy(): HttpServer.this.type

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  21. def plan(plan: ChannelHandler): ServerBuilder

    Definition Classes
    PlanServer
  22. def resources(path: URL, cacheSeconds: Int = 60, passOnFail: Boolean = true): util.PlanServer.ServerBuilder.ServerBuilder

  23. def run(afterStart: (ServerBuilder) ⇒ Unit, afterStop: (ServerBuilder) ⇒ Unit): Unit

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

    Definition Classes
    RunnableServer
  25. def run(): Unit

    Definition Classes
    RunnableServer
  26. def start(): ServerBuilder

    Definition Classes
    Server → StartableServer
  27. def stop(): HttpServer.this.type

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

    Definition Classes
    AnyRef
  29. def toString(): String

    Definition Classes
    AnyRef → Any
  30. val url: String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from PlanServer[ChannelHandler]

Inherited from Server

Inherited from RunnableServer

Inherited from StartableServer

Inherited from util.Server

Inherited from AnyRef

Inherited from Any

Ungrouped