A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes All Packages

J

JAN - Static variable in class org.rrd4j.core.timespec.TimeToken
Constant JAN=28
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
 
JETTY_REALM - Static variable in class net.i2p.router.web.RouterConsoleRunner
 
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.
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() - Method in class net.i2p.router.RouterContext
The actual driver of the router, where all jobs are enqueued and processed.
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.
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
 
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.
Jsonable - Interface in org.json.simple
Jsonables can be serialized in java script object notation (JSON).
JsonArray - Class in org.json.simple
JsonArray is a common non-thread safe data format for a collection of data.
JsonArray() - Constructor for class org.json.simple.JsonArray
Instantiates an empty JsonArray.
JsonArray(Collection<?>) - Constructor for class org.json.simple.JsonArray
Instantiate a new JsonArray using ArrayList's constructor of the same type.
Jsoner - Class in org.json.simple
Jsoner provides JSON utilities for escaping strings to be JSON compatible, thread safe parsing (RFC 4627) JSON strings, and serializing data to strings in JSON format.
JsonKey - Interface in org.json.simple
Should be implemented by Enums so that keys are easily maintained.
JsonObject - Class in org.json.simple
JsonObject is a common non-thread safe data format for string to data mappings.
JsonObject() - Constructor for class org.json.simple.JsonObject
Instantiates an empty JsonObject.
JsonObject(Map<String, ?>) - Constructor for class org.json.simple.JsonObject
Instantiate a new JsonObject by accepting a map's entries, which could lead to de/serialization issues of the resulting JsonObject since the entry values aren't validated as JSON values.
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, 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.
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.
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(JSONRPC2Error, Object) - Constructor for class com.thetransactioncompany.jsonrpc2.JSONRPC2Response
Creates a new JSON-RPC 2.0 response to a failed 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(Object, Object) - Constructor for class com.thetransactioncompany.jsonrpc2.JSONRPC2Response
Creates a new JSON-RPC 2.0 response to a successful 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
JSONUtils - Class in edu.internet2.ndt
Created by Sebastian Malecki on 13.05.14.
JSONUtils() - Constructor for class edu.internet2.ndt.JSONUtils
 
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.rrd4j.core.timespec.TimeToken
Constant JUL=34
JUN - Static variable in class org.rrd4j.core.timespec.TimeToken
Constant JUN=33
JUNK - Static variable in class org.rrd4j.core.timespec.TimeToken
Constant JUNK=27
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes All Packages