All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class net.www.protocol.sepdata.SepDataHandler

java.lang.Object
   |
   +----java.net.URLStreamHandler
           |
           +----net.www.protocol.sepdata.SepDataHandler

public class SepDataHandler
extends URLStreamHandler

Constructor Index

 o SepDataHandler()

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 SepDataHandler
 public SepDataHandler()

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