Class Handler
- java.lang.Object
-
- java.net.URLStreamHandler
-
- com.biglybt.core.util.protocol.wss.Handler
-
- Direct Known Subclasses:
Handler
public class Handler extends java.net.URLStreamHandler
-
-
Field Summary
Fields Modifier and Type Field Description private static boolean
install_prompted
-
Constructor Summary
Constructors Constructor Description Handler()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description private java.net.URL
getProxy(java.net.URL u)
private static void
installPlugin()
java.net.URLConnection
openConnection(java.net.URL u)
-
-
-
Method Detail
-
openConnection
public java.net.URLConnection openConnection(java.net.URL u) throws java.io.IOException
- Specified by:
openConnection
in classjava.net.URLStreamHandler
- Throws:
java.io.IOException
-
getProxy
private java.net.URL getProxy(java.net.URL u) throws java.io.IOException
- Throws:
java.io.IOException
-
installPlugin
private static void installPlugin()
-
-