Difference between revisions of "ICS Components Reference"
| Line 2: | Line 2: | ||
| These components implement the basic TCP/IP sockets. | These components implement the basic TCP/IP sockets. | ||
| − | [[image:Twsocket.gif]] [ | + | {| | 
| − | + | | [[image:Twsocket.gif]] [[TWSocket | TWSocket]] |||| Basic Socket for TCP and UDP, client and server | |
| − | [[image:Twsocketserver.gif]] [ | + | |- | 
| + | | [[image:Twsocketserver.gif]] [[TWSocketServer | TWSocketServer]] |||| Basic TCP Server Socket | ||
| + | |} | ||
| == Protocol components == | == Protocol components == | ||
Revision as of 16:49, 18 February 2006
Sockets components
These components implement the basic TCP/IP sockets.
|  TWSocket | Basic Socket for TCP and UDP, client and server | |
|  TWSocketServer | Basic TCP Server Socket | 
Protocol components
These components implement some of the protocols used by TCP/IP applications, over the Internet. All are implementing RFCs as described on the IETF website.
 TFingerCli - Finger Client
 TFingerCli - Finger Client
 TFtpClient - FTP Client
 TFtpClient - FTP Client
 TFtpServer - FTP Server
 TFtpServer - FTP Server
 THttpCli - HTTP Client
 THttpCli - HTTP Client
 THttpServer - HTTP Server
 THttpServer - HTTP Server
 TNntpCli - NNTP Client (News)
 TNntpCli - NNTP Client (News)
 THtmlNntpCli - HTML NNTP Client
 THtmlNntpCli - HTML NNTP Client
 TPing - Ping client
 TPing - Ping client
 TTnCnx - Telnet Connection
 TTnCnx - Telnet Connection
 TSmtpCli - SMTP Client
 TSmtpCli - SMTP Client
 TSyncSmtpCli - Synchronous SMTP Client
 TSyncSmtpCli - Synchronous SMTP Client
 THtmlSmtpCli - HTML Smtp Client
 THtmlSmtpCli - HTML Smtp Client
 TPop3Cli - POP3 Client
 TPop3Cli - POP3 Client
 TSyncPop3cli - Synchronous POP3 Client
 TSyncPop3cli - Synchronous POP3 Client
 TWait - Wait socket
 TWait - Wait socket
 TDnsQuery - DNS Query Client
 TDnsQuery - DNS Query Client
Helper Components
 TMimeDecode - Mime Decoder
 TMimeDecode - Mime Decoder
 TTnEmulVT - Telnet VT Terminal emulator
 TTnEmulVT - Telnet VT Terminal emulator
 TTnScript - Telnet Script
 TTnScript - Telnet Script
 TEmulVt - VT Terminal Emulator
 TEmulVt - VT Terminal Emulator
 TMbxHandler - Mail Box Handler
 TMbxHandler - Mail Box Handler
