95
edits
(changed numbered list to bulleted) |
(changed numbered list to bulleted) |
||
Line 9: | Line 9: | ||
* nsAHttpConnection | * nsAHttpConnection | ||
** nsHttpConnection -- This actually represents a connection. This is never accessed directly. The two things below act as wrappers to this one. | |||
** nsConnectionHandle -- This is used for wrapping the connection when pipelining is not allowed. | |||
** nsPipeline -- This is used for wrapping the connection when pipelining is allowed and is being done. | |||
* nsAHttpTransaction | * nsAHttpTransaction | ||
** nsHttpTransaction -- This is used when pipelining is not allowed. | |||
** nsPipeline -- This is used when pipelining is allowed and is being done. | |||
Now I do not know whether these implementations have something extra apart from helper methods. That is a question for necko folks. | Now I do not know whether these implementations have something extra apart from helper methods. That is a question for necko folks. |
edits