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.jrobin.core.timespec.TimeToken
 
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
 
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
 
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
JROBIN_DIR - Static variable in class org.jrobin.core.Util
 
JSONArray - Class in net.minidev.json
A JSON array.
JSONArray() - Constructor for class net.minidev.json.JSONArray
 
JSONAware - Interface in net.minidev.json
Beans that support customized output of JSON text shall implement this interface.
JSONAwareEx - Interface in net.minidev.json
Beans that support advanced output of JSON text shall implement this interface.
JSONIterableWriter - Static variable in class net.minidev.json.reader.JsonWriter
 
JSONJSONAwareExWriter - Static variable in class net.minidev.json.reader.JsonWriter
 
JSONJSONAwareWriter - Static variable in class net.minidev.json.reader.JsonWriter
 
JSONMapWriter - Static variable in class net.minidev.json.reader.JsonWriter
 
JSONObject - Class in net.minidev.json
A JSON object.
JSONObject() - Constructor for class net.minidev.json.JSONObject
 
JSONObject(Map<String, ?>) - Constructor for class net.minidev.json.JSONObject
Allows creation of a JSONObject from a Map.
JSONParser - Class in net.minidev.json.parser
 
JSONParser() - Constructor for class net.minidev.json.parser.JSONParser
Deprecated.
prefer usage of new JSONParser(JSONParser.MODE_*)
JSONParser(int) - Constructor for class net.minidev.json.parser.JSONParser
 
JSONParserBase - Class in net.minidev.json.parser
JSONParserBase is the common code between JSONParserString and JSONParserReader
JSONParserBase(int) - Constructor for class net.minidev.json.parser.JSONParserBase
 
JSONParserBase.MSB - Class in net.minidev.json.parser
 
JSONParserByteArray - Class in net.minidev.json.parser
Parser for JSON text.
JSONParserByteArray(int) - Constructor for class net.minidev.json.parser.JSONParserByteArray
 
JSONParserInputStream - Class in net.minidev.json.parser
Parser for JSON text.
JSONParserInputStream(int) - Constructor for class net.minidev.json.parser.JSONParserInputStream
 
JSONParserMemory - Class in net.minidev.json.parser
Parser for JSON text.
JSONParserMemory(int) - Constructor for class net.minidev.json.parser.JSONParserMemory
 
JSONParserReader - Class in net.minidev.json.parser
Parser for JSON text.
JSONParserReader(int) - Constructor for class net.minidev.json.parser.JSONParserReader
 
JSONParserStream - Class in net.minidev.json.parser
Parser for JSON text.
JSONParserStream(int) - Constructor for class net.minidev.json.parser.JSONParserStream
 
JSONParserString - Class in net.minidev.json.parser
Parser for JSON text.
JSONParserString(int) - Constructor for class net.minidev.json.parser.JSONParserString
 
JSONStreamAware - Interface in net.minidev.json
Beans that support customized output of JSON text to a writer shall implement this interface.
JSONStreamAwareEx - Interface in net.minidev.json
Beans that support customized output of JSON text to a writer shall implement this interface.
JSONStreamAwareExWriter - Static variable in class net.minidev.json.reader.JsonWriter
 
JSONStreamAwareWriter - Static variable in class net.minidev.json.reader.JsonWriter
 
JSONStyle - Class in net.minidev.json
JSONStyle object configure JSonSerializer reducing output size
JSONStyle() - Constructor for class net.minidev.json.JSONStyle
 
JSONStyle(int) - Constructor for class net.minidev.json.JSONStyle
 
JSONUtil - Class in net.minidev.json
 
JSONUtil() - Constructor for class net.minidev.json.JSONUtil
 
JSONValue - Class in net.minidev.json
JSONValue is the helper class In most of case you should use those static methode to user JSON-smart The most commonly use methode are JSONValue.parse(String) JSONValue.toJSONString(Object)
JSONValue() - Constructor for class net.minidev.json.JSONValue
 
JsonWriter - Class in net.minidev.json.reader
 
JsonWriter() - Constructor for class net.minidev.json.reader.JsonWriter
 
JsonWriter.WriterByInterface - Class in net.minidev.json.reader
 
JsonWriterI<T> - Interface in net.minidev.json.reader
 
JspC - Class in net.i2p.servlet.util
Simply call org.apache.jasper.JspC, then exit.
JspC() - Constructor for class net.i2p.servlet.util.JspC
 
JStylerObj - Class in net.minidev.json
protected class used to stored Internal methods
JStylerObj() - Constructor for class net.minidev.json.JStylerObj
 
JStylerObj.MustProtect - Interface in net.minidev.json
 
JStylerObj.StringProtector - Interface in net.minidev.json
 
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
 
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