Uses of Class
org.sblim.cimclient.internal.util.WBEMConfiguration

Packages that use WBEMConfiguration
org.sblim.cimclient Provides classes and interfaces for SBLIM extensions to JSR48. 
org.sblim.cimclient.internal.http Internal implementation of HTTP client and server. 
org.sblim.cimclient.internal.util Internal utility classes, such as constants, defaults, configuration and others. 
org.sblim.cimclient.internal.wbem.indications Internal implemenation of the indication processing. 
 

Uses of WBEMConfiguration in org.sblim.cimclient
 

Fields in org.sblim.cimclient declared as WBEMConfiguration
protected  WBEMConfiguration WBEMListenerSBLIM.iConfiguration
           
 

Uses of WBEMConfiguration in org.sblim.cimclient.internal.http
 

Methods in org.sblim.cimclient.internal.http that return WBEMConfiguration
 WBEMConfiguration HttpClientPool.getConfigurationContext()
          Returns the configuration context of this pool
 

Methods in org.sblim.cimclient.internal.http with parameters of type WBEMConfiguration
 SSLContext HttpSocketFactory.getClientSSLContext(WBEMConfiguration pProperties)
          Returns a SSLContext for client sockets corresponding to a given set of configuration properties
 SSLContext HttpSocketFactory.getServerSSLContext(WBEMConfiguration pProperties)
          Returns a SSLContext for server sockets corresponding to a given set of configuration properties
 

Constructors in org.sblim.cimclient.internal.http with parameters of type WBEMConfiguration
HttpClientPool(WBEMConfiguration pConfiguration)
          Ctor.
HttpConnectionHandler(HttpContentHandler pHandler, WBEMConfiguration pProperties)
          Ctor.
HttpServerConnection(HttpConnectionHandler pHandler, String pLocalAddress, int pPort, boolean pSsl, WBEMConfiguration pProperties)
          Ctor.
 

Uses of WBEMConfiguration in org.sblim.cimclient.internal.util
 

Methods in org.sblim.cimclient.internal.util that return WBEMConfiguration
static WBEMConfiguration WBEMConfiguration.getGlobalConfiguration()
          Returns the global configuration
 

Uses of WBEMConfiguration in org.sblim.cimclient.internal.wbem.indications
 

Constructors in org.sblim.cimclient.internal.wbem.indications with parameters of type WBEMConfiguration
CIMIndicationHandler(CIMEventDispatcher pDispatcher, WBEMConfiguration pProperties)
          Ctor.
 



Copyright © 2005, 2013 IBM Corporation. All Rights Reserved.