Class CertificateStreamProvider
- java.lang.Object
-
- org.jgroups.protocols.kubernetes.stream.BaseStreamProvider
-
- org.jgroups.protocols.kubernetes.stream.CertificateStreamProvider
-
- All Implemented Interfaces:
StreamProvider
public class CertificateStreamProvider extends BaseStreamProvider
- Author:
- From Fabric8, Ales Justin
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputStreamopenStream(String url, Map<String,String> headers, int connectTimeout, int readTimeout)-
Methods inherited from class org.jgroups.protocols.kubernetes.stream.BaseStreamProvider
openConnection
-
-
-
-
Method Detail
-
openStream
public InputStream openStream(String url, Map<String,String> headers, int connectTimeout, int readTimeout) throws IOException
- Throws:
IOException
-
-