Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.net

Interface URLStreamHandlerFactory

java.lang.Object
|
+--java.net.URLStreamHandlerFactory


public interface URLStreamHandlerFactory

This interface contains one method which maps the protocol portion of a URL (eg, "http" in "http://www.urbanophile.com/arenn/") to a URLStreamHandler object.

Authors:

Method Summary

java.net.URLStreamHandlercreateURLStreamHandler(java.lang.String protocol)

This method maps the protocol portion of a URL to a URLStreamHandler object.

Method Details

createURLStreamHandler

public URLStreamHandler createURLStreamHandler(java.lang.String protocol)

This method maps the protocol portion of a URL to a URLStreamHandler object.

Parameters:

Returns: