public abstract class KubernetesApiEndpoint extends Object
Modifier and Type | Field and Description |
---|---|
protected HttpURLConnection |
connection |
protected URL |
url |
Constructor and Description |
---|
KubernetesApiEndpoint(URL url) |
Modifier and Type | Method and Description |
---|---|
protected void |
createBasicAuthenticationHeader(String username,
String password) |
abstract void |
createConnection() |
abstract void |
createConnection(String username,
String password) |
abstract void |
disconnect() |
InputStream |
read() |
protected URL url
protected HttpURLConnection connection
public KubernetesApiEndpoint(URL url)
public abstract void createConnection() throws IOException
IOException
public abstract void createConnection(String username, String password) throws IOException
IOException
public InputStream read() throws IOException
IOException
public abstract void disconnect()
Copyright © 2016 WSO2. All rights reserved.