mx4j.tools.remote.http

Class HTTPConnectionManager

public class HTTPConnectionManager extends AbstractConnectionManager

Version: $Revision: 1.4 $

Constructor Summary
HTTPConnectionManager(AbstractJMXConnectorServer server, String protocol, Map environment)
Method Summary
protected voiddoClose()
HTTPConnectionManager does not really manages connections, so this method does nothing by default
protected voiddoCloseConnection(Connection connection)
HTTPConnectionManager does not really manages connections, so this method does nothing by default
protected ConnectiondoConnect(String connectionId, Subject subject)
StringgetProtocol()

Constructor Detail

HTTPConnectionManager

public HTTPConnectionManager(AbstractJMXConnectorServer server, String protocol, Map environment)

Method Detail

doClose

protected void doClose()
HTTPConnectionManager does not really manages connections, so this method does nothing by default

doCloseConnection

protected void doCloseConnection(Connection connection)
HTTPConnectionManager does not really manages connections, so this method does nothing by default

doConnect

protected Connection doConnect(String connectionId, Subject subject)

getProtocol

public String getProtocol()
Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.