package outbound
- Alphabetic
- Public
- Protected
Type Members
- class Env2Response extends ChannelOutboundHandlerAdapter
- Annotations
- @Sharable()
- 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()
- class OPTIONSResponse extends ChannelOutboundHandlerAdapter
- Annotations
- @Sharable()
- sealed trait RangeParserResult extends AnyRef
- case class SatisfiableRange(startIndex: Long, endIndex: Long) extends RangeParserResult with Product with Serializable
- class SetCORS extends ChannelOutboundHandlerAdapter
- Annotations
- @Sharable()
- 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()
- 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
- object RangeParser
- object ResponseCacher
- case object UnsatisfiableRange extends RangeParserResult with Product with Serializable
- case object UnsupportedRange extends RangeParserResult with Product with Serializable
- object XSendFile
- object XSendResource