AstaIO Servers and clients have a pluggable transport layer. This
allows for custom transports to be plugged into AstaIO very easily.
| Transport |
Description |
Windows |
Linux |
| AstaNative |
High performance tcp/ip implementation using blocking sockets. Includes SOCKS support with http tunneling coming soon. |
Available |
Available |
| DXSock |
DXSocks specializes in high performance server side components. |
Beta |
Planned |
| IPworks with SSL |
IPWorks is a leading vendor of cross platform sockets. |
Available |
Planned |
| AstaStringTransport |
Uses just delphi long strings for the transport. This allows for an AstaIO Server and client to be compiled in the same application without using tcp/ip. |
Available |
Available |
| Indy |
Open source Sockets that come with Delphi |
Beta |
Beta |