Uses of Interface
com.helger.commons.wrapper.IMutableWrapper
-
Packages that use IMutableWrapper Package Description com.helger.commons.io.resource com.helger.commons.url com.helger.commons.wrapper -
-
Uses of IMutableWrapper in com.helger.commons.io.resource
Methods in com.helger.commons.io.resource with parameters of type IMutableWrapper Modifier and Type Method Description InputStreamURLResource. getInputStream(int nConnectTimeoutMS, int nReadTimeoutMS, IMutableWrapper<IOException> aExceptionHolder)InputStreamURLResource. getInputStream(int nConnectTimeoutMS, int nReadTimeoutMS, Consumer<? super URLConnection> aConnectionModifier, IMutableWrapper<IOException> aExceptionHolder)InputStreamURLResource. getInputStream(IMutableWrapper<IOException> aExceptionHolder) -
Uses of IMutableWrapper in com.helger.commons.url
Methods in com.helger.commons.url with parameters of type IMutableWrapper Modifier and Type Method Description static InputStreamURLHelper. getInputStream(URL aURL, int nConnectTimeoutMS, int nReadTimeoutMS, Consumer<? super URLConnection> aConnectionModifier, IMutableWrapper<IOException> aExceptionHolder)Get an input stream from the specified URL. -
Uses of IMutableWrapper in com.helger.commons.wrapper
Classes in com.helger.commons.wrapper that implement IMutableWrapper Modifier and Type Class Description classWrapper<DATATYPE>This is a stupid wrapper around any object.
-