|
OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimWebRequest.h>
Public Member Functions | |
| ossimWebRequest () | |
| ossimWebRequest (const ossimUrl &url) | |
| const ossimUrl & | getUrl () const |
| virtual bool | setUrl (const ossimUrl &url) |
| void | clearLastError () |
| void | clearLastError () const |
| const ossimString | getLastError () |
| virtual ossimRefPtr< ossimWebResponse > | getResponse () |
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 |
Protected Attributes | |
| ossimUrl | m_url |
| ossimString | m_lastError |
| TYPE_DATA | |
Additional Inherited Members | |
Protected Member Functions inherited from ossimReferenced | |
| virtual | ~ossimReferenced () |
Definition at line 8 of file ossimWebRequest.h.
|
inline |
Definition at line 11 of file ossimWebRequest.h.
|
inline |
Definition at line 12 of file ossimWebRequest.h.
|
inline |
Definition at line 17 of file ossimWebRequest.h.
Referenced by ossimCurlHttpRequest::getContentLength(), and ossimCurlHttpRequest::getResponse().
|
inline |
Definition at line 18 of file ossimWebRequest.h.
|
inline |
Definition at line 19 of file ossimWebRequest.h.
|
inlinevirtual |
Reimplemented in ossimCurlHttpRequest.
Definition at line 20 of file ossimWebRequest.h.
Referenced by ossimKakaduJpipHandler::allocateSession(), and ossimKakaduJpipHandler::loadClient().
|
inline |
Definition at line 15 of file ossimWebRequest.h.
Referenced by ossimCurlHttpRequest::getContentLength(), and ossimCurlHttpRequest::getResponse().
|
inlinevirtual |
|
mutableprotected |
Definition at line 24 of file ossimWebRequest.h.
Referenced by ossimCurlHttpRequest::getContentLength(), ossimHttpRequest::getLastError(), and ossimCurlHttpRequest::getResponse().
|
protected |
Definition at line 23 of file ossimWebRequest.h.
|
protected |
Definition at line 26 of file ossimWebRequest.h.
1.8.14