Class DefaultStreamProvider
java.lang.Object
org.jgroups.protocols.kubernetes.stream.BaseStreamProvider
org.jgroups.protocols.kubernetes.stream.DefaultStreamProvider
- All Implemented Interfaces:
StreamProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionopenStream(String url, Map<String, String> headers, int connectTimeout, int readTimeout) Methods inherited from class org.jgroups.protocols.kubernetes.stream.BaseStreamProvider
openConnection
-
Constructor Details
-
DefaultStreamProvider
public DefaultStreamProvider()
-
-
Method Details
-
openStream
public InputStream openStream(String url, Map<String, String> headers, int connectTimeout, int readTimeout) throws IOException- Throws:
IOException
-