User:Brahmana/Netwerk Docs/Connection Transaction Organization: Difference between revisions

Jump to navigation Jump to search
changed numbered list to bulleted
(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.
** 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.
** 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.
** 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.
** nsHttpTransaction  -- This is used when pipelining is not allowed.
## nsPipeline  -- This is used when pipelining is allowed and is being done.
** 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.
95

edits

Navigation menu