All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.jaw.impl.adaptor.https.AdaptorClient

java.lang.Object
   |
   +----com.sun.jaw.impl.adaptor.comm.AdaptorClient
           |
           +----com.sun.jaw.impl.adaptor.https.AdaptorClient

public class AdaptorClient
extends AdaptorClient
The 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.

See Also:
AdaptorMO, AdaptorServerImpl

Constructor Index

 o AdaptorClient()
Constructs an HTTP/SSL adaptor client.

Method Index

 o createSocket()
For Java DMK internal use only.

Constructors

 o AdaptorClient
 public AdaptorClient()
Constructs an HTTP/SSL adaptor client.

Methods

 o createSocket
 public AdaptorSocket createSocket()
For Java DMK internal use only.

Overrides:
createSocket in class AdaptorClient

All Packages  Class Hierarchy  This Package  Previous  Next  Index