Package org.sblim.wbem.http
Class HttpContentHandler
- java.lang.Object
-
- org.sblim.wbem.http.HttpContentHandler
-
- Direct Known Subclasses:
CIMIndicationHandler
public abstract class HttpContentHandler extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description HttpContentHandler()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract void
close()
abstract void
handleContent(MessageReader pMr, MessageWriter pMw, java.net.InetAddress pInetAdress)
-
-
-
Method Detail
-
handleContent
public abstract void handleContent(MessageReader pMr, MessageWriter pMw, java.net.InetAddress pInetAdress) throws HttpException, java.io.IOException
- Throws:
HttpException
java.io.IOException
-
close
public abstract void close()
-
-