| 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.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected WBEMConfiguration |
WBEMListenerSBLIM.iConfiguration |
| Modifier and Type | Method | Description |
|---|---|---|
WBEMConfiguration |
HttpClientPool.getConfigurationContext() |
Returns the configuration context of this pool
|
| Modifier and Type | Method | Description |
|---|---|---|
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
|
| 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.
|
| Modifier and Type | Method | Description |
|---|---|---|
static WBEMConfiguration |
WBEMConfiguration.getGlobalConfiguration() |
Returns the global configuration
|
| Constructor | Description |
|---|---|
CIMIndicationHandler(CIMEventDispatcher pDispatcher,
WBEMConfiguration pProperties) |
Ctor.
|
Copyright © 2005, 2013 IBM Corporation. All Rights Reserved.