public abstract class NetProviderAbstract extends Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
NetProviderAbstract.ProxyInfo |
| Modifier and Type | Field and Description |
|---|---|
protected static Map<String,String> |
HTTP_HEADERS |
| Constructor and Description |
|---|
NetProviderAbstract() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
connectedToGrowingAPIHost() |
protected static int |
getConnectionTimeout() |
protected static int |
getReadTimeout() |
protected abstract int |
sendPost(RequestDto requestDto) |
void |
toSend(RequestDto requestDto) |
protected static int getConnectionTimeout()
protected static int getReadTimeout()
public void toSend(RequestDto requestDto)
protected abstract int sendPost(RequestDto requestDto)
public abstract boolean connectedToGrowingAPIHost()
Copyright © 2022. All rights reserved.