Packages

package outbound

Content Hierarchy
Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. class Env2Response extends ChannelOutboundHandlerAdapter
    Annotations
    @Sharable()
  2. class FixiOS6SafariPOST extends ChannelOutboundHandlerAdapter

    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
    Annotations
    @Sharable()
  4. sealed trait RangeParserResult extends AnyRef
  5. case class SatisfiableRange(startIndex: Long, endIndex: Long) extends RangeParserResult with Product with Serializable
  6. class SetCORS extends ChannelOutboundHandlerAdapter
    Annotations
    @Sharable()
  7. class XSendFile extends ChannelOutboundHandlerAdapter

    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()
  8. class XSendResource extends ChannelOutboundHandlerAdapter

    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 RangeParser
  2. object ResponseCacher
  3. case object UnsatisfiableRange extends RangeParserResult with Product with Serializable
  4. case object UnsupportedRange extends RangeParserResult with Product with Serializable
  5. object XSendFile
  6. object XSendResource

Ungrouped