public static class ClientContext.ConnectionContext extends Object
public int timeout()
public ClientContext.ConnectionContext timeout(int timeout)
public boolean staleChecking()
public ClientContext.ConnectionContext staleChecking(boolean value)
public boolean secure()
public ClientContext.ConnectionContext secure(boolean value)
public int bufferSize()
public ClientContext.ConnectionContext bufferSize(int size)
public ClientContext.ConnectionContext withTruststore(String truststoreLocation, String truststorePass)
public ClientContext.ConnectionContext withPublicCertPem(String endpointPublicCertPem)
public String truststoreLocation()
public String truststorePass()
public String endpointPublicCertPem()
public ClientContext.ConnectionContext retryCount(int retryCount)
public int retryCount()
public ClientContext.ConnectionContext requestSentRetryEnabled(boolean retryNonIdempotent)
public boolean requestSentRetryEnabled()
public ClientContext.ConnectionContext retryIntervalMillis(int msec)
public int retryIntervalMillis()
Copyright © 2023 The Apache Software Foundation. All rights reserved.