|
OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimCurlHttpRequest.h>
Additional Inherited Members | |
Public Types inherited from ossimWebResponse | |
| typedef std::vector< char > | ByteBuffer |
Public Member Functions inherited from ossimHttpResponse | |
| ossimHttpResponse () | |
| ossimByteStreamBuffer & | headerBuffer () |
| const ossimByteStreamBuffer & | headerBuffer () const |
| ossimByteStreamBuffer & | bodyBuffer () |
| const ossimByteStreamBuffer & | bodyBuffer () 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 |
| ossimKeywordlist & | headerKwl () |
| const ossimKeywordlist & | headerKwl () const |
| ossim_int64 | getContentLength () const |
| ossimString | getHeaderValue (const ossimString &headerName) const |
| const ossimString & | statusLine () 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 ossimObject * | dup () 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 &) | |
| ossimReferenced & | operator= (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 | |
Definition at line 7 of file ossimCurlHttpRequest.h.
1.8.14