mx4j.tools.remote.http
Class HTTPConnectionManager
- ConnectionManager
public class HTTPConnectionManager
protected void | doClose()- HTTPConnectionManager does not really manages connections,
so this method does nothing by default
|
protected void | doCloseConnection(Connection connection)- HTTPConnectionManager does not really manages connections,
so this method does nothing by default
|
protected Connection | doConnect(String connectionId, Subject subject)
|
String | getProtocol()- Returns the protocol used by the corrispondent JMXConnectorServer.
|
authenticate, close, closeConnection, connect, createConnectionID, doClose, doCloseConnection, doConnect, getEnvironment, getSecurityContext, isClosed |
doClose
protected void doClose()
throws IOException HTTPConnectionManager does not really manages connections,
so this method does nothing by default
- doClose in interface AbstractConnectionManager
getProtocol
public String getProtocol()
Returns the protocol used by the corrispondent JMXConnectorServer.
- getProtocol in interface ConnectionManager
Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.