There isn't one.  And what else you use depends on what you want to do.

ColdFusion has a number of tags encapsulating specific Internet protocols,
i.e., <CFHTTP>, <CFFTP>, <CFPOP>, etc. <CFHTTP> can be used for regular HTTP
operations (POST, GET) but is no good for things like SOAP (not enough
control of headers, for one).

Lower-level socket operations would require the use of a custom tag, either
written in C++ or Java, or a COM/DCOM object.

Regards,
Joel Parramore



> -----Original Message-----
> From: Rudy Rustam [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, December 12, 2001 5:18 AM
> To: CF-Talk
> Subject: Java - Socket()
>
>
> Hi guys,
>
> What's the coldfusion equivalent for java Socket()?
>
> Thanks
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to