Thread: Netty IoSession equivalent

Results 1 to 2 of 2
  1. #1 Netty IoSession equivalent 
    Registered Member

    Join Date
    May 2008
    Posts
    140
    Thanks given
    39
    Thanks received
    13
    Rep Power
    176
    would like to know what it is and how to use it in a framedecoder. ive tried ChannelLocal but it does not allow me to use it in a FrameDecoder. get(channel) always returns a new object (an empty ChannelAttributes object in my case). i am using setIfAbsent

    in my case i am using states for login/update so i dont end up reading the opcode + name hash for example over and over again

    any suggestions?
    Reply With Quote  
     

  2. #2  
    Registered Member Paketa's Avatar
    Join Date
    Oct 2007
    Posts
    2,681
    Thanks given
    17
    Thanks received
    82
    Rep Power
    680
    Isn't it 'Channel':


    import org.jboss.netty.channel.Channel;
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •