|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sun.jdmk.comm.GenericHttpConnectorClient com.sun.jdmk.comm.HttpConnectorClient
JdmkLegacyConnector
.
public class HttpConnectorClient
This class provides an implementation of the
RemoteMBeanServer
interface based on the HTTP/TCP protocol.
Querying a Java Dynamic Management agent with this connector implies that an instance of
HttpConnectorServer
is running on the remote Java Dynamic Management agent.
Note - Use the
connect
method to identify the Java Dynamic Management agent with which the connector must communicate.
It is possible to request the use of a specific proxy through the java properties
http.proxyHost=
host and http.proxyPort=
port.
The authentication information required to configure the connector is provided by the ConnectorAddress
parameter in the method connect
.
By default, port 8081 is used to communicate with HTTP/TCP connector.
RemoteMBeanServer
,
HttpConnectorServer
,
Serialized FormField Summary |
---|
Fields inherited from interface com.sun.jdmk.comm.ClientNotificationHandler |
---|
DISCARD_NEW, DISCARD_OLD, NO_CACHE_LIMIT, PULL_MODE, PUSH_MODE |
Constructor Summary | |
---|---|
HttpConnectorClient()
Deprecated. Constructs an HttpConnectorClient . |
|
HttpConnectorClient(InetAddress localhost)
Deprecated. replaced by the method HttpConnectorClient(String localhost) |
|
HttpConnectorClient(String localhost)
Deprecated. Constructs an HttpConnectorClient . |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HttpConnectorClient()
HttpConnectorClient
.
Initializes this connector client with the default port (8081).
public HttpConnectorClient(InetAddress localhost)
HttpConnectorClient
.
Initializes this connector client with the default port (8081).
localhost
- a user specified local host address to receive notifications from the server.public HttpConnectorClient(String localhost)
HttpConnectorClient
.
Initializes this connector client with the default port (8081).
localhost
- a local host address to receive notifications
from the server.
|
Open Source build 02 opendmk-1.0-b02 2007.10.01_19:17:46_MEST |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |