Contents | Package | Class | Tree | Deprecated | Index | Help | Java 1.2 Beta 3 | ||
PREV | NEXT | SHOW LISTS | HIDE LISTS |
URL
stream
protocol handlers.
It is used by the URL
class to create a
URLStreamHandler
for a specific protocol.
Method Summary | |
URLStreamHandler | createURLStreamHandler(String protocol)
URLStreamHandler instance with the specified
protocol.
|
Method Detail |
public URLStreamHandler createURLStreamHandler(String protocol)
URLStreamHandler
instance with the specified
protocol.
protocol
- the protocol ("ftp
",
"http
", "nntp
", etc.).
URLStreamHandler
for the specific protocol.Contents | Package | Class | Tree | Deprecated | Index | Help | Java 1.2 Beta 3 | ||
PREV | NEXT | SHOW LISTS | HIDE LISTS |