gecko-dev/webshell
dougt%netscape.com 1b9ca82439 Revising nsIChannel to allow for overlapped i/o. This consists of three parts:
1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.

This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols).  The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.

The full details of the change on written up in the netlib newsgroup.

r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-10 00:16:26 +00:00
..
embed Removing dead .toc files. Not part of build. a=sfraser. 2001-01-03 01:32:06 +00:00
macbuild Removing dead .toc files. Not part of build. a=sfraser. 2001-01-03 01:32:06 +00:00
public Printing of selected frameset frames and Iframes 2001-02-06 23:03:17 +00:00
src #65732 2001-01-18 15:53:33 +00:00
tests Revising nsIChannel to allow for overlapped i/o. This consists of three parts: 2001-02-10 00:16:26 +00:00
.cvsignore
Makefile.in 45723. r=rpotts. no longer building the webshell shared lib, webshell is now in docshell. 2000-07-18 23:26:39 +00:00
makefile.win 45723. r=rpotts. webshell-docshell consolodation changes. 2000-07-18 23:13:07 +00:00