开发者

Flex to Flex simple TCP connection

开发者 https://www.devze.com 2022-12-31 18:02 出处:网络
I\'m working on a large file transfer(P2P) in UDP air application. I want to connect client and server using T开发者_Python百科CP. Can anybody tell me how to connect both both in TCP. Thank you.thanks

I'm working on a large file transfer(P2P) in UDP air application. I want to connect client and server using T开发者_Python百科CP. Can anybody tell me how to connect both both in TCP. Thank you.


thanks for responding. I'm first connecting client with server using TCP and after server response I want to start file transfer using UDP. Yes, this is in air application.

Now I got some use full stuff on below links. http://www.codeweblog.com/actionscript-3-0-socket-programming/

I used Socket at client side and ServerSocket at server side for TCP connection for connection establishment. Later I started file transfer.

0

精彩评论

暂无评论...
验证码 换一张
取 消