ESA JPIP server
0.1
|
#include <vector>
#include <string>
#include <iostream>
#include "jpip/woi.h"
#include "jpip/cache_model.h"
#include "http/request.h"
#include "jpeg2000/point.h"
#include "jpeg2000/coding_parameters.h"
#include <string.h>
Go to the source code of this file.
Classes | |
class | jpip::Request |
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... | |
union | jpip::Request::ParametersMask |
Union used to control the presence of the different JPIP parameters in a request. More... | |
Namespaces | |
jpip | |
Set of classes related to the JPIP protocol, defined in the Part 9 of the JPEG2000 standard. | |