Uses of Class
com.pnfsoftware.jeb.util.net.NetProxyInfo
Packages that use NetProxyInfo
Package
Description
Core back-end APIs used to bootstrap JEB, manage engines contexts and projects, and describe
plugins, artifacts, and related metadata.
Utility code for HTTP(S), proxy, and URL-related operations.
-
Uses of NetProxyInfo in com.pnfsoftware.jeb.core
Methods in com.pnfsoftware.jeb.core that return NetProxyInfoModifier and TypeMethodDescriptionCoreOptions.getStandardProxyInfo()Get the standard proxy options provided by the client.Methods in com.pnfsoftware.jeb.core with parameters of type NetProxyInfoModifier and TypeMethodDescriptionvoidCoreOptions.setStandardProxyInfo(NetProxyInfo proxyInfo) Standard proxy options provided by a client. -
Uses of NetProxyInfo in com.pnfsoftware.jeb.util.net
Methods in com.pnfsoftware.jeb.util.net that return NetProxyInfoModifier and TypeMethodDescriptionstatic NetProxyInfoNet.getProxyInformation()Get proxy information used by this instance.static NetProxyInfoParse proxy information from its string representation.Methods in com.pnfsoftware.jeb.util.net with parameters of type NetProxyInfoModifier and TypeMethodDescriptionstatic voidNet.setGlobalProxyInformation(NetProxyInfo proxyinfo) Set global proxy information used by newly built clients.