Uses of Interface
com.pnfsoftware.jeb.util.net.INet
Packages that use INet
Package
Description
This package and its sub-packages contain types and interfaces used to build JEB clients and interact with client-specific sides of a JEB instance.
Types to interact with the JEB.IO portal.
Types related to telemetry information that can be generated by JEB clients.
The core package and sub-packages define classes and interfaces to interact with and
develop JEB back-end plugins.
Utility code for network operations.
-
Uses of INet in com.pnfsoftware.jeb.client
Methods in com.pnfsoftware.jeb.client with parameters of type INetModifier and TypeMethodDescriptionstatic long
JebNet.getSupposedlyGoodEpoch
(INet net) Retrieve the timestamp provided by a well-known http server.static String
Internal routine to POST ax-www-form-urlencoded
data attribute to the JPS or the floating license controller.static String
Internal routine to POST ax-www-form-urlencoded
data attribute to the JPS or the floating license controller.static String
JebNet.uploadFile
(INet net, File f, boolean protectFile) Upload a sample file related to a bug report to the JEB portal for.static String
JebNet.uploadFile
(INet net, File f, boolean protectFile, String url) Upload a sample file related to a bug report to the JEB portal for. -
Uses of INet in com.pnfsoftware.jeb.client.jebio
Constructors in com.pnfsoftware.jeb.client.jebio with parameters of type INetModifierConstructorDescriptionJebIoApiHelper
(INet net, UserCredentials credentials) Create a JEB.IO API helper. -
Uses of INet in com.pnfsoftware.jeb.client.telemetry
Constructors in com.pnfsoftware.jeb.client.telemetry with parameters of type INet -
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 TypeClassDescriptionclass
A 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