public class DBURLConnection extends URLConnection
allowUserInteraction, connected, doInput, doOutput, ifModifiedSince, url, useCaches| Constructor and Description |
|---|
DBURLConnection(URL u) |
| Modifier and Type | Method and Description |
|---|---|
void |
connect() |
String |
getContentType() |
long |
getExpiration() |
InputStream |
getInputStream() |
long |
getLastModified() |
addRequestProperty, getAllowUserInteraction, getConnectTimeout, getContent, getContent, getContentEncoding, getContentLength, getContentLengthLong, getDate, getDefaultAllowUserInteraction, getDefaultRequestProperty, getDefaultUseCaches, getDoInput, getDoOutput, getFileNameMap, getHeaderField, getHeaderField, getHeaderFieldDate, getHeaderFieldInt, getHeaderFieldKey, getHeaderFieldLong, getHeaderFields, getIfModifiedSince, getOutputStream, getPermission, getReadTimeout, getRequestProperties, getRequestProperty, getURL, getUseCaches, guessContentTypeFromName, guessContentTypeFromStream, setAllowUserInteraction, setConnectTimeout, setContentHandlerFactory, setDefaultAllowUserInteraction, setDefaultRequestProperty, setDefaultUseCaches, setDoInput, setDoOutput, setFileNameMap, setIfModifiedSince, setReadTimeout, setRequestProperty, setUseCaches, toStringpublic DBURLConnection(URL u)
public InputStream getInputStream() throws IOException
getInputStream in class URLConnectionIOExceptionpublic String getContentType()
getContentType in class URLConnectionpublic void connect()
throws IOException
connect in class URLConnectionIOExceptionpublic long getExpiration()
getExpiration in class URLConnectionpublic long getLastModified()
getLastModified in class URLConnectionCopyright © 2013. All Rights Reserved.