Public Member Functions | |
this (AbstractServer server, ServerSocket socket) | |
void | setBridge (IProviderBridge bridge) |
IProviderBridge | getBridge () |
Public Attributes | |
IProviderBridge | bridge |
Definition at line 56 of file HttpThread.d.
|
Construct an HttpThread with the provided server and socket attributes. Definition at line 67 of file HttpThread.d. References AbstractServer. |
|
Attach an IProvider/IServer bridge. This is where additional per-thread data is stored. Definition at line 79 of file HttpThread.d. |
|
Return the bridge associated with this thread. Definition at line 90 of file HttpThread.d. |
|
Definition at line 58 of file HttpThread.d. |