Class NativeDataLoaderCall
java.lang.Object
eu.europa.esig.dss.spi.client.http.NativeDataLoaderCall
- All Implemented Interfaces:
Callable<byte[]>
public class NativeDataLoaderCall extends Object implements Callable<byte[]>
-
Constructor Summary
Constructors Constructor Description NativeDataLoaderCall(String url, byte[] content, boolean useCaches, long maxInputSize)
-
Method Summary
Modifier and Type Method Description byte[]
call()
protected URLConnection
createConnection()
byte[]
getContent()
long
getMaxInputSize()
String
getUrl()
boolean
isUseCaches()
-
Constructor Details
-
Method Details
-
call
public byte[] call() -
createConnection
- Throws:
MalformedURLException
IOException
-
getUrl
-
getContent
public byte[] getContent() -
getMaxInputSize
public long getMaxInputSize() -
isUseCaches
public boolean isUseCaches()
-