|
|||||||||
| Home >> All >> java >> [ net overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.net
Interface 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.
| Method Summary | |
URLStreamHandler |
createURLStreamHandler(java.lang.String protocol)
This method maps the protocol portion of a URL to a URLStreamHandler object. |
| Method Detail |
createURLStreamHandler
public URLStreamHandler createURLStreamHandler(java.lang.String protocol)
- This method maps the protocol portion of a URL to a
URLStreamHandlerobject.
|
|||||||||
| Home >> All >> java >> [ net overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC