Class NativeDataLoaderCall
- java.lang.Object
-
- eu.europa.esig.dss.spi.client.http.NativeDataLoaderCall
-
-
Constructor Summary
Constructors Constructor Description NativeDataLoaderCall(String url, byte[] content, boolean useCaches, long maxInputSize)
-
Method Summary
Modifier and Type Method Description byte[]call()protected URLConnectioncreateConnection()byte[]getContent()longgetMaxInputSize()StringgetUrl()booleanisUseCaches()
-
-
-
Constructor Detail
-
NativeDataLoaderCall
public NativeDataLoaderCall(String url, byte[] content, boolean useCaches, long maxInputSize)
-
-
Method Detail
-
createConnection
protected URLConnection createConnection() throws MalformedURLException, IOException
- Throws:
MalformedURLExceptionIOException
-
getUrl
public String getUrl()
-
getContent
public byte[] getContent()
-
getMaxInputSize
public long getMaxInputSize()
-
isUseCaches
public boolean isUseCaches()
-
-