Uses of Class
jodd.http.ProxyInfo.ProxyType
-
Packages that use ProxyInfo.ProxyType Package Description jodd.http Tiny, raw and simple socket-based HTTP client. -
-
Uses of ProxyInfo.ProxyType in jodd.http
Fields in jodd.http declared as ProxyInfo.ProxyType Modifier and Type Field Description private ProxyInfo.ProxyTypeProxyInfo. proxyTypeMethods in jodd.http that return ProxyInfo.ProxyType Modifier and Type Method Description ProxyInfo.ProxyTypeProxyInfo. getProxyType()Returns proxy type.static ProxyInfo.ProxyTypeProxyInfo.ProxyType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ProxyInfo.ProxyType[]ProxyInfo.ProxyType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in jodd.http with parameters of type ProxyInfo.ProxyType Constructor Description ProxyInfo(ProxyInfo.ProxyType proxyType, java.lang.String proxyHost, int proxyPort, java.lang.String proxyUser, java.lang.String proxyPassword)
-