xitrum.handler

DefaultHttpChannelInitializer

object DefaultHttpChannelInitializer

Sharable handlers are put here so that they can be easily picked up by apps that want to use custom pipeline. Those apps may only want a subset of default handlers.

When an app uses its own dispatcher (not Xitrum's routing/dispatcher) and only needs Xitrum's fast static file serving, it may use only these handlers:

Inbound: HttpRequestDecoder Request2Env PublicFileServer Its own dispatcher

Outbound: HttpResponseEncoder ChunkedWriteHandler XSendFile

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DefaultHttpChannelInitializer
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. lazy val OPTIONSResponse: OPTIONSResponse

  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. lazy val badClientSilencer: BadClientSilencer

  7. lazy val baseUrlRemover: BaseUrlRemover

  8. lazy val basicAuth: BasicAuth

  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. lazy val dispatcher: Dispatcher

  11. lazy val env2Response: Env2Response

  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( classOf[java.lang.Throwable] )
  15. lazy val fixiOS6SafariPOST: FixiOS6SafariPOST

  16. final def getClass(): Class[_]

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

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

    Definition Classes
    Any
  19. lazy val methodOverrider: MethodOverrider

  20. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  23. lazy val publicFileServer: PublicFileServer

  24. def removeHandlerIfExists(pipeline: ChannelPipeline, klass: Class[_ <: ChannelHandler]): Unit

    ChannelPipeline#remove(handler) throws exception if the handler does not exist in the pipeline.

  25. def removeUnusedHandlersForWebSocket(pipeline: ChannelPipeline): Unit

  26. lazy val setCORS: SetCORS

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

    Definition Classes
    AnyRef
  28. def toString(): String

    Definition Classes
    AnyRef → Any
  29. lazy val uriParser: UriParser

  30. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. lazy val webJarsServer: WebJarsServer

  34. lazy val xSendFile: XSendFile

  35. lazy val xSendResource: XSendResource

Inherited from AnyRef

Inherited from Any

Ungrouped