Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

HttpThread Class Reference

List of all members.

Public Member Functions

 this (AbstractServer server, ServerSocket socket)
void setBridge (IProviderBridge bridge)
IProviderBridge getBridge ()

Public Attributes

IProviderBridge bridge

Detailed Description

Extends the basic ServerThread to add thread-local data. All data maintained on a thread basis is stored via multiple IProviderBridge instances (one per thread).

Definition at line 56 of file HttpThread.d.


Member Function Documentation

this AbstractServer  server,
ServerSocket  socket
[inline]
 

Construct an HttpThread with the provided server and socket attributes.

Definition at line 67 of file HttpThread.d.

References AbstractServer.

void setBridge IProviderBridge  bridge  )  [inline]
 

Attach an IProvider/IServer bridge. This is where additional per-thread data is stored.

Definition at line 79 of file HttpThread.d.

IProviderBridge getBridge  )  [inline]
 

Return the bridge associated with this thread.

Definition at line 90 of file HttpThread.d.


Member Data Documentation

IProviderBridge bridge
 

Definition at line 58 of file HttpThread.d.


The documentation for this class was generated from the following file:
Generated on Sun Mar 6 00:31:10 2005 for Mango by doxygen 1.3.6