public class FilesConfig extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
FilesConfig() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAllowInsecureBackend(String def) |
String |
getApiBase() |
String |
getApiKey() |
String |
getApiRoot() |
int |
getCachedBufferLargeSize() |
int |
getCachedBufferMaxBytes() |
int |
getCachedBufferMediumSize() |
int |
getCachedBufferSmallSize() |
int |
getCachedBufferTinySize() |
boolean |
getHttpLoggingEnabled() |
int |
getInitialRetryDelayMillis() |
static FilesConfig |
getInstance() |
int |
getMaximumRetrySeconds() |
String |
getSdkVersion() |
boolean |
getUpstreamHttp2Enabled() |
boolean |
getUpstreamInsecureAllowed() |
int |
getUpstreamMaxAttempts() |
int |
getUpstreamMaxConnections() |
int |
getUpstreamTimeout() |
String |
getUserAgent() |
void |
setProperty(String property,
String value) |
public static FilesConfig getInstance()
public boolean getAllowInsecureBackend(String def)
public String getApiBase()
public String getApiRoot()
public String getApiKey()
public int getCachedBufferTinySize()
public int getCachedBufferSmallSize()
public int getCachedBufferMediumSize()
public int getCachedBufferLargeSize()
public int getCachedBufferMaxBytes()
public boolean getHttpLoggingEnabled()
public int getInitialRetryDelayMillis()
public int getMaximumRetrySeconds()
public String getSdkVersion()
public String getUserAgent()
public boolean getUpstreamHttp2Enabled()
public boolean getUpstreamInsecureAllowed()
public int getUpstreamMaxAttempts()
public int getUpstreamMaxConnections()
public int getUpstreamTimeout()
Copyright © 2024 com.github.files-com. All rights reserved.