| Package | Description |
|---|---|
| com.helger.commons.io.resource | |
| com.helger.commons.url | |
| com.helger.commons.wrapper |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
URLResource.getInputStream(IMutableWrapper<IOException> aExceptionHolder) |
InputStream |
URLResource.getInputStream(int nConnectTimeoutMS,
int nReadTimeoutMS,
Consumer<URLConnection> aConnectionModifier,
IMutableWrapper<IOException> aExceptionHolder) |
InputStream |
URLResource.getInputStream(int nConnectTimeoutMS,
int nReadTimeoutMS,
IMutableWrapper<IOException> aExceptionHolder) |
| Modifier and Type | Method and Description |
|---|---|
static InputStream |
URLHelper.getInputStream(URL aURL,
int nConnectTimeoutMS,
int nReadTimeoutMS,
Consumer<URLConnection> aConnectionModifier,
IMutableWrapper<IOException> aExceptionHolder)
Get an input stream from the specified URL.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Wrapper<DATATYPE>
This is a stupid wrapper around any object.
|
Copyright © 2014–2017 Philip Helger. All rights reserved.