gecko-dev/xpfe
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
..
AppCores Added files for bogus directory, removing now. r=sspitzer 2000-03-05 00:38:15 +00:00
appshell Revising nsIChannel to allow for overlapped i/o. This consists of three parts: 2001-02-10 00:16:26 +00:00
bootstrap #65764 / Bugscape #3508: Update Mac version strings to 0.8. a=r=leaf 2001-02-08 23:33:46 +00:00
browser Revising nsIChannel to allow for overlapped i/o. This consists of three parts: 2001-02-10 00:16:26 +00:00
communicator Directory listings have wrong context menu (for bbaetz, 67013). r=blake a=ben 2001-02-07 03:38:01 +00:00
components Revising nsIChannel to allow for overlapped i/o. This consists of three parts: 2001-02-10 00:16:26 +00:00
global JS strict warnings in wizardHandlerSet.js (65937). r=blake a=ben 2001-02-07 02:53:49 +00:00
macbuild Removing dead .toc files. Not part of build. a=sfraser. 2001-01-03 01:32:06 +00:00
.cvsignore
Makefile.in Added appfilelocationprovider lib r=valeski 2000-08-11 20:17:55 +00:00
makefile.win Added appfilelocationprovider lib r=valeski 2000-08-11 20:17:55 +00:00