Class EncoderHandler

java.lang.Object
io.netty.channel.ChannelHandlerAdapter
io.netty.channel.ChannelOutboundHandlerAdapter
com.corundumstudio.socketio.handler.EncoderHandler
All Implemented Interfaces:
io.netty.channel.ChannelHandler, io.netty.channel.ChannelOutboundHandler

@Sharable public class EncoderHandler extends io.netty.channel.ChannelOutboundHandlerAdapter
  • Nested Class Summary

    Nested classes/interfaces inherited from interface io.netty.channel.ChannelHandler

    io.netty.channel.ChannelHandler.Sharable
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final io.netty.util.AttributeKey<Boolean>
     
    static final io.netty.util.AttributeKey<Integer>
     
    static final io.netty.util.AttributeKey<String>
     
    static final io.netty.util.AttributeKey<String>
     
    static final io.netty.util.AttributeKey<Boolean>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    EncoderHandler(Configuration configuration, PacketEncoder encoder)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    write(io.netty.channel.ChannelHandlerContext ctx, Object msg, io.netty.channel.ChannelPromise promise)
     

    Methods inherited from class io.netty.channel.ChannelOutboundHandlerAdapter

    bind, close, connect, deregister, disconnect, flush, read

    Methods inherited from class io.netty.channel.ChannelHandlerAdapter

    ensureNotSharable, exceptionCaught, handlerAdded, handlerRemoved, isSharable

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.netty.channel.ChannelHandler

    exceptionCaught, handlerAdded, handlerRemoved
  • Field Details

    • ORIGIN

      public static final io.netty.util.AttributeKey<String> ORIGIN
    • USER_AGENT

      public static final io.netty.util.AttributeKey<String> USER_AGENT
    • B64

      public static final io.netty.util.AttributeKey<Boolean> B64
    • JSONP_INDEX

      public static final io.netty.util.AttributeKey<Integer> JSONP_INDEX
    • WRITE_ONCE

      public static final io.netty.util.AttributeKey<Boolean> WRITE_ONCE
  • Constructor Details

  • Method Details

    • write

      public void write(io.netty.channel.ChannelHandlerContext ctx, Object msg, io.netty.channel.ChannelPromise promise) throws Exception
      Specified by:
      write in interface io.netty.channel.ChannelOutboundHandler
      Overrides:
      write in class io.netty.channel.ChannelOutboundHandlerAdapter
      Throws:
      Exception