All Packages Class Hierarchy This Package Previous Next Index
Class net.fsp.Handler
java.lang.Object
|
+----java.net.URLStreamHandler
|
+----net.fsp.Handler
- public class Handler
- extends URLStreamHandler
- implements URLStreamHandlerFactory
-
Handler()
-
-
createURLStreamHandler(String)
- creates URLStreamHandler instance for FSP protocol.
-
openConnection(URL)
- opens a FSP connection.
Handler
public Handler()
createURLStreamHandler
public URLStreamHandler createURLStreamHandler(String protocol)
- creates URLStreamHandler instance for FSP protocol.
- Parameters:
- protocol - requested protocol. Only FSP is supported.
- Returns:
- FSPStreamHandler instance or null if protocol is not FSP.
openConnection
protected URLConnection openConnection(URL u) throws IOException
- opens a FSP connection.
- Parameters:
- u - url to be opened
- Returns:
- null
- Overrides:
- openConnection in class URLStreamHandler
All Packages Class Hierarchy This Package Previous Next Index