public class InsecureStreamProvider extends BaseStreamProvider
| Modifier and Type | Field and Description |
|---|---|
static TrustManager[] |
INSECURE_TRUST_MANAGERS |
| Constructor and Description |
|---|
InsecureStreamProvider() |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
openStream(String url,
Map<String,String> headers,
int connectTimeout,
int readTimeout) |
openConnectionpublic static final TrustManager[] INSECURE_TRUST_MANAGERS
public InputStream openStream(String url, Map<String,String> headers, int connectTimeout, int readTimeout) throws IOException
IOExceptionCopyright © 2017 JBoss by Red Hat. All rights reserved.