Response delimiter?

fwachs fefewachs at gmail.com
Tue Aug 30 12:11:29 EDT 2011


Hi all, I'm writing an iOS game and I'm implementing server side with netty
to make transactions as light as possible.

I'm using 
pipeline.addLast("framer", new DelimiterBasedFrameDecoder(8192,
Delimiters.lineDelimiter()));

to know when a message has been received succesfully. Now, I want to delimit
my response and append the \n delimiter at the end of all my responses, so
the client ( the phone ) knows when a response has been successfully
acquired.

I haven't been able to do something like this without appending a \n to the
end of all my responses.. Is there a nicer way to do this ?

Thanks in advance.
Federico

--
View this message in context: http://netty-forums-and-mailing-lists.685743.n2.nabble.com/Response-delimiter-tp6742766p6742766.html
Sent from the Netty User Group mailing list archive at Nabble.com.


More information about the netty-users mailing list