DCL 4.1
Loading...
Searching...
No Matches
HttpServletContext Class Reference

#include <HttpServlet.h>

Inheritance diagram for HttpServletContext:
Object HttpServletContextEx

Protected Attributes

const DCL_HTTP_SERVER_API__SAPI
const DCL_HTTP_SERVLET_CONTEXT__context
String __contentType
unsigned int __statusCode
StringBuilder __responseHeaders
bool __headerFlushed

Additional Inherited Members

Public Member Functions inherited from Object
virtual String toString () const
virtual void destroy ()
String className () const
bool isInstanceOf (const std::type_info &typeinfo) const
virtual const std::type_info & typeInfo () const
Protected Member Functions inherited from Object
virtual ~Object ()
 Object ()

Detailed Description

Definition at line 33 of file HttpServlet.h.

Member Data Documentation

◆ __contentType

String HttpServletContext::__contentType
protected

Definition at line 76 of file HttpServlet.h.

◆ __context

const DCL_HTTP_SERVLET_CONTEXT* HttpServletContext::__context
protected

Definition at line 74 of file HttpServlet.h.

◆ __headerFlushed

bool HttpServletContext::__headerFlushed
protected

Definition at line 79 of file HttpServlet.h.

◆ __responseHeaders

StringBuilder HttpServletContext::__responseHeaders
protected

Definition at line 78 of file HttpServlet.h.

◆ __SAPI

const DCL_HTTP_SERVER_API* HttpServletContext::__SAPI
protected

Definition at line 73 of file HttpServlet.h.

◆ __statusCode

unsigned int HttpServletContext::__statusCode
protected

Definition at line 77 of file HttpServlet.h.


The documentation for this class was generated from the following files: