super(url, environment);
}
protected MBeanServerConnection doGetMBeanServerConnection(Subject delegate) throws IOException
{
HTTPConnection catcher = ClientExceptionCatcher.newInstance(getHTTPConnection());
return new HTTPConnectionMBeanServerConnection(catcher, delegate, getRemoteNotificationClientHandler());
}