Gaetan Guttermann <[EMAIL PROTECTED]> writes:
> Hi
>
> we'd like to embed gecko in a java application which will contain a
> basic browser.
> We may call this browser with an URI such as LID://myFolder/myFile.html,
> based on a
> customized protocol. Html files to be displayed are stored in memory in
> a customized
> file system. We already have some java classes which
> build JavaByteStreams to memory in order to reach those files...
>
> We'd like to know the global mecanism of protocol handling in gecko,
> What classes
> to add and where, inheritance... in order to implement our own protocol.
>
> We would appreciate any piece of information.
http://www.mozilla.org/projects/netlib/new-handler.html provides an
excellent overview, though it may be slightly out-of-date.
Dan
--