php.java.bridge
Class DynamicHttpURLConnectionHandler
java.lang.Object
java.net.URLStreamHandler
php.java.bridge.DynamicHttpURLConnectionHandler
class DynamicHttpURLConnectionHandler
- extends java.net.URLStreamHandler
| Methods inherited from class java.net.URLStreamHandler |
equals, getDefaultPort, getHostAddress, hashCode, hostsEqual, openConnection, parseURL, sameFile, setURL, setURL, toExternalForm |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DynamicHttpURLConnectionHandler
public DynamicHttpURLConnectionHandler()
openConnection
protected java.net.URLConnection openConnection(java.net.URL u)
throws java.io.IOException
- Specified by:
openConnection in class java.net.URLStreamHandler
- Throws:
java.io.IOException
deleteTempFile
public void deleteTempFile()
getHeaderFields
public java.util.Map getHeaderFields()
getTempFile
public java.util.jar.JarFile getTempFile()
setTempFile
public void setTempFile(java.util.jar.JarFile jarFile,
java.io.File baseFile)
setHeaderFields
public void setHeaderFields(java.util.Map headerFields)