Uses of Interface
com.pnfsoftware.jeb.util.net.INet
Packages that use INet
Package
Description
Types and interfaces used to build JEB clients and interact with the client-side parts of a JEB
instance.
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 INet in com.pnfsoftware.jeb.client
Methods in com.pnfsoftware.jeb.client with parameters of type INetModifier and TypeMethodDescriptionstatic longJebNet.getSupposedlyGoodEpoch(INet net) Retrieve the timestamp provided by a well-known http server.static StringInternal routine to POST ax-www-form-urlencodeddata attribute to the JPS or the floating license controller.static StringInternal routine to POST ax-www-form-urlencodeddata attribute to the JPS or the floating license controller.static StringUpload a sample file related to a bug report to the JEB portal for.static StringUpload a sample file related to a bug report to the JEB portal for. -
Uses of INet in com.pnfsoftware.jeb.core
Methods in com.pnfsoftware.jeb.core that return INetModifier and TypeMethodDescriptionIEnginesContext.getNetworkUtility()Retrieve a network utility object used by this engines context. -
Uses of INet in com.pnfsoftware.jeb.util.net
Classes in com.pnfsoftware.jeb.util.net that implement INetModifier and TypeClassDescriptionclassA network object used to download from and upload to http/https URLs, with socks and http proxy support.Methods in com.pnfsoftware.jeb.util.net that return INet