Searched refs:aHostConfig (Results 1 – 2 of 2) sorted by relevance
647 …protected static void SetConfigurationProxy( HostConfiguration aHostConfig, XComponentContext xCon… in SetConfigurationProxy() argument649 if ( aHostConfig == null || xContext == null ) in SetConfigurationProxy()658 aHostConfig.setProxyHost( null ); in SetConfigurationProxy()670 if ( aHostConfig.getProtocol().getScheme().equals( "https" ) ) in SetConfigurationProxy()689 aHostConfig.setProxy( aProxyName, nProxyPort ); in SetConfigurationProxy()716 …protected static void ExecuteMethod( HttpMethodBase aMethod, HostConfiguration aHostConfig, URI aU… in ExecuteMethod() argument719 if ( aMethod != null && aHostConfig != null && aURI != null && xContext != null ) in ExecuteMethod()723 aHostConfig.setHost( aURI ); in ExecuteMethod()724 SetConfigurationProxy( aHostConfig, xContext ); in ExecuteMethod()728 if ( aHostConfig.getProtocol().getScheme().equals( "https" ) in ExecuteMethod()[all …]
205 HostConfiguration aHostConfig = new HostConfiguration(); in DoLogin() local222 Helper.ExecuteMethod( aRequest, aHostConfig, aURI, m_xContext, bInitHost ); in DoLogin()