Thread: why does this not chain?

Results 1 to 4 of 4
  1. #1 why does this not chain? 
    Banned

    Join Date
    Nov 2013
    Posts
    170
    Thanks given
    67
    Thanks received
    33
    Rep Power
    0
    Code:
    	public PacketBuilder place(final byte b) {
    		channelBuffer.writeByte(b);
    		return this;
    	}
    why does this not chain?
    Reply With Quote  
     

  2. #2  
    Respected Member


    Join Date
    Jan 2009
    Posts
    5,743
    Thanks given
    1,162
    Thanks received
    3,603
    Rep Power
    5000
    It would chain to other methods in the PacketBuilder class.
    Reply With Quote  
     

  3. #3  
    Banned

    Join Date
    Nov 2013
    Posts
    170
    Thanks given
    67
    Thanks received
    33
    Rep Power
    0
    i'm working on the login protocol comparing to an other 317 protocol i get this
    http://i.imgur.com/93MSPlb.png
    Reply With Quote  
     

  4. #4  
    Banned

    Join Date
    Nov 2013
    Posts
    170
    Thanks given
    67
    Thanks received
    33
    Rep Power
    0
    got this already lol
    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

Similar Threads

  1. why does this not work?
    By nonononooooooo in forum Help
    Replies: 3
    Last Post: 12-26-2012, 07:51 PM
  2. Why does this not work correctly
    By Chris_ in forum Help
    Replies: 1
    Last Post: 10-07-2012, 10:23 PM
  3. Why does this not work.
    By nathanrr44 in forum Help
    Replies: 3
    Last Post: 04-10-2012, 10:08 PM
  4. WHy does this event not stop..
    By Andrew in forum Help
    Replies: 11
    Last Post: 11-04-2011, 10:36 PM
  5. Why does this not work?
    By Wake in forum Help
    Replies: 0
    Last Post: 01-06-2011, 10:16 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •