 net::Address | Abstract base class to wrap the sockaddr derived structures |
  net::InetAddress | Class to identify and handle an Internet address |
  net::UnixAddress | Class to identify and handle an UNIX address |
 AppConfig | Contains the configuration parameters of the application |
 AppInfo | Contains the run-time information of the application |
 ArgsParser | Class that allows to parse and handle the application command line parameters |
 base | Contains a set of useful static methods used by the application |
 data::BaseFile< IO > | This is a wrapper class for the FILE functions that provides all the functionality to handle files safely |
 data::BaseFile< LockedAccess > | |
 data::BaseStream< StreamClass, StreamOperator > | This template is used as the base for the input/output stream classes |
 data::BaseStream< InputStream, InputOperator > | |
  data::InputStream | Specialization of the BaseStream for input serializations |
 data::BaseStream< OutputStream, OutputOperator > | |
  data::OutputStream | Specialization of the BaseStream for output serializations |
 jpip::CacheModel | The cache model of a JPIP client is handled using this class |
 ClientInfo | Contains information of a connected client |
 ClientManager | Handles a client connection with a dedicated thread |
 jpip::CacheModel::Codestream | Sub-class of the cache model class used to identify a codestream |
 jpeg2000::CodestreamIndex | Class used for indexing the information of a JPEG2000 codestream |
 jpeg2000::CodingParameters | Contains the coding parameters of a JPEG2000 image codestream |
 AppInfo::Data | Contains the data block that is maintained in shared memory |
 jpip::DataBinClass | Class that contains the definitions of all the data-bin classes defined for the JPIP protocol |
 jpip::DataBinSelector< BIN_CLASS > | Template class that is specialized for allowing basic operations (add and get) with cache models depending on the data-bin classes |
 jpip::DataBinSelector< DataBinClass::MAIN_HEADER > | |
 jpip::DataBinSelector< DataBinClass::META_DATA > | |
 jpip::DataBinSelector< DataBinClass::PRECINCT > | |
 jpip::DataBinSelector< DataBinClass::TILE_HEADER > | |
 jpip::DataBinServer | Contains the core functionality of a (JPIP) data-bin server, which maintains a cache model and is capable of generating data chunks of variable length; |
 jpip::DataBinWriter | Class used to generate data-bin segments and write them into a memory buffer |
 jpip::EOR | Class that contains all the definitions of the EOF messages defined for the JPIP protocol |
 jpeg2000::FileManager | Manages the image files of a repository, allowing read their indexing information, with a caching mechanism for efficiency |
 data::FileSegment | Identifies a data segment of a file |
 http::HeaderBase< NAME > | Template class used to identify a HTTP header |
 http::HeaderBase< HeaderName::UNDEFINED > | Specialization of the HeaderBase template class with the HeaderName::UNDEFINED value |
  http::Header | Class used to handle a HTTP header |
 http::HeaderName | Container for the strings associated to the most common HTTP headers, used for the specialization of the class HeaderBase |
 jpeg2000::ImageIndex | Contains the indexing information of a JPEG2000 image file that is managed by the index manager |
 jpeg2000::ImageInfo | Contains the indexing information of a JPEG2000 image |
 jpeg2000::IndexManager | Manages the indexing information of a repository fo images |
 data::InputOperator | This struct identifies a basic input operator to be applied to a File object |
 iostream | |
  net::SocketStream | Class derived from std::iostream and SocketBuffer that represents a socket stream |
 ipc::IPCObject | Class base of all the IPC classes that has the basic operations (Init , Wait and Dispose ) to be overloaded |
  ipc::Event | IPC object that offers the functionality of an event (Windows IPC object), implemented by means of a combination of the pthread mutex and conditional variables API |
  ipc::Mutex | IPC object that offers the functionality of a mutex, implemented by means of the pthread mutex API |
  ipc::RdWrLock | IPC object that offers the functionality of a read/write lock, implemented by means of the pthread rwlock API |
 data::LockedAccess | Struct for wrapping the basic FILE locked functions for reading and writing defined in stdio.h |
 jpeg2000::Metadata | Contains the indexing information associated to the meta-data of a JPEG2000 image file |
 data::OutputOperator | This struct identifies a basic output operator to be applied to a File object |
 jpeg2000::Packet | Contains the information of a packet |
 jpeg2000::PacketIndex | Class used for indexing the packets of a codestream image |
 jpip::Request::ParametersMask | Union used to control the presence of the different JPIP parameters in a request |
 jpeg2000::PlaceHolder | Contains the information of a place-holder |
 jpeg2000::Point | Represents a couple of integer values that can be used to identify a coordinate as well as a size |
 pollfd | |
  net::PollFD | Wrapper structure for the structure pollfd used by the kernel poll functions |
 net::PollTable | This class allows to perfom polls easily over a vector of descriptors |
 http::Protocol | Class used to identify the HTTP protocol |
 jpeg2000::Range | Represents a range of integer values, defined by two values, first and last, which are assumed to be included in the range |
 http::Request | Class used to identify a HTTP request (GET or POST) |
  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 |
 http::Response | Class used to identify a HTTP response |
 data::Serializer< T > | This template class allows to define a "serializer" |
 data::Serializer< bool > | Serializer for the bool type |
 data::Serializer< int > | Serializer for the int type |
 data::Serializer< multimap< string, int > > | Serializer for the multimap<string,int> class |
 data::Serializer< string > | Serializer for the string class |
 data::Serializer< uint64_t > | Serializer for the uint64_t type |
 data::Serializer< vector< T > > | Serializer for the vector class |
 net::Socket | This class has been designed to work with UNIX sockets in an easy and object oriented way |
 http::Response::StatusCodesInitializer | Class used for the initializer |
 streambuf | |
  net::SocketBuffer | Class derived from the STL std::streambuf to allow streaming with sockets |
   net::SocketStream | Class derived from std::iostream and SocketBuffer that represents a socket stream |
 TraceSystem | Wrapper used by the application to handle the log/trace messages by means of the log4cpp library |
 ui | |
 data::UnlockedAccess | Struct for wrapping the basic FILE unlocked functions for reading and writing defined in stdio_exts.h |
 data::vint_vector | This class has been implemented with the same philosophy that the class STL vector, but specifically designed to store integers with a length in bytes that can be not multiple from 2 (e.g |
 jpip::WOI | Class that identifies a WOI (Window Of Interest) |
 jpip::WOIComposer | By means of this class it is possible to find out the which packets of an image are associated to a WOI |