OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimWebResponse.h>
Public Types | |
typedef std::vector< char > | ByteBuffer |
Public Member Functions | |
ossimWebResponse () | |
virtual std::istream * | getInputStream ()=0 |
This might have to change in the future if we start doing other protocols such as ftp scp, ... More... | |
void | copyAllDataFromInputStream (ByteBuffer &buffer) |
![]() | |
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) |
![]() | |
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 | |
TYPE_DATA | |
Additional Inherited Members | |
![]() | |
virtual | ~ossimReferenced () |
Definition at line 7 of file ossimWebResponse.h.
typedef std::vector<char> ossimWebResponse::ByteBuffer |
Definition at line 10 of file ossimWebResponse.h.
|
inline |
Definition at line 11 of file ossimWebResponse.h.
void ossimWebResponse::copyAllDataFromInputStream | ( | ByteBuffer & | buffer | ) |
Definition at line 6 of file ossimWebResponse.cpp.
References getInputStream().
Referenced by ossim::CurlStreamBuffer::loadBlock().
|
pure virtual |
This might have to change in the future if we start doing other protocols such as ftp scp, ...
etc.
We currently will return the main input stream that can be used to read the bytes returned from the request. If you need access to say a header stream from an http protocol then you can dynamic_cast to an ossimHttpResponse.
Implemented in ossimHttpResponse.
Referenced by copyAllDataFromInputStream().
ossimWebResponse::TYPE_DATA |
Definition at line 25 of file ossimWebResponse.h.