Home
last modified time | relevance | path

Searched refs:m_aConnectionManager (Results 1 – 1 of 1) sorted by relevance

/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DHelper.java158 private static MultiThreadedHttpConnectionManager m_aConnectionManager; field in Helper
197 if ( m_aConnectionManager == null ) in GetHttpClient()
198 m_aConnectionManager = new MultiThreadedHttpConnectionManager(); in GetHttpClient()
202 m_aClient = new HttpClient( m_aConnectionManager ); in GetHttpClient()
214 if ( !bAllow && m_aConnectionManager != null ) in AllowConnection()
217 m_aConnectionManager.shutdown(); in AllowConnection()
218 m_aConnectionManager = null; in AllowConnection()

Completed in 19 milliseconds