All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class net.www.protocol.crypt.Handler

java.lang.Object
   |
   +----java.net.URLStreamHandler
           |
           +----net.www.protocol.crypt.Handler

public class Handler
extends URLStreamHandler

Constructor Index

 o Handler()

Method Index

 o openConnection(URL)
Opens a connection to the object referenced by the URL argument.
 o parseURL(URL, String, int, int)
Parses the string representation of a URL into a URL object.

Constructors

 o Handler
 public Handler()

Methods

 o parseURL
 protected void parseURL(URL u,
                         String spec,
                         int start,
                         int end)
Parses the string representation of a URL into a URL object.

Overrides:
parseURL in class URLStreamHandler
 o openConnection
 protected URLConnection openConnection(URL url) throws IOException
Opens a connection to the object referenced by the URL argument.

Overrides:
openConnection in class URLStreamHandler

All Packages  Class Hierarchy  This Package  Previous  Next  Index