public class ReadableAsURLConnection extends URLConnection
allowUserInteraction, connected, doInput, doOutput, ifModifiedSince, url, useCaches| Constructor and Description |
|---|
ReadableAsURLConnection(IO.Readable io,
URL url,
boolean closeAsync)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
connect() |
long |
getContentLengthLong() |
InputStream |
getInputStream() |
addRequestProperty, getAllowUserInteraction, getConnectTimeout, getContent, getContent, getContentEncoding, getContentLength, getContentType, 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, toStringpublic ReadableAsURLConnection(IO.Readable io, URL url, boolean closeAsync)
public void connect()
connect in class URLConnectionpublic long getContentLengthLong()
getContentLengthLong in class URLConnectionpublic InputStream getInputStream()
getInputStream in class URLConnectionCopyright © 2019. All rights reserved.