Uses of Interface
com.helger.commons.wrapper.IMutableWrapper
Packages that use IMutableWrapper
Package
Description
-
Uses of IMutableWrapper in com.helger.commons.io.resource
Methods in com.helger.commons.io.resource with parameters of type IMutableWrapperModifier and TypeMethodDescriptionURLResource.getInputStream(int nConnectTimeoutMS, int nReadTimeoutMS, IMutableWrapper<IOException> aExceptionHolder) URLResource.getInputStream(int nConnectTimeoutMS, int nReadTimeoutMS, Consumer<? super URLConnection> aConnectionModifier, IMutableWrapper<IOException> aExceptionHolder) URLResource.getInputStream(IMutableWrapper<IOException> aExceptionHolder) -
Uses of IMutableWrapper in com.helger.commons.url
Methods in com.helger.commons.url with parameters of type IMutableWrapperModifier and TypeMethodDescriptionstatic 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 IMutableWrapperModifier and TypeClassDescriptionclassWrapper<DATATYPE>This is a stupid wrapper around any object.