Uses of Class
org.sblim.cimclient.internal.util.WBEMConfiguration
Packages that use WBEMConfiguration
Package
Description
Provides classes and interfaces for SBLIM extensions to JSR48.
Internal implementation of HTTP client and server.
Internal utility classes, such as constants, defaults, configuration and others.
Internal implemenation of the indication processing.
-
Uses of WBEMConfiguration in org.sblim.cimclient
Fields in org.sblim.cimclient declared as WBEMConfigurationModifier and TypeFieldDescriptionprotected final WBEMConfiguration
WBEMListenerSBLIM.iConfiguration
-
Uses of WBEMConfiguration in org.sblim.cimclient.internal.http
Methods in org.sblim.cimclient.internal.http that return WBEMConfigurationModifier and TypeMethodDescriptionHttpClientPool.getConfigurationContext()
Returns the configuration context of this poolMethods in org.sblim.cimclient.internal.http with parameters of type WBEMConfigurationModifier and TypeMethodDescriptionHttpSocketFactory.getClientSSLContext
(WBEMConfiguration pProperties) Returns a SSLContext for client sockets corresponding to a given set of configuration propertiesHttpSocketFactory.getServerSSLContext
(WBEMConfiguration pProperties) Returns a SSLContext for server sockets corresponding to a given set of configuration propertiesConstructors in org.sblim.cimclient.internal.http with parameters of type WBEMConfigurationModifierConstructorDescriptionHttpClientPool
(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 WBEMConfigurationModifier and TypeMethodDescriptionstatic 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 WBEMConfigurationModifierConstructorDescriptionCIMIndicationHandler
(CIMEventDispatcher pDispatcher, WBEMConfiguration pProperties) Ctor.