Package | Description |
---|---|
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 | Method and Description |
---|---|
WBEMConfiguration |
HttpClientPool.getConfigurationContext()
Returns the configuration context of this pool
|
Modifier and Type | Method and 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 and Description |
---|
HttpClientPool(WBEMConfiguration pConfiguration)
Ctor.
|
HttpServerConnection(HttpConnectionHandler pHandler,
java.lang.String pLocalAddress,
int pPort,
boolean pSsl,
WBEMConfiguration pProperties)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
static WBEMConfiguration |
WBEMConfiguration.getGlobalConfiguration()
Returns the global configuration
|
Constructor and Description |
---|
CIMIndicationHandler(CIMEventDispatcher pDispatcher,
WBEMConfiguration pProperties)
Ctor.
|
Copyright © 2005, 2011 IBM Corporation. All Rights Reserved.