Packages

  • package root
    Definition Classes
    root
  • package xitrum

    Things that are usually used by application developers are put in this package for convenience, because when they want to use XXX, they can simply write:

    Things that are usually used by application developers are put in this package for convenience, because when they want to use XXX, they can simply write:

    import xitrum.XXX

    To avoid polluting this namespace, things that are utilities should be put in package xitrum.util, not here.

    Annotations and validators are put to package xitrum.annation and xitrum.validator because there are many of them. It's better for application developers to write:

    import xitrum.annotation._
    import xitrum.validator._
    Definition Classes
    root
  • package handler
    Definition Classes
    xitrum
  • package outbound
    Definition Classes
    handler
  • Env2Response
  • FixiOS6SafariPOST
  • OPTIONSResponse
  • ResponseCacher
  • SetCORS
  • XSendFile
  • XSendResource

class XSendResource extends ChannelOutboundHandlerAdapter

This handler sends resource files (should be small) in classpath.

Annotations
@Sharable()
Linear Supertypes
ChannelOutboundHandlerAdapter, ChannelOutboundHandler, ChannelHandlerAdapter, ChannelHandler, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. XSendResource
  2. ChannelOutboundHandlerAdapter
  3. ChannelOutboundHandler
  4. ChannelHandlerAdapter
  5. ChannelHandler
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new XSendResource()

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def bind(arg0: ChannelHandlerContext, arg1: SocketAddress, arg2: ChannelPromise): Unit
    Definition Classes
    ChannelOutboundHandlerAdapter → ChannelOutboundHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def close(arg0: ChannelHandlerContext, arg1: ChannelPromise): Unit
    Definition Classes
    ChannelOutboundHandlerAdapter → ChannelOutboundHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  8. def connect(arg0: ChannelHandlerContext, arg1: SocketAddress, arg2: SocketAddress, arg3: ChannelPromise): Unit
    Definition Classes
    ChannelOutboundHandlerAdapter → ChannelOutboundHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  9. def deregister(arg0: ChannelHandlerContext, arg1: ChannelPromise): Unit
    Definition Classes
    ChannelOutboundHandlerAdapter → ChannelOutboundHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  10. def disconnect(arg0: ChannelHandlerContext, arg1: ChannelPromise): Unit
    Definition Classes
    ChannelOutboundHandlerAdapter → ChannelOutboundHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def exceptionCaught(arg0: ChannelHandlerContext, arg1: Throwable): Unit
    Definition Classes
    ChannelHandlerAdapter → ChannelHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def flush(arg0: ChannelHandlerContext): Unit
    Definition Classes
    ChannelOutboundHandlerAdapter → ChannelOutboundHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  17. def handlerAdded(arg0: ChannelHandlerContext): Unit
    Definition Classes
    ChannelHandlerAdapter → ChannelHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  18. def handlerRemoved(arg0: ChannelHandlerContext): Unit
    Definition Classes
    ChannelHandlerAdapter → ChannelHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def isSharable(): Boolean
    Definition Classes
    ChannelHandlerAdapter
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  25. def read(arg0: ChannelHandlerContext): Unit
    Definition Classes
    ChannelOutboundHandlerAdapter → ChannelOutboundHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. def write(ctx: ChannelHandlerContext, msg: AnyRef, promise: ChannelPromise): Unit
    Definition Classes
    XSendResource → ChannelOutboundHandlerAdapter → ChannelOutboundHandler

Inherited from ChannelOutboundHandlerAdapter

Inherited from ChannelOutboundHandler

Inherited from ChannelHandlerAdapter

Inherited from ChannelHandler

Inherited from AnyRef

Inherited from Any

Ungrouped