Protocols::Http Namespace Reference


Classes

class  BodyEnd
 Meta Data type indicating the end of the HTTP message body. More...
class  BodyReader
 HTTP message body reader interface. More...
class  BodyWriter
 HTTP message body codec interface. More...
class  File
class  ClientHttpSession
class  ClientHttpSessionFactoryStatus
class  ClientHttpSessionFactory
 Creates ClientHttpSession objects. More...
class  ClientHttpSessionStatus
 Status interface. More...
class  CompositeSingleHostClientHttpSession
 Composes all parts needed to build a ClientHttpSesson on top of a Transport. More...
class  ConcreteProtocol
 Concrete implementation for the HTTP Protocol. More...
class  DataSerializer
 Serializes HTTP Data objects. More...
class  HeaderBase
 Base class implementing HTTP message headers. More...
class  IdentityContentLengthBodyReader
 Reads HTTP message bodies of known length in the "identity" encoding. More...
class  IdentityContentLengthBodyWriter
 Writes HTTP message bodies of known length in the "identity" encoding. More...
class  IdentityReadAllBodyReader
 Reads HTTP message bodies of unknown length in the "identity" encoding. More...
class  Protocol
class  RequestHeader
 Implements an HTTP request header. More...
class  ResponseHeader
class  SingleHostClientHttpSession
 ClientHttpSession implementation for talking to a single HTTP server. More...

Namespaces

namespace  Testing

Typedefs

typedef AbstractValue< HeaderBase,
HeaderBase, DataBase
Header
 Value Object wrapper of HeaderBase or HeaderBase derived objects.


Typedef Documentation

typedef AbstractValue<HeaderBase, HeaderBase, DataBase> Protocols::Http::Header
 

Value Object wrapper of HeaderBase or HeaderBase derived objects.

Definition at line 33 of file Header.h.