Hi,

On Tue, 29 Jun 1999, Kevin Jones wrote:

> The URL class parses the url it is passed and tries to create a protocol
> handler object for the given protocol (https in this case). The JVM ships
> with protocol handlers for http, ftp, file, gopher, jar, mailto, netdoc,
> systemresource and verbatim (don't know what the last three are) as part of
> the sun.net.www.protocol package. By default there is no https handler (by
> default) - however you can write your own protocol handlers and add them to
> this list - I've written a 'time' handler to show how this works if you are
> interested,

Or find a Java environment (web server, app server or even browser...)
that provides https protocol handler.

However that "time" protocol handler is interseting to me, where is it?

Thanks,
Cezar.

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to