Need to make TCP connections from a mobile device

I am a brand-new comer to the J2ME world. In fact, I complied and run my first MIDLet just yesterday.

I want to write a program to retrive video data from a server and play it in a proprietary player (The vedio is also of a proprietary format). My question is: Is there any convient APIs, through which I can retrive data from the server? Is there any APIs that support making TCP connections from the mobile device, ( I doubt whether I will be implementing my own media transport protocols)? As fewer additional work needed as possible.

Any suggestion or references is greatly appreciated! Thanks!

[617 byte] By [SeaScapea] at [2007-11-27 9:59:06]
# 1
Hi,You have to use socket connection for implementing tcp/ip connections. You can find many examples on sun.com, if you search for "SocketConnection".good luck
tilikoglua at 2007-7-13 0:30:00 > top of Java-index,Java Mobility Forums,Java ME Technologies...