- JAN - Static variable in class org.jrobin.core.timespec.TimeToken
-
- JApplet - Class in com.vuze.plugins.mlab.tools.ndt.swingemu
-
- JApplet() - Constructor for class com.vuze.plugins.mlab.tools.ndt.swingemu.JApplet
-
- java9Blacklist - Static variable in class net.i2p.router.web.PluginStarter
-
Plugin name to plugin version of plugins that do not work
with Java 9+
Unmodifiable.
- JaxpParser - Class in org.cybergarage.xml.parser
-
- JaxpParser() - Constructor for class org.cybergarage.xml.parser.JaxpParser
-
- JButton - Class in com.vuze.plugins.mlab.tools.ndt.swingemu
-
- JButton(String) - Constructor for class com.vuze.plugins.mlab.tools.ndt.swingemu.JButton
-
- JCheckBox - Class in com.vuze.plugins.mlab.tools.ndt.swingemu
-
- JCheckBox(String) - Constructor for class com.vuze.plugins.mlab.tools.ndt.swingemu.JCheckBox
-
- JComboBox - Class in com.vuze.plugins.mlab.tools.ndt.swingemu
-
- JComboBox() - Constructor for class com.vuze.plugins.mlab.tools.ndt.swingemu.JComboBox
-
- jetty9Blacklist - Static variable in class net.i2p.router.web.PluginStarter
-
Plugin name to plugin version of plugins that do not work
with Jetty 9, but do not have a max-jetty-version=8.9999 set.
- JETTY_REALM - Static variable in class net.i2p.router.web.RouterConsoleRunner
-
- JettyStart - Class in net.i2p.jetty
-
Start Jetty where the args are one or more XML files.
- JettyStart(I2PAppContext, ClientAppManager, String[]) - Constructor for class net.i2p.jetty.JettyStart
-
All args must be XML file names.
- jettyVersion() - Static method in class net.i2p.router.web.RouterConsoleRunner
-
- JettyXmlConfigurationParser - Class in net.i2p.jetty
-
Parses a Jetty XML configuration file.
- JettyXmlConfigurationParser() - Constructor for class net.i2p.jetty.JettyXmlConfigurationParser
-
- JFrame - Class in com.vuze.plugins.mlab.tools.ndt.swingemu
-
- JFrame() - Constructor for class com.vuze.plugins.mlab.tools.ndt.swingemu.JFrame
-
- JFrame(String) - Constructor for class com.vuze.plugins.mlab.tools.ndt.swingemu.JFrame
-
- JLabel - Class in com.vuze.plugins.mlab.tools.ndt.swingemu
-
- JLabel() - Constructor for class com.vuze.plugins.mlab.tools.ndt.swingemu.JLabel
-
- JLabel(String) - Constructor for class com.vuze.plugins.mlab.tools.ndt.swingemu.JLabel
-
- Job - Interface in net.i2p.router
-
Defines an executable task
For use by the router only.
- jobDropped() - Method in class net.i2p.router.JobStats
-
- JobImpl - Class in net.i2p.router
-
Base implementation of a Job
For use by the router only.
- JobImpl(RouterContext) - Constructor for class net.i2p.router.JobImpl
-
- JobQueue - Class in net.i2p.router
-
Manage the pending jobs according to whatever algorithm is appropriate, giving
preference to earlier scheduled jobs.
- JobQueue(RouterContext) - Constructor for class net.i2p.router.JobQueue
-
Does not start the pumper.
- jobQueue() - Method in class net.i2p.router.RouterContext
-
The actual driver of the router, where all jobs are enqueued and processed.
- JobQueueHelper - Class in net.i2p.router.web.helpers
-
- JobQueueHelper() - Constructor for class net.i2p.router.web.helpers.JobQueueHelper
-
- JobQueueRunner - Class in net.i2p.router
-
a do run run run a do run run
- JobQueueRunner(RouterContext, int) - Constructor for class net.i2p.router.JobQueueRunner
-
- jobRan(long, long) - Method in class net.i2p.router.JobStats
-
- JobStats - Class in net.i2p.router
-
Glorified struct to contain basic job stats.
- JobStats(String) - Constructor for class net.i2p.router.JobStats
-
- JobTiming - Class in net.i2p.router
-
Define the timing requirements and statistics for a particular job
For use by the router only.
- JobTiming(RouterContext) - Constructor for class net.i2p.router.JobTiming
-
- joinInbound(TunnelCreatorConfig) - Method in class net.i2p.router.tunnel.TunnelDispatcher
-
We are the inbound endpoint - we created this tunnel
- joinInboundGateway(HopConfig) - Method in class net.i2p.router.tunnel.TunnelDispatcher
-
We are the inbound gateway in this tunnel, and did not create it
- joinOutbound(TunnelCreatorConfig) - Method in class net.i2p.router.tunnel.TunnelDispatcher
-
We are the outbound gateway - we created this tunnel
- joinOutboundEndpoint(HopConfig) - Method in class net.i2p.router.tunnel.TunnelDispatcher
-
We are the outbound endpoint in this tunnel, and did not create it
- joinParticipant(HopConfig) - Method in class net.i2p.router.tunnel.TunnelDispatcher
-
We are a participant in this tunnel, but not as the endpoint or gateway
- JOptionPane - Class in com.vuze.plugins.mlab.tools.ndt.swingemu
-
- JOptionPane() - Constructor for class com.vuze.plugins.mlab.tools.ndt.swingemu.JOptionPane
-
- JPanel - Class in com.vuze.plugins.mlab.tools.ndt.swingemu
-
- JPanel() - Constructor for class com.vuze.plugins.mlab.tools.ndt.swingemu.JPanel
-
- JProgressBar - Class in com.vuze.plugins.mlab.tools.ndt.swingemu
-
- JProgressBar() - Constructor for class com.vuze.plugins.mlab.tools.ndt.swingemu.JProgressBar
-
- JROBIN_DIR - Static variable in class org.jrobin.core.Util
-
- JScrollPane - Class in com.vuze.plugins.mlab.tools.ndt.swingemu
-
- JScrollPane(Component) - Constructor for class com.vuze.plugins.mlab.tools.ndt.swingemu.JScrollPane
-
- JSON - Static variable in exception com.thetransactioncompany.jsonrpc2.JSONRPC2ParseException
-
Indicates a parse exception caused by invalid JSON.
- JSONArray - Class in org.json.simple
-
A JSON array.
- JSONArray() - Constructor for class org.json.simple.JSONArray
-
- JSONAware - Interface in org.json.simple
-
Beans that support customized output of JSON text shall implement this interface.
- JSONObject - Class in org.json.simple
-
A JSON object.
- JSONObject() - Constructor for class org.json.simple.JSONObject
-
- JSONObject(Map) - Constructor for class org.json.simple.JSONObject
-
Allows creation of a JSONObject from a Map.
- JSONParser - Class in org.json.simple.parser
-
Parser for JSON text.
- JSONParser() - Constructor for class org.json.simple.parser.JSONParser
-
- JSONRPC2Error - Exception in com.thetransactioncompany.jsonrpc2
-
Represents a JSON-RPC 2.0 error that occurred during the processing of a
request.
- JSONRPC2Error(int, String) - Constructor for exception com.thetransactioncompany.jsonrpc2.JSONRPC2Error
-
Creates a new JSON-RPC 2.0 error with the specified code and
message.
- JSONRPC2Error(int, String, Object) - Constructor for exception com.thetransactioncompany.jsonrpc2.JSONRPC2Error
-
Creates a new JSON-RPC 2.0 error with the specified code,
message and data.
- JSONRPC2ExtendedError - Exception in net.i2p.i2pcontrol.servlets.jsonrpc2handlers
-
Represents a JSON-RPC 2.0 error that occured during the processing of a
request.
- JSONRPC2ExtendedError(int, String) - Constructor for exception net.i2p.i2pcontrol.servlets.jsonrpc2handlers.JSONRPC2ExtendedError
-
Creates a new JSON-RPC 2.0 error with the specified code and
message.
- JSONRPC2ExtendedError(int, String, Object) - Constructor for exception net.i2p.i2pcontrol.servlets.jsonrpc2handlers.JSONRPC2ExtendedError
-
Creates a new JSON-RPC 2.0 error with the specified code,
message and data.
- JSONRPC2Helper - Class in net.i2p.i2pcontrol.servlets.jsonrpc2handlers
-
- JSONRPC2Helper(SecurityManager) - Constructor for class net.i2p.i2pcontrol.servlets.jsonrpc2handlers.JSONRPC2Helper
-
- JSONRPC2Message - Class in com.thetransactioncompany.jsonrpc2
-
The base abstract class for JSON-RPC 2.0 requests, notifications and
responses.
- JSONRPC2Message() - Constructor for class com.thetransactioncompany.jsonrpc2.JSONRPC2Message
-
- JSONRPC2Notification - Class in com.thetransactioncompany.jsonrpc2
-
Represents a JSON-RPC 2.0 notification.
- JSONRPC2Notification(String) - Constructor for class com.thetransactioncompany.jsonrpc2.JSONRPC2Notification
-
Constructs a new JSON-RPC 2.0 notification with no parameters.
- JSONRPC2Notification(String, List<Object>) - Constructor for class com.thetransactioncompany.jsonrpc2.JSONRPC2Notification
-
Constructs a new JSON-RPC 2.0 notification with positional (JSON
array) parameters.
- JSONRPC2Notification(String, Map<String, Object>) - Constructor for class com.thetransactioncompany.jsonrpc2.JSONRPC2Notification
-
Constructs a new JSON-RPC 2.0 notification with named (JSON object)
parameters.
- JSONRPC2ParamsType - Enum in com.thetransactioncompany.jsonrpc2
-
Enumeration of the three parameter types in JSON-RPC 2.0 requests and
notifications.
- JSONRPC2ParseException - Exception in com.thetransactioncompany.jsonrpc2
-
Thrown to indicate an exception during the parsing of a JSON-RPC 2.0
message string.
- JSONRPC2ParseException(String) - Constructor for exception com.thetransactioncompany.jsonrpc2.JSONRPC2ParseException
-
Creates a new parse exception with the specified message.
- JSONRPC2ParseException(String, String) - Constructor for exception com.thetransactioncompany.jsonrpc2.JSONRPC2ParseException
-
Creates a new parse exception with the specified message and the
original string that didn't parse.
- JSONRPC2ParseException(String, int, String) - Constructor for exception com.thetransactioncompany.jsonrpc2.JSONRPC2ParseException
-
Creates a new parse exception with the specified message, cause type
and the original string that didn't parse.
- JSONRPC2Parser - Class in com.thetransactioncompany.jsonrpc2
-
Parses JSON-RPC 2.0 request, notification and response messages.
- JSONRPC2Parser() - Constructor for class com.thetransactioncompany.jsonrpc2.JSONRPC2Parser
-
Creates a new JSON-RPC 2.0 message parser.
- JSONRPC2Parser(boolean) - Constructor for class com.thetransactioncompany.jsonrpc2.JSONRPC2Parser
-
Creates a new JSON-RPC 2.0 message parser.
- JSONRPC2Parser(boolean, boolean) - Constructor for class com.thetransactioncompany.jsonrpc2.JSONRPC2Parser
-
Creates a new JSON-RPC 2.0 message parser.
- JSONRPC2Parser(boolean, boolean, boolean) - Constructor for class com.thetransactioncompany.jsonrpc2.JSONRPC2Parser
-
Creates a new JSON-RPC 2.0 message parser.
- JSONRPC2Request - Class in com.thetransactioncompany.jsonrpc2
-
Represents a JSON-RPC 2.0 request.
- JSONRPC2Request(String, Object) - Constructor for class com.thetransactioncompany.jsonrpc2.JSONRPC2Request
-
Constructs a new JSON-RPC 2.0 request with no parameters.
- JSONRPC2Request(String, List<Object>, Object) - Constructor for class com.thetransactioncompany.jsonrpc2.JSONRPC2Request
-
Constructs a new JSON-RPC 2.0 request with positional (JSON array)
parameters.
- JSONRPC2Request(String, Map<String, Object>, Object) - Constructor for class com.thetransactioncompany.jsonrpc2.JSONRPC2Request
-
Constructs a new JSON-RPC 2.0 request with named (JSON object)
parameters.
- JSONRPC2Response - Class in com.thetransactioncompany.jsonrpc2
-
Represents a JSON-RPC 2.0 response.
- JSONRPC2Response(Object, Object) - Constructor for class com.thetransactioncompany.jsonrpc2.JSONRPC2Response
-
Creates a new JSON-RPC 2.0 response to a successful request.
- JSONRPC2Response(Object) - Constructor for class com.thetransactioncompany.jsonrpc2.JSONRPC2Response
-
Creates a new JSON-RPC 2.0 response to a successful request which
result is null
.
- JSONRPC2Response(JSONRPC2Error, Object) - Constructor for class com.thetransactioncompany.jsonrpc2.JSONRPC2Response
-
Creates a new JSON-RPC 2.0 response to a failed request.
- JSONRPC2Servlet - Class in net.i2p.i2pcontrol.servlets
-
Provide an JSON-RPC 2.0 API for remote controlling of I2P
- JSONRPC2Servlet() - Constructor for class net.i2p.i2pcontrol.servlets.JSONRPC2Servlet
-
Webapp
- JSONRPC2Servlet(RouterContext, SecurityManager) - Constructor for class net.i2p.i2pcontrol.servlets.JSONRPC2Servlet
-
Plugin
- JSONStreamAware - Interface in org.json.simple
-
Beans that support customized output of JSON text to a writer shall implement this interface.
- JSONUtils - Class in edu.internet2.ndt
-
Created by Sebastian Malecki on 13.05.14.
- JSONUtils() - Constructor for class edu.internet2.ndt.JSONUtils
-
- JSONValue - Class in org.json.simple
-
- JSONValue() - Constructor for class org.json.simple.JSONValue
-
- JspC - Class in net.i2p.servlet.util
-
Simply call org.apache.jasper.JspC, then exit.
- JspC() - Constructor for class net.i2p.servlet.util.JspC
-
- JSpinner - Class in com.vuze.plugins.mlab.tools.ndt.swingemu
-
- JSpinner() - Constructor for class com.vuze.plugins.mlab.tools.ndt.swingemu.JSpinner
-
- JTextArea - Class in com.vuze.plugins.mlab.tools.ndt.swingemu
-
- JTextArea(String, int, int) - Constructor for class com.vuze.plugins.mlab.tools.ndt.swingemu.JTextArea
-
- JTextPane - Class in com.vuze.plugins.mlab.tools.ndt.swingemu
-
- JTextPane() - Constructor for class com.vuze.plugins.mlab.tools.ndt.swingemu.JTextPane
-
- JUL - Static variable in class org.jrobin.core.timespec.TimeToken
-
- JUN - Static variable in class org.jrobin.core.timespec.TimeToken
-
- JUNK - Static variable in class org.jrobin.core.timespec.TimeToken
-