Class derived from the HTTP Request class that contains the required code for properly analyzing a JPIP request, when this protocol is used over the HTTP.
More...
#include <request.h>
|
| union | ParametersMask |
| | Union used to control the presence of the different JPIP parameters in a request. More...
|
| |
Class derived from the HTTP Request class that contains the required code for properly analyzing a JPIP request, when this protocol is used over the HTTP.
- See also
- http::Request
-
CacheModel
Enumeration of the possible round directions of a WOI for specifying the resolution levels.
| Enumerator |
|---|
| ROUNDUP |
Round-up.
|
| ROUNDDOWN |
Round-down.
|
| CLOSEST |
Closest.
|
| jpip::Request::Request |
( |
| ) |
|
|
inline |
| virtual jpip::Request::~Request |
( |
| ) |
|
|
inlinevirtual |
| istream & jpip::Request::GetCodedChar |
( |
istream & |
in, |
|
|
char & |
c |
|
) |
| |
Gets a coded char from an input stream.
- Parameters
-
| in | Input stream. |
| c | Reference to store the char. |
- Returns
- The same input stream.
Obtains the resolution level and modifies the given WOI to adjust it according to that level.
- Parameters
-
| coding_parameters | Associated coding parameters. |
| woi | WOI to modify. |
| istream & jpip::Request::ParseModel |
( |
istream & |
stream | ) |
|
Parses a cache model from an input stream.
- Parameters
-
- Returns
- The same input stream after the parsing.
| void jpip::Request::ParseParameter |
( |
istream & |
stream, |
|
|
const string & |
param, |
|
|
string & |
value |
|
) |
| |
|
virtual |
Parses one parameter of a CGI HTTP request.
- Parameters
-
| stream | Input stream. |
| param | String to store the parameter name. |
| value | String to store the parameter value. |
Reimplemented from http::Request.
| void jpip::Request::ParseParameters |
( |
istream & |
stream | ) |
|
|
virtual |
Parses the parameters of a CGI HTTP request.
- Parameters
-
Reimplemented from http::Request.
| int jpip::Request::length_response |
| int jpip::Request::max_codestream |
| int jpip::Request::min_codestream |
| Size jpip::Request::resolution_size |
Size of the resolution level.
| Point jpip::Request::woi_position |
| Size jpip::Request::woi_size |
The documentation for this class was generated from the following files: