OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
List of all members
ossimCurlHttpResponse Class Reference

#include <ossimCurlHttpRequest.h>

Inheritance diagram for ossimCurlHttpResponse:
ossimHttpResponse ossimWebResponse ossimObject ossimReferenced

Additional Inherited Members

- Public Types inherited from ossimWebResponse
typedef std::vector< char > ByteBuffer
 
- Public Member Functions inherited from ossimHttpResponse
 ossimHttpResponse ()
 
ossimByteStreamBufferheaderBuffer ()
 
const ossimByteStreamBufferheaderBuffer () const
 
ossimByteStreamBufferbodyBuffer ()
 
const ossimByteStreamBufferbodyBuffer () const
 
std::iostream & headerStream ()
 
std::iostream & bodyStream ()
 
virtual std::istream * getInputStream ()
 This might have to change in the future if we start doing other protocols such as ftp scp, ... More...
 
virtual void clear ()
 Clears out the Response and prepares for a new response. More...
 
void convertHeaderStreamToKeywordlist ()
 This will parse out the response code from the status line and initialize the header variables into a keywordlist. More...
 
virtual void clearLastError ()
 
virtual ossimString getLastError () const
 
ossimKeywordlistheaderKwl ()
 
const ossimKeywordlistheaderKwl () const
 
ossim_int64 getContentLength () const
 
ossimString getHeaderValue (const ossimString &headerName) const
 
const ossimStringstatusLine () const
 
ossim_uint32 getStatusCode () const
 
- Public Member Functions inherited from ossimWebResponse
 ossimWebResponse ()
 
void copyAllDataFromInputStream (ByteBuffer &buffer)
 
- Public Member Functions inherited from ossimObject
 ossimObject ()
 
virtual ~ossimObject ()
 
virtual ossimObjectdup () const
 
virtual ossimString getShortName () const
 
virtual ossimString getLongName () const
 
virtual ossimString getDescription () const
 
virtual ossimString getClassName () const
 
virtual RTTItypeid getType () const
 
virtual bool canCastTo (ossimObject *obj) const
 
virtual bool canCastTo (const RTTItypeid &id) const
 
virtual bool canCastTo (const ossimString &parentClassName) const
 
virtual bool saveState (ossimKeywordlist &kwl, const char *prefix=0) const
 
virtual bool loadState (const ossimKeywordlist &kwl, const char *prefix=0)
 
virtual std::ostream & print (std::ostream &out) const
 Generic print method. More...
 
virtual bool isEqualTo (const ossimObject &obj, ossimCompareType compareType=OSSIM_COMPARE_FULL) const
 
virtual void accept (ossimVisitor &visitor)
 
- Public Member Functions inherited from ossimReferenced
 ossimReferenced ()
 
 ossimReferenced (const ossimReferenced &)
 
ossimReferencedoperator= (const ossimReferenced &)
 
void ref () const
 increment the reference count by one, indicating that this object has another pointer which is referencing it. More...
 
void unref () const
 decrement the reference count by one, indicating that a pointer to this object is referencing it. More...
 
void unref_nodelete () const
 decrement the reference count by one, indicating that a pointer to this object is referencing it. More...
 
int referenceCount () const
 
- Public Attributes inherited from ossimWebResponse
 TYPE_DATA
 
- Protected Member Functions inherited from ossimReferenced
virtual ~ossimReferenced ()
 
- Protected Attributes inherited from ossimHttpResponse
ossimKeywordlist m_headerKwl
 
ossimByteStreamBuffer m_headerBuffer
 
ossimByteStreamBuffer m_bodyBuffer
 
std::iostream m_headerStream
 
std::iostream m_bodyStream
 
ossimString m_statusLine
 
ossim_uint32 m_statusCode
 
 TYPE_DATA
 

Detailed Description

Definition at line 7 of file ossimCurlHttpRequest.h.


The documentation for this class was generated from the following file: