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
-
Handler()
-
-
openConnection(URL)
- Opens a connection to the object referenced by the
URL argument.
-
parseURL(URL, String, int, int)
-
Parses the string representation of a
URL into a
URL object.
Handler
public Handler()
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
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