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

Constructor Index

 o Handler()

Method Index

 o createURLStreamHandler(String)
creates URLStreamHandler instance for FSP protocol.
 o openConnection(URL)
opens a FSP connection.

Constructors

 o Handler
 public Handler()

Methods

 o 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.
 o 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