org.sblim.wbem.http

Class HttpContentHandler

Known Direct Subclasses:
CIMIndicationHandler

public abstract class HttpContentHandler
extends java.lang.Object

HttpContentHandler.java (C) Copyright IBM Corp. 2005 THIS FILE IS PROVIDED UNDER THE TERMS OF THE COMMON PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THIS FILE CONSTITUTES RECIPIENTS ACCEPTANCE OF THE AGREEMENT. You can obtain a current copy of the Common Public License from http://www.opensource.org/licenses/cpl1.0.php

Method Summary

abstract void
close()
abstract void
handleContent(MessageReader pMr, MessageWriter pMw, InetAddress pInetAdress)

Method Details

close

public abstract void close()

handleContent

public abstract void handleContent(MessageReader pMr,
                                   MessageWriter pMw,
                                   InetAddress pInetAdress)
            throws HttpException,
                   IOException

Copyright © 2005, 2007 IBM Corporation. All Rights Reserved.