Uses of Class
org.sblim.cimclient.internal.util.WBEMConfiguration
-
Packages that use WBEMConfiguration Package Description 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 Modifier and Type Field Description protected WBEMConfigurationWBEMListenerSBLIM. iConfiguration -
Uses of WBEMConfiguration in org.sblim.cimclient.internal.http
Methods in org.sblim.cimclient.internal.http that return WBEMConfiguration Modifier and Type Method Description WBEMConfigurationHttpClientPool. getConfigurationContext()Returns the configuration context of this poolMethods in org.sblim.cimclient.internal.http with parameters of type WBEMConfiguration Modifier and Type Method Description javax.net.ssl.SSLContextHttpSocketFactory. getClientSSLContext(WBEMConfiguration pProperties)Returns a SSLContext for client sockets corresponding to a given set of configuration propertiesjavax.net.ssl.SSLContextHttpSocketFactory. 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 WBEMConfiguration Constructor Description HttpClientPool(WBEMConfiguration pConfiguration)Ctor.HttpConnectionHandler(HttpContentHandler pHandler, WBEMConfiguration pProperties)Ctor.HttpServerConnection(HttpConnectionHandler pHandler, java.lang.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 Modifier and Type Method Description static WBEMConfigurationWBEMConfiguration. 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 Constructor Description CIMIndicationHandler(CIMEventDispatcher pDispatcher, WBEMConfiguration pProperties)Ctor.
-