com.macromedia.generator.protocol.fgjava
Class FgjavaURLConnection

java.lang.Object
  |
  +--java.net.URLConnection
        |
        +--com.macromedia.generator.protocol.fgjava.FgjavaURLConnection

public class FgjavaURLConnection
extends java.net.URLConnection


Field Summary
(package private)  java.io.InputStream _fld0178
           
protected static java.util.Hashtable loadedClasses
           
 
Fields inherited from class java.net.URLConnection
allowUserInteraction, connected, doInput, doOutput, factory, ifModifiedSince, url, useCaches
 
Constructor Summary
(package private) FgjavaURLConnection(java.net.URL url)
           
 
Method Summary
 void connect()
           
 java.io.InputStream getInputStream()
           
 void setGenInfo(GenInfo geninfo)
           
 
Methods inherited from class java.net.URLConnection
, getAllowUserInteraction, getContent, getContent, getContentEncoding, getContentHandler, getContentLength, getContentType, getDate, getDefaultAllowUserInteraction, getDefaultRequestProperty, getDefaultUseCaches, getDoInput, getDoOutput, getExpiration, getFileNameMap, getHeaderField, getHeaderField, getHeaderFieldDate, getHeaderFieldInt, getHeaderFieldKey, getIfModifiedSince, getLastModified, getOutputStream, getPermission, getRequestProperty, getURL, getUseCaches, guessContentTypeFromName, guessContentTypeFromStream, setAllowUserInteraction, setContentHandlerFactory, setDefaultAllowUserInteraction, setDefaultRequestProperty, setDefaultUseCaches, setDoInput, setDoOutput, setFileNameMap, setIfModifiedSince, setRequestProperty, setUseCaches, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_fld0178

java.io.InputStream _fld0178

loadedClasses

protected static java.util.Hashtable loadedClasses
Constructor Detail

FgjavaURLConnection

FgjavaURLConnection(java.net.URL url)
Method Detail

connect

public void connect()
             throws java.io.IOException
Overrides:
connect in class java.net.URLConnection

getInputStream

public java.io.InputStream getInputStream()
                                   throws java.io.IOException
Overrides:
getInputStream in class java.net.URLConnection

setGenInfo

public void setGenInfo(GenInfo geninfo)