Class BaseStreamProvider
- java.lang.Object
-
- org.jgroups.protocols.kubernetes.stream.BaseStreamProvider
-
- All Implemented Interfaces:
StreamProvider
- Direct Known Subclasses:
CertificateStreamProvider,DefaultStreamProvider,TokenStreamProvider
public abstract class BaseStreamProvider extends Object implements StreamProvider
-
-
Constructor Summary
Constructors Constructor Description BaseStreamProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URLConnectionopenConnection(String url, Map<String,String> headers, int connectTimeout, int readTimeout)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jgroups.protocols.kubernetes.stream.StreamProvider
openStream
-
-
-
-
Method Detail
-
openConnection
public URLConnection openConnection(String url, Map<String,String> headers, int connectTimeout, int readTimeout) throws IOException
- Throws:
IOException
-
-