some example to send big file from server to client?

tantom tantom2000 at gmail.com
Thu May 21 12:48:47 EDT 2009


my client program is c#,and now i use netty and write the client send big
file to the netty server
that's ok now.

but now i am try to send big file from netty server to the client.

i found the channel api, just and write(Object) method.

if i write all the big file's bytes to the channelbuffer and call
channel.write...may be....


-- 
View this message in context: http://n2.nabble.com/some-example-to-send-big-file-from-server-to-client--tp2952981p2952981.html
Sent from the Netty User Group mailing list archive at Nabble.com.




More information about the netty-users mailing list