Uses of Class
com.onlinepayments.ProxyConfiguration
Packages that use ProxyConfiguration
-
Uses of ProxyConfiguration in com.onlinepayments
Methods in com.onlinepayments that return ProxyConfigurationModifier and TypeMethodDescriptionCommunicatorConfiguration.getProxyConfiguration()ProxyConfiguration.withPassword(String password) ProxyConfiguration.withPort(int port) ProxyConfiguration.withScheme(String scheme) ProxyConfiguration.withUsername(String username) Methods in com.onlinepayments with parameters of type ProxyConfigurationModifier and TypeMethodDescriptionvoidCommunicatorConfiguration.setProxyConfiguration(ProxyConfiguration proxyConfiguration) CommunicatorConfiguration.withProxyConfiguration(ProxyConfiguration proxyConfiguration) -
Uses of ProxyConfiguration in com.onlinepayments.communication
Methods in com.onlinepayments.communication with parameters of type ProxyConfigurationModifier and TypeMethodDescriptionDefaultConnectionBuilder.withProxyConfiguration(ProxyConfiguration proxyConfiguration) Sets the proxy configuration to use.