public abstract class AbstractHttpClientSettings extends Object
Constructor and Description |
---|
AbstractHttpClientSettings() |
Modifier and Type | Method and Description |
---|---|
int |
getConnectionTimeout()
Determines the timeout in milliseconds until a connection is established.
|
abstract ServiceCredentials |
getCredentials() |
abstract URL |
getExtendingUrl() |
abstract PduVersion |
getPduVersion() |
String |
getProxyPassword() |
URL |
getProxyUrl() |
String |
getProxyUser() |
abstract URL |
getPublicationsFileUrl() |
int |
getReadTimeout()
Defines the socket read timeout in milliseconds, which is the timeout for waiting for data or a maximum period
inactivity between two consecutive data packets.
|
abstract URL |
getSigningUrl() |
public abstract URL getSigningUrl()
public abstract URL getExtendingUrl()
public abstract URL getPublicationsFileUrl()
public abstract ServiceCredentials getCredentials()
public abstract PduVersion getPduVersion()
public URL getProxyUrl()
public String getProxyUser()
public String getProxyPassword()
public int getConnectionTimeout()
A timeout value of zero is interpreted as an infinite timeout. A negative value is interpreted as undefined (system default).
Default value is -1.
public int getReadTimeout()
A timeout value of zero is interpreted as an infinite timeout. A negative value is interpreted as undefined (system default).
Default value is -1.
Copyright © 2024 Guardtime. All rights reserved.