libdap Updated for version 3.21.1
libdap4 is an implementation of OPeNDAP's DAP protocol.
|
#include <HTTPCacheResponse.h>
Public Member Functions | |
HTTPCacheResponse (FILE *s, int status_code, const vector< string > &headers, const string &file_name, HTTPCache *c) | |
HTTPCacheResponse (FILE *s, int status_code, const vector< string > &headers, HTTPCache *c) | |
void | transform_to_cpp () |
~HTTPCacheResponse () override | |
Suppressed default methods | |
HTTPCacheResponse ()=delete | |
HTTPCacheResponse (const HTTPCacheResponse &rs)=delete | |
HTTPCacheResponse & | operator= (const HTTPCacheResponse &)=delete |
Accessors | |
virtual std::vector< std::string > & | get_headers () |
virtual std::string | get_file () const |
Mutators | |
virtual void | set_headers (std::vector< std::string > &h) |
virtual void | set_file (const std::string &n) |
getters | |
virtual int | get_status () const |
virtual FILE * | get_stream () const |
virtual std::istream * | get_cpp_stream () const |
virtual ObjectType | get_type () const |
virtual std::string | get_version () const |
virtual std::string | get_protocol () const |
setters | |
virtual void | set_status (int s) |
virtual void | set_stream (FILE *s) |
virtual void | set_cpp_stream (std::istream *s) |
virtual void | set_type (ObjectType o) |
virtual void | set_version (const std::string &v) |
virtual void | set_protocol (const std::string &p) |
Protected Attributes | |
bool | d_delete_cpp_stream_ptr = false |
Encapsulate a response. Instead of directly returning the FILE pointer from which a response is read, return an instance of this object.
Definition at line 37 of file HTTPCacheResponse.h.
|
delete |
|
delete |
|
inline |
Build a Response object. Instances of this class are used to represent responses from a local HTTP/1.1 cache. The stream and headers pointer are passed to the parent (HTTPResponse); there's no temporary file for the parent to manage since the body is read from a file managed by the cache subsystem. This class releases the lock on the cache entry when the destructor is called.
Definition at line 55 of file HTTPCacheResponse.h.
|
inline |
Build a Response object. Instances of this class are used to represent responses from a local HTTP/1.1 cache. The stream and headers pointer are passed to the parent (HTTPResponse); there's no temporary file for the parent to manage since the body is read from a file managed by the cache subsystem. This class releases the lock on the cache entry when the destructor is called.
Definition at line 64 of file HTTPCacheResponse.h.
|
inlineoverride |
Free the cache entry lock. Call the parent's destructor.
Definition at line 68 of file HTTPCacheResponse.h.
|
inlinevirtualinherited |
Reimplemented in libdap::StdinResponse.
Definition at line 104 of file Response.h.
|
inlinevirtualinherited |
Definition at line 120 of file HTTPResponse.h.
|
inlinevirtualinherited |
Definition at line 119 of file HTTPResponse.h.
|
inlinevirtualinherited |
Definition at line 108 of file Response.h.
|
inlinevirtualinherited |
Definition at line 102 of file Response.h.
|
inlinevirtualinherited |
Reimplemented in libdap::PipeResponse, and libdap::StdinResponse.
Definition at line 103 of file Response.h.
|
inlinevirtualinherited |
Definition at line 106 of file Response.h.
|
inlinevirtualinherited |
Definition at line 107 of file Response.h.
|
delete |
|
inlinevirtualinherited |
Reimplemented in libdap::StdinResponse.
Definition at line 116 of file Response.h.
|
inlinevirtualinherited |
Definition at line 126 of file HTTPResponse.h.
|
inlinevirtualinherited |
Definition at line 125 of file HTTPResponse.h.
|
inlinevirtualinherited |
Definition at line 120 of file Response.h.
|
inlinevirtualinherited |
Definition at line 113 of file Response.h.
|
inlinevirtualinherited |
Reimplemented in libdap::PipeResponse, and libdap::StdinResponse.
Definition at line 115 of file Response.h.
|
inlinevirtualinherited |
Definition at line 118 of file Response.h.
|
inlinevirtualinherited |
Definition at line 119 of file Response.h.
|
inlineinherited |
Build a new HTTPResponse object that works with C++ streams. Assume that the FILE* references a disk file.
Definition at line 104 of file HTTPResponse.h.
|
protectedinherited |
Definition at line 67 of file Response.h.