|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WBEMConfiguration | |
---|---|
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.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 | |
---|---|
javax.net.ssl.SSLContext |
HttpSocketFactory.getClientSSLContext(WBEMConfiguration pProperties)
Returns a SSLContext for client sockets corresponding to a given set of configuration properties |
javax.net.ssl.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. |
|
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 | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |