Uses of Enum Class
jodd.http.ProxyInfo.ProxyType
Packages that use ProxyInfo.ProxyType
-
Uses of ProxyInfo.ProxyType in jodd.http
Subclasses with type arguments of type ProxyInfo.ProxyType in jodd.httpFields in jodd.http declared as ProxyInfo.ProxyTypeMethods in jodd.http that return ProxyInfo.ProxyTypeModifier and TypeMethodDescriptionProxyInfo.getProxyType()Returns proxy type.static ProxyInfo.ProxyTypeReturns the enum constant of this class with the specified name.static ProxyInfo.ProxyType[]ProxyInfo.ProxyType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in jodd.http with parameters of type ProxyInfo.ProxyTypeModifierConstructorDescriptionProxyInfo(ProxyInfo.ProxyType proxyType, String proxyHost, int proxyPort, String proxyUser, String proxyPassword)