All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----com.sun.jaw.impl.adaptor.comm.AdaptorClient
|
+----com.sun.jaw.impl.adaptor.https.AdaptorClient
AdaptorClient class provides an implementation of the
AdaptorMO
interface based on the HTTP/SSL protocol.
Querying a Java Dynamic Management agent with the HTTP/SSL adaptor implies that an instance of AdaptorServerImpl is running on the remote Java Dynamic Management agent.
In order to identify the Java Dynamic Management agent the adaptor needs to communicate with, the method connect needs to be invoked.
It is possible to request the use of a specific proxy. To do so, once the object is instantiated, you need to call the setup method with a string containing the hostname and optionally a port number. By default the port 80 will be used.
public AdaptorClient()
public AdaptorSocket createSocket()
All Packages Class Hierarchy This Package Previous Next Index