Class BaseStreamProvider
java.lang.Object
org.jgroups.protocols.kubernetes.stream.BaseStreamProvider
- All Implemented Interfaces:
StreamProvider
- Direct Known Subclasses:
CertificateStreamProvider,DefaultStreamProvider,TokenStreamProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionopenConnection(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, waitMethods inherited from interface org.jgroups.protocols.kubernetes.stream.StreamProvider
openStream
-
Constructor Details
-
BaseStreamProvider
public BaseStreamProvider()
-
-
Method Details
-
openConnection
public URLConnection openConnection(String url, Map<String, String> headers, int connectTimeout, int readTimeout) throws IOException- Throws:
IOException
-