Uses of Class
org.sblim.cimclient.internal.http.HttpContentHandler
-
Packages that use HttpContentHandler Package Description org.sblim.cimclient.internal.http Internal implementation of HTTP client and server.org.sblim.cimclient.internal.wbem.indications Internal implemenation of the indication processing. -
-
Uses of HttpContentHandler in org.sblim.cimclient.internal.http
Constructors in org.sblim.cimclient.internal.http with parameters of type HttpContentHandler Constructor Description HttpConnectionHandler(HttpContentHandler pHandler, WBEMConfiguration pProperties)
Ctor. -
Uses of HttpContentHandler in org.sblim.cimclient.internal.wbem.indications
Subclasses of HttpContentHandler in org.sblim.cimclient.internal.wbem.indications Modifier and Type Class Description class
CIMIndicationHandler
Handles the HTTP connections, providing the necessary interfaces for CIMListener server.
-