|
Java applets run in Web browsers, which often place restrictions on the capabilities of the applets for security reasons. Currently an applet in many browsers cannot communicate directly with any host on the network, except the web server from which the applet was downloaded.
The AdventNet SNMP API supports access for applets in the following ways.
Support through SAS (uses TCP/IP protocol)
Support through HTTP
Support through a generic transport provider using which users can plug-in their own transport protocol between the SAS Client and the SAS server.
|