public static class DummyUrlFactory.Connection
extends java.net.URLConnection
| Modifier | Constructor and Description |
|---|---|
protected |
DummyUrlFactory.Connection(java.net.URL u,
java.io.InputStream inputStream) |
protected |
DummyUrlFactory.Connection(java.net.URL u,
java.lang.String string,
java.lang.String encoding) |
| Modifier and Type | Method and Description |
|---|---|
void |
connect() |
java.lang.String |
getContentEncoding() |
int |
getContentLength() |
java.lang.String |
getContentType() |
java.io.InputStream |
getInputStream() |
addRequestProperty, getAllowUserInteraction, getConnectTimeout, getContent, getContent, getContentLengthLong, getDate, getDefaultAllowUserInteraction, getDefaultRequestProperty, getDefaultUseCaches, getDoInput, getDoOutput, getExpiration, getFileNameMap, getHeaderField, getHeaderField, getHeaderFieldDate, getHeaderFieldInt, getHeaderFieldKey, getHeaderFieldLong, getHeaderFields, getIfModifiedSince, getLastModified, getOutputStream, getPermission, getReadTimeout, getRequestProperties, getRequestProperty, getURL, getUseCaches, guessContentTypeFromName, guessContentTypeFromStream, setAllowUserInteraction, setConnectTimeout, setContentHandlerFactory, setDefaultAllowUserInteraction, setDefaultRequestProperty, setDefaultUseCaches, setDoInput, setDoOutput, setFileNameMap, setIfModifiedSince, setReadTimeout, setRequestProperty, setUseCaches, toStringprotected DummyUrlFactory.Connection(java.net.URL u,
java.io.InputStream inputStream)
protected DummyUrlFactory.Connection(java.net.URL u,
java.lang.String string,
java.lang.String encoding)
public void connect()
throws java.io.IOException
connect in class java.net.URLConnectionjava.io.IOExceptionpublic java.io.InputStream getInputStream()
throws java.io.IOException
getInputStream in class java.net.URLConnectionjava.io.IOExceptionpublic java.lang.String getContentEncoding()
getContentEncoding in class java.net.URLConnectionpublic java.lang.String getContentType()
getContentType in class java.net.URLConnectionpublic int getContentLength()
getContentLength in class java.net.URLConnectionCopyright © 2013 echocat. All Rights Reserved.