Package

xitrum.handler

outbound

Permalink

package outbound

Visibility
  1. Public
  2. All

Type Members

  1. class Env2Response extends ChannelOutboundHandlerAdapter

    Permalink
    Annotations
    @Sharable()
  2. class FixiOS6SafariPOST extends ChannelOutboundHandlerAdapter

    Permalink

    This handler sets "no-cache" for POST response to fix the problem with iOS 6 Safari: http://www.mnot.net/blog/2012/09/24/caching_POST http://stackoverflow.com/questions/12506897/is-safari-on-ios-6-caching-ajax-results

    This handler sets "no-cache" for POST response to fix the problem with iOS 6 Safari: http://www.mnot.net/blog/2012/09/24/caching_POST http://stackoverflow.com/questions/12506897/is-safari-on-ios-6-caching-ajax-results

    Annotations
    @Sharable()
  3. class OPTIONSResponse extends ChannelOutboundHandlerAdapter

    Permalink
    Annotations
    @Sharable()
  4. class SetCORS extends ChannelOutboundHandlerAdapter

    Permalink
    Annotations
    @Sharable()
  5. class XSendFile extends ChannelOutboundHandlerAdapter

    Permalink

    This handler sends file: 1.

    This handler sends file: 1. If the file is big: use zero-copy for HTTP or chunking for HTTPS 2. If the file is small: cache in memory and use normal response

    Annotations
    @Sharable()
  6. class XSendResource extends ChannelOutboundHandlerAdapter

    Permalink

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

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

    Annotations
    @Sharable()

Value Members

  1. object ResponseCacher

    Permalink
  2. object XSendFile

    Permalink
  3. object XSendResource

    Permalink

Ungrouped