Package no.difi.sdp.client2
Class KlientKonfigurasjon
- java.lang.Object
-
- no.difi.sdp.client2.KlientKonfigurasjon
-
public class KlientKonfigurasjon extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classKlientKonfigurasjon.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static KlientKonfigurasjon.Builderbuilder(String integrasjonspunktRootUri)Deprecated.static KlientKonfigurasjon.Builderbuilder(URI integrasjonspunktRoot)static KlientKonfigurasjon.Builderbuilder(Miljo miljo)longgetConnectionRequestTimeoutInMillis()longgetConnectTimeoutInMillis()org.apache.http.HttpRequestInterceptor[]getHttpRequestInterceptors()org.apache.http.HttpResponseInterceptor[]getHttpResponseInterceptors()URIgetIntegrasjonspunktRoot()intgetMaxConnectionPoolSize()OrganisasjonsnummergetMeldingsformidlerOrganisasjon()Deprecated.MiljogetMiljo()StringgetProxyHost()intgetProxyPort()StringgetProxyScheme()longgetSocketTimeoutInMillis()booleanuseProxy()
-
-
-
Method Detail
-
builder
public static KlientKonfigurasjon.Builder builder(Miljo miljo)
-
builder
@Deprecated public static KlientKonfigurasjon.Builder builder(String integrasjonspunktRootUri)
Deprecated.
-
builder
public static KlientKonfigurasjon.Builder builder(URI integrasjonspunktRoot)
-
getProxyHost
public String getProxyHost()
-
getProxyPort
public int getProxyPort()
-
getProxyScheme
public String getProxyScheme()
-
getSocketTimeoutInMillis
public long getSocketTimeoutInMillis()
-
getConnectTimeoutInMillis
public long getConnectTimeoutInMillis()
-
getConnectionRequestTimeoutInMillis
public long getConnectionRequestTimeoutInMillis()
-
getMaxConnectionPoolSize
public int getMaxConnectionPoolSize()
-
useProxy
public boolean useProxy()
-
getMeldingsformidlerOrganisasjon
@Deprecated public Organisasjonsnummer getMeldingsformidlerOrganisasjon()
Deprecated.
-
getHttpRequestInterceptors
public org.apache.http.HttpRequestInterceptor[] getHttpRequestInterceptors()
-
getHttpResponseInterceptors
public org.apache.http.HttpResponseInterceptor[] getHttpResponseInterceptors()
-
getMiljo
public Miljo getMiljo()
-
getIntegrasjonspunktRoot
public URI getIntegrasjonspunktRoot()
-
-