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
- Alphabetic
- By Inheritance
- DefaultHttpChannelInitializer
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- lazy val OPTIONSResponse: OPTIONSResponse
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- lazy val badClientSilencer: BadClientSilencer
- lazy val baseUrlRemover: BaseUrlRemover
- lazy val basicAuth: BasicAuth
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- lazy val dispatcher: Dispatcher
- lazy val env2Response: Env2Response
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- lazy val fixiOS6SafariPOST: FixiOS6SafariPOST
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- lazy val methodOverrider: MethodOverrider
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- lazy val proxyProtocolHandler: ProxyProtocolHandler
- lazy val publicFileServer: PublicFileServer
- def removeHandlerIfExists(pipeline: ChannelPipeline, klass: Class[_ <: ChannelHandler]): Unit
ChannelPipeline#remove(handler) throws exception if the handler does not exist in the pipeline.
- def removeUnusedHandlersForWebSocket(pipeline: ChannelPipeline): Unit
- lazy val setCORS: SetCORS
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- lazy val uriParser: UriParser
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- lazy val webJarsServer: WebJarsServer
- lazy val xSendFile: XSendFile
- lazy val xSendResource: XSendResource