Class HttpContentHandler
java.lang.Object
org.sblim.wbem.http.HttpContentHandler
- Direct Known Subclasses:
CIMIndicationHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract void
close()
abstract void
handleContent
(MessageReader pMr, MessageWriter pMw, InetAddress pInetAdress)
-
Constructor Details
-
HttpContentHandler
public HttpContentHandler()
-
-
Method Details
-
handleContent
public abstract void handleContent(MessageReader pMr, MessageWriter pMw, InetAddress pInetAdress) throws HttpException, IOException - Throws:
HttpException
IOException
-
close
public abstract void close()
-