Details
-
Type:
Enhancement
-
Status: Closed
-
Priority:
P4
-
Resolution: Won't Fix
-
Affects Version/s: 1.2.0
-
Fix Version/s: None
-
Component/s: core-libs
-
Labels:
-
Subcomponent:
-
CPU:generic
-
OS:generic
Description
Currently, there's no good way to register a protocol handler. This leads some clients that provide a protocol handler to use rather awkward code - see the static initializer in ext/iiimp/src/share/sun/awt/im/iiimp/IIIMPClient.java. It would be helpful if the JDK provided a method to register a protocol handler.