Uses of Interface
com.pnfsoftware.jeb.client.api.IClientContext
Packages that use IClientContext
Package
Description
Types and interfaces used to build JEB clients and interact with the client-side parts of a JEB
instance.
Types used by scripts to interact with the analysis results presented by a JEB client.
Types related to the JEB MCP server exposed by JEB clients.
-
Uses of IClientContext in com.pnfsoftware.jeb.client
Classes in com.pnfsoftware.jeb.client that implement IClientContextModifier and TypeClassDescriptionclassBase context for official JEB clients.classHeadless client context for the command-line client. -
Uses of IClientContext in com.pnfsoftware.jeb.client.api
Subinterfaces of IClientContext in com.pnfsoftware.jeb.client.apiModifier and TypeInterfaceDescriptioninterfaceThis important interface represents a client context for scripting inside a GUI client.Methods in com.pnfsoftware.jeb.client.api with parameters of type IClientContextModifier and TypeMethodDescriptionvoidIScript.run(IClientContext context) Execute the script entry-point method. -
Uses of IClientContext in com.pnfsoftware.jeb.client.mcp
Methods in com.pnfsoftware.jeb.client.mcp with parameters of type IClientContextModifier and TypeMethodDescriptionstatic IJebMcpServerJebMcpServerInstance.start(String hostname, int preferredServerPort, String endpoint, IClientContext clientContext) Start the singleton MCP server bound to the current JEB engines.