Definition at line 47 of file ServiceURLStreamHandlerFactory.java.
Package Functions | |
URLStreamHandler | getJVMClassPathHandler (String protocol) |
Check if there exists a JVM classpath handler for a protocol. | |
void | setURLStreamHandler (String protocol, URLStreamHandler handler) |
Sets the handler for a named protocol. |
void org.knopflerfish.framework.ServiceURLStreamHandlerFactory.setURLStreamHandler | ( | String | protocol, | |
URLStreamHandler | handler | |||
) | [package] |
Sets the handler for a named protocol.
Any old handler for the specified protocol will be lost.
protocol | Protocol name. | |
handler | Handler for the specified protocl name. |
Definition at line 206 of file ServiceURLStreamHandlerFactory.java.
Referenced by org.knopflerfish.framework.Framework.Framework().