Uses of Class
com.onlinepayments.communication.DefaultConnectionBuilder
Packages that use DefaultConnectionBuilder
-
Uses of DefaultConnectionBuilder in com.onlinepayments.communication
Methods in com.onlinepayments.communication that return DefaultConnectionBuilderModifier and TypeMethodDescriptionDefaultConnectionBuilder.withConnectionReuse(boolean connectionReuse) Sets whether or not connections should be reused.DefaultConnectionBuilder.withHttpsProtocols(Set<String> httpsProtocols) Sets the HTTPS protocols to support.DefaultConnectionBuilder.withMaxConnections(int maxConnections) Sets the maximum number of connections.DefaultConnectionBuilder.withProxyConfiguration(ProxyConfiguration proxyConfiguration) Sets the proxy configuration to use.DefaultConnectionBuilder.withSslConnectionSocketFactory(org.apache.http.conn.ssl.SSLConnectionSocketFactory sslConnectionSocketFactory) Sets a custom SSL connection socket factory to use.Constructors in com.onlinepayments.communication with parameters of type DefaultConnectionBuilder