org.ocd.docservice
Class Handler.DocServiceURLConnection

java.lang.Object
  |
  +--java.net.URLConnection
        |
        +--org.ocd.docservice.Handler.DocServiceURLConnection
Enclosing class:
Handler

public class Handler.DocServiceURLConnection
extends java.net.URLConnection


Fields inherited from class java.net.URLConnection
allowUserInteraction, connected, doInput, doOutput, ifModifiedSince, url, useCaches
 
Constructor Summary
Handler.DocServiceURLConnection(java.net.URL pURL)
           
 
Method Summary
 void connect()
          connect this URL Connection
 java.io.InputStream getInputStream()
          Gets an InputStream to the Document specifed by the URL for This connection
 
Methods inherited from class java.net.URLConnection
getAllowUserInteraction, getContent, getContent, getContentEncoding, 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
 

Constructor Detail

Handler.DocServiceURLConnection

public Handler.DocServiceURLConnection(java.net.URL pURL)
Method Detail

connect

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

getInputStream

public java.io.InputStream getInputStream()
                                   throws java.io.IOException
Gets an InputStream to the Document specifed by the URL for This connection
Overrides:
getInputStream in class java.net.URLConnection