io.backchat.hookup.server

FlashPolicyHandler

class FlashPolicyHandler extends FrameDecoder

A flash policy handler for netty. This needs to be included in the pipeline before anything else has touched the message.

See also

https://github.com/cgbystrom/netty-tools/blob/master/src/main/java/se/cgbystrom/netty/FlashPolicyHandler.java

Linear Supertypes
FrameDecoder, LifeCycleAwareChannelHandler, SimpleChannelUpstreamHandler, ChannelUpstreamHandler, ChannelHandler, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. FlashPolicyHandler
  2. FrameDecoder
  3. LifeCycleAwareChannelHandler
  4. SimpleChannelUpstreamHandler
  5. ChannelUpstreamHandler
  6. ChannelHandler
  7. AnyRef
  8. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FlashPolicyHandler (policyResponse: ChannelBuffer)

    policyResponse

    The response xml to send for a request

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def actualReadableBytes (): Int

    Attributes
    protected[frame]
    Definition Classes
    FrameDecoder
  7. def afterAdd (arg0: ChannelHandlerContext): Unit

    Definition Classes
    FrameDecoder → LifeCycleAwareChannelHandler
    Annotations
    @throws()
  8. def afterRemove (arg0: ChannelHandlerContext): Unit

    Definition Classes
    FrameDecoder → LifeCycleAwareChannelHandler
    Annotations
    @throws()
  9. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  10. def beforeAdd (arg0: ChannelHandlerContext): Unit

    Definition Classes
    FrameDecoder → LifeCycleAwareChannelHandler
    Annotations
    @throws()
  11. def beforeRemove (arg0: ChannelHandlerContext): Unit

    Definition Classes
    FrameDecoder → LifeCycleAwareChannelHandler
    Annotations
    @throws()
  12. def channelBound (arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Definition Classes
    SimpleChannelUpstreamHandler
    Annotations
    @throws()
  13. def channelClosed (arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Definition Classes
    FrameDecoder → SimpleChannelUpstreamHandler
    Annotations
    @throws()
  14. def channelConnected (arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Definition Classes
    SimpleChannelUpstreamHandler
    Annotations
    @throws()
  15. def channelDisconnected (arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Definition Classes
    FrameDecoder → SimpleChannelUpstreamHandler
    Annotations
    @throws()
  16. def channelInterestChanged (arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Definition Classes
    SimpleChannelUpstreamHandler
    Annotations
    @throws()
  17. def channelOpen (arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Definition Classes
    SimpleChannelUpstreamHandler
    Annotations
    @throws()
  18. def channelUnbound (arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Definition Classes
    SimpleChannelUpstreamHandler
    Annotations
    @throws()
  19. def childChannelClosed (arg0: ChannelHandlerContext, arg1: ChildChannelStateEvent): Unit

    Definition Classes
    SimpleChannelUpstreamHandler
    Annotations
    @throws()
  20. def childChannelOpen (arg0: ChannelHandlerContext, arg1: ChildChannelStateEvent): Unit

    Definition Classes
    SimpleChannelUpstreamHandler
    Annotations
    @throws()
  21. def cleanup (arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Attributes
    protected[frame]
    Definition Classes
    FrameDecoder
    Annotations
    @throws()
  22. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  23. def decode (ctx: ChannelHandlerContext, channel: Channel, buffer: ChannelBuffer): AnyRef

    Definition Classes
    FlashPolicyHandler → FrameDecoder
  24. def decodeLast (arg0: ChannelHandlerContext, arg1: Channel, arg2: ChannelBuffer): AnyRef

    Attributes
    protected[frame]
    Definition Classes
    FrameDecoder
    Annotations
    @throws()
  25. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  26. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  27. def exceptionCaught (arg0: ChannelHandlerContext, arg1: ExceptionEvent): Unit

    Definition Classes
    FrameDecoder → SimpleChannelUpstreamHandler
    Annotations
    @throws()
  28. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  29. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  30. def handleUpstream (arg0: ChannelHandlerContext, arg1: ChannelEvent): Unit

    Definition Classes
    SimpleChannelUpstreamHandler → ChannelUpstreamHandler
    Annotations
    @throws()
  31. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  32. def internalBuffer (): ChannelBuffer

    Attributes
    protected[frame]
    Definition Classes
    FrameDecoder
  33. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  34. def messageReceived (arg0: ChannelHandlerContext, arg1: MessageEvent): Unit

    Definition Classes
    FrameDecoder → SimpleChannelUpstreamHandler
    Annotations
    @throws()
  35. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  36. def newCumulationBuffer (arg0: ChannelHandlerContext, arg1: Int): ChannelBuffer

    Attributes
    protected[frame]
    Definition Classes
    FrameDecoder
  37. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  38. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  39. def replace (arg0: String, arg1: ChannelHandler): Unit

    Definition Classes
    FrameDecoder
  40. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  41. def toString (): String

    Definition Classes
    AnyRef → Any
  42. def unfoldAndFireMessageReceived (arg0: ChannelHandlerContext, arg1: SocketAddress, arg2: Any): Unit

    Attributes
    protected[frame] final
    Definition Classes
    FrameDecoder
  43. def wait (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  44. def wait (arg0: Long, arg1: Int): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  45. def wait (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  46. def writeComplete (arg0: ChannelHandlerContext, arg1: WriteCompletionEvent): Unit

    Definition Classes
    SimpleChannelUpstreamHandler
    Annotations
    @throws()

Inherited from FrameDecoder

Inherited from LifeCycleAwareChannelHandler

Inherited from SimpleChannelUpstreamHandler

Inherited from ChannelUpstreamHandler

Inherited from ChannelHandler

Inherited from AnyRef

Inherited from Any