Index
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
All Classes|All Packages
All Classes|All Packages
P
- P - Static variable in class net.metanotion.util.skiplist.SkipList
-
the probability of each next higher level
- p1p1(Curve, FieldElement, FieldElement, FieldElement, FieldElement) - Static method in class net.i2p.crypto.eddsa.math.GroupElement
-
Creates a new group element in P1P1 representation.
- P1P1 - net.i2p.crypto.eddsa.math.GroupElement.Representation
-
Completed ($P \times P$): $((X:Z),(Y:T))$ satisfying $x=X/Z, y=Y/T$
- p2(Curve, FieldElement, FieldElement, FieldElement) - Static method in class net.i2p.crypto.eddsa.math.GroupElement
-
Creates a new group element in P2 representation.
- P2 - net.i2p.crypto.eddsa.math.GroupElement.Representation
-
Projective ($P^2$): $(X:Y:Z)$ satisfying $x=X/Z, y=Y/Z$
- P256_SPEC - Static variable in class net.i2p.crypto.ECConstants
- p3(Curve, FieldElement, FieldElement, FieldElement, FieldElement) - Static method in class net.i2p.crypto.eddsa.math.GroupElement
-
Creates a new group element in P3 representation, without pre-computation.
- p3(Curve, FieldElement, FieldElement, FieldElement, FieldElement, boolean) - Static method in class net.i2p.crypto.eddsa.math.GroupElement
-
Creates a new group element in P3 representation, potentially with pre-computation.
- P3 - net.i2p.crypto.eddsa.math.GroupElement.Representation
-
Extended ($P^3$): $(X:Y:Z:T)$ satisfying $x=X/Z, y=Y/Z, XY=ZT$
- P384_SPEC - Static variable in class net.i2p.crypto.ECConstants
- P3PrecomputedDouble - net.i2p.crypto.eddsa.math.GroupElement.Representation
-
Can only be requested.
- P521_SPEC - Static variable in class net.i2p.crypto.ECConstants
- pack() - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.Component
- packAndUnsynchroniseFrameData() - Method in class com.mpatric.mp3agic.AbstractID3v2FrameData
- packDataLength() - Method in class com.mpatric.mp3agic.ID3v24Frame
- packDataLength() - Method in class com.mpatric.mp3agic.ID3v2Frame
- Packet - Class in net.i2p.client.streaming.impl
-
This contains solely the data that goes out on the wire, including the local and remote port which is embedded in the I2CP overhead, not in the packet itself.
- Packet(I2PSession) - Constructor for class net.i2p.client.streaming.impl.Packet
-
Does no initialization.
- PACKET_DELAY - Static variable in class net.i2p.i2ptunnel.I2PTunnel
- PacketBuilder - Class in net.i2p.router.transport.udp
-
Big ol' class to do all our packet formatting.
- PacketBuilder(RouterContext, UDPTransport) - Constructor for class net.i2p.router.transport.udp.PacketBuilder
- PacketBuilder.Fragment - Class in net.i2p.router.transport.udp
-
Class for passing multiple fragments to buildPacket()
- packetBytes - Variable in class org.cybergarage.upnp.ssdp.SSDPPacket
- PacketHandler - Class in net.i2p.client.streaming.impl
-
receive a packet and dispatch it correctly to the connection specified, the server socket, or queue a reply RST packet.
- PacketHandler - Class in net.i2p.router.transport.udp
-
Pull inbound packets from the inbound receiver's queue, figure out what peer session they belong to (if any), authenticate and decrypt them with the appropriate keys, and push them to the appropriate handler.
- PacketHandler(I2PAppContext, ConnectionManager) - Constructor for class net.i2p.client.streaming.impl.PacketHandler
- PacketHandler(RouterContext, UDPTransport, EstablishmentManager, InboundMessageFragments, PeerTestManager, IntroductionManager) - Constructor for class net.i2p.router.transport.udp.PacketHandler
- PacketLocal - Class in net.i2p.client.streaming.impl
-
This is the class used for outbound packets.
- PacketLocal(I2PAppContext, Destination, I2PSession) - Constructor for class net.i2p.client.streaming.impl.PacketLocal
-
not bound to a connection
- PacketLocal(I2PAppContext, Destination, Connection) - Constructor for class net.i2p.client.streaming.impl.PacketLocal
-
bound to a connection
- PacketPusher - Class in net.i2p.router.transport.udp
-
Blocking thread to grab new packets off the outbound fragment pool and toss 'em onto the outbound packet queues.
- PacketPusher(RouterContext, OutboundMessageFragments, List<UDPEndpoint>) - Constructor for class net.i2p.router.transport.udp.PacketPusher
- PacketQueue - Class in net.i2p.client.streaming.impl
-
Queue out packets to be sent through the session.
- PacketQueue(I2PAppContext, SimpleTimer2) - Constructor for class net.i2p.client.streaming.impl.PacketQueue
- packetReceived() - Method in class net.i2p.client.streaming.impl.Connection
- packetReceived(int) - Method in class net.i2p.router.transport.udp.PeerState
- packetSendChoke(long) - Method in class net.i2p.client.streaming.impl.Connection
-
This doesn't "send a choke".
- packetsTransmitted(int) - Method in class net.i2p.router.transport.udp.PeerState
- packFlags(byte[], int) - Method in class com.mpatric.mp3agic.AbstractID3v2Tag
- packFlags(byte[], int) - Method in class com.mpatric.mp3agic.ID3v22Tag
- packFlags(byte[], int) - Method in class com.mpatric.mp3agic.ID3v23Tag
- packFlags(byte[], int) - Method in class com.mpatric.mp3agic.ID3v24Tag
- packFrame(byte[], int) - Method in class com.mpatric.mp3agic.ID3v2Frame
- packFrame(byte[], int) - Method in class com.mpatric.mp3agic.ID3v2ObseleteFrame
- packFrameData() - Method in class com.mpatric.mp3agic.AbstractID3v2FrameData
- packFrameData() - Method in class com.mpatric.mp3agic.ID3v2ChapterFrameData
- packFrameData() - Method in class com.mpatric.mp3agic.ID3v2ChapterTOCFrameData
- packFrameData() - Method in class com.mpatric.mp3agic.ID3v2CommentFrameData
- packFrameData() - Method in class com.mpatric.mp3agic.ID3v2PictureFrameData
- packFrameData() - Method in class com.mpatric.mp3agic.ID3v2PopmFrameData
- packFrameData() - Method in class com.mpatric.mp3agic.ID3v2TextFrameData
- packFrameData() - Method in class com.mpatric.mp3agic.ID3v2UrlFrameData
- packFrameData() - Method in class com.mpatric.mp3agic.ID3v2WWWFrameData
- packFrames(byte[], int) - Method in class com.mpatric.mp3agic.AbstractID3v2Tag
- packInteger(int) - Static method in class com.mpatric.mp3agic.BufferTools
- packSynchsafeInteger(int) - Static method in class com.mpatric.mp3agic.BufferTools
- packSynchsafeInteger(int, byte[], int) - Static method in class com.mpatric.mp3agic.BufferTools
- packTag(byte[]) - Method in class com.mpatric.mp3agic.AbstractID3v2Tag
- packTag(byte[]) - Method in class com.mpatric.mp3agic.ID3v1Tag
- pad() - Method in class com.southernstorm.noise.crypto.Poly1305
-
Pads the input with zeroes to a multiple of 16 bytes.
- padding - Variable in class com.mpatric.mp3agic.AbstractID3v2Tag
- PADDING_BOTTOM - Static variable in interface org.rrd4j.graph.RrdGraphConstants
-
Used internally
- PADDING_LEFT - Static variable in interface org.rrd4j.graph.RrdGraphConstants
-
Used internally
- PADDING_LEGEND - Static variable in interface org.rrd4j.graph.RrdGraphConstants
-
Used internally
- PADDING_LENGTH - Static variable in class com.mpatric.mp3agic.AbstractID3v2Tag
- PADDING_MAX_DEFAULT_INT - Static variable in class net.i2p.router.transport.ntcp.NTCPConnection
- PADDING_MIN_DEFAULT_INT - Static variable in class net.i2p.router.transport.ntcp.NTCPConnection
- PADDING_PLOT - Static variable in interface org.rrd4j.graph.RrdGraphConstants
-
Used internally
- PADDING_RIGHT - Static variable in interface org.rrd4j.graph.RrdGraphConstants
-
Used internally
- PADDING_TITLE - Static variable in interface org.rrd4j.graph.RrdGraphConstants
-
Used internally
- PADDING_TOP - Static variable in interface org.rrd4j.graph.RrdGraphConstants
-
Used internally
- PADDING_VLABEL - Static variable in interface org.rrd4j.graph.RrdGraphConstants
-
Used internally
- PaddingBlock(int) - Constructor for class net.i2p.router.crypto.ratchet.RatchetPayload.PaddingBlock
-
with zero-filled data
- PaddingBlock(int) - Constructor for class net.i2p.router.transport.ntcp.NTCP2Payload.PaddingBlock
-
with zero-filled data
- PaddingBlock(I2PAppContext, int) - Constructor for class net.i2p.router.crypto.ratchet.RatchetPayload.PaddingBlock
-
Deprecated.
- PaddingBlock(I2PAppContext, int) - Constructor for class net.i2p.router.transport.ntcp.NTCP2Payload.PaddingBlock
-
with random data
- padStringRight(String, int, char) - Static method in class com.mpatric.mp3agic.BufferTools
- page - Variable in class net.metanotion.io.block.FreeListBlock
- page - Variable in class net.metanotion.io.block.index.BSkipSpan
- pageSeek(RandomAccessInterface, int) - Static method in class net.metanotion.io.block.BlockFile
-
Go to any page but the superblock.
- PAGESIZE - Static variable in class i2p.susi.util.Folder
- PAGESIZE - Static variable in class net.metanotion.io.block.BlockFile
- Pair - Class in net.i2p.router.sybil
-
A pair of routers and the distance between them.
- Pair(RouterInfo, RouterInfo, BigInteger) - Constructor for class net.i2p.router.sybil.Pair
- PAIRMAX - Static variable in class net.i2p.router.sybil.Analysis
- Panel - Class in com.vuze.plugins.mlab.tools.ndt.swingemu
- Panel() - Constructor for class com.vuze.plugins.mlab.tools.ndt.swingemu.Panel
- Parameter - Class in org.cybergarage.http
- Parameter() - Constructor for class org.cybergarage.http.Parameter
- Parameter(String, String) - Constructor for class org.cybergarage.http.Parameter
- ParameterList - Class in org.cybergarage.http
- ParameterList() - Constructor for class org.cybergarage.http.ParameterList
- ParamsRetriever - Class in com.thetransactioncompany.jsonrpc2.util
-
The base abstract class for the JSON-RPC 2.0 parameter retrievers.
- ParamsRetriever() - Constructor for class com.thetransactioncompany.jsonrpc2.util.ParamsRetriever
- parent - Variable in class org.rrd4j.graph.SourcedPlotElement
- parse() - Method in class org.rrd4j.core.timespec.TimeParser
-
Parses the input string specified in the constructor.
- parse(boolean[][]) - Static method in class com.google.zxing.common.BitMatrix
-
Interprets a 2D array of booleans as a
BitMatrix
, where "true" means an "on" bit. - parse(int, byte[]) - Static method in class org.minidns.edns.EdnsOption
- parse(DataInputStream) - Static method in class org.minidns.record.A
- parse(DataInputStream) - Static method in class org.minidns.record.AAAA
- parse(DataInputStream) - Static method in class org.minidns.record.NSEC3PARAM
- parse(DataInputStream, byte[]) - Static method in class org.minidns.dnsname.DnsName
-
Parse a domain name starting at the current offset and moving the input stream pointer past this domain name (even if cross references occure).
- parse(DataInputStream, byte[]) - Static method in class org.minidns.record.CNAME
- parse(DataInputStream, byte[]) - Static method in class org.minidns.record.DNAME
- parse(DataInputStream, byte[]) - Static method in class org.minidns.record.MX
- parse(DataInputStream, byte[]) - Static method in class org.minidns.record.NS
- parse(DataInputStream, byte[]) - Static method in class org.minidns.record.PTR
- parse(DataInputStream, byte[]) - Static method in class org.minidns.record.Record
-
Parse a given record based on the full message data and the current stream position.
- parse(DataInputStream, byte[]) - Static method in class org.minidns.record.SOA
- parse(DataInputStream, byte[]) - Static method in class org.minidns.record.SRV
- parse(DataInputStream, byte[], int) - Static method in class org.minidns.record.NSEC
- parse(DataInputStream, byte[], int) - Static method in class org.minidns.record.RRSIG
- parse(DataInputStream, int) - Static method in class org.minidns.record.DLV
- parse(DataInputStream, int) - Static method in class org.minidns.record.DNSKEY
- parse(DataInputStream, int) - Static method in class org.minidns.record.DS
- parse(DataInputStream, int) - Static method in class org.minidns.record.NSEC3
- parse(DataInputStream, int) - Static method in class org.minidns.record.OPENPGPKEY
- parse(DataInputStream, int) - Static method in class org.minidns.record.OPT
- parse(DataInputStream, int) - Static method in class org.minidns.record.TLSA
- parse(DataInputStream, int) - Static method in class org.minidns.record.TXT
- parse(DataInputStream, int, Record.TYPE) - Static method in class org.minidns.record.UNKNOWN
- parse(File) - Static method in class net.i2p.addressbook.ConfigParser
-
Return a Map using the contents of the File file.
- parse(File) - Static method in class net.i2p.addressbook.HostTxtParser
-
Return a Map using the contents of the File file.
- parse(File) - Static method in class net.i2p.jetty.JettyXmlConfigurationParser
-
Reads and parses the XML configuration file.
- parse(File) - Method in class net.i2p.router.news.NewsXMLParser
-
Process the XML file.
- parse(File) - Method in class org.cybergarage.xml.Parser
- parse(File, Map<String, String>) - Static method in class net.i2p.addressbook.ConfigParser
-
Return a Map using the contents of the File file.
- parse(File, Map<String, HostTxtEntry>) - Static method in class net.i2p.addressbook.HostTxtParser
-
Return a Map using the contents of the File file.
- parse(InputStream) - Method in class net.i2p.router.news.NewsXMLParser
-
Process the XML input stream.
- parse(InputStream) - Method in class org.cybergarage.xml.parser.JaxpParser
- parse(InputStream) - Method in class org.cybergarage.xml.Parser
- parse(Reader) - Method in class org.apache.http.conn.util.PublicSuffixListParser
-
Parses the public suffix list format.
- parse(String) - Static method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Message
-
Provides common parsing of JSON-RPC 2.0 requests, notifications and responses.
- parse(String) - Static method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Notification
-
Parses a JSON-RPC 2.0 notification string.
- parse(String) - Static method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Request
-
Parses a JSON-RPC 2.0 request string.
- parse(String) - Static method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Response
-
Parses a JSON-RPC 2.0 response string.
- parse(String) - Method in class org.cybergarage.xml.Parser
- parse(String[]) - Static method in class net.i2p.i2ptunnel.access.DefinitionParser
-
Processes an array of String objects containing the human-readable definition of the filter.
- parse(String, boolean) - Static method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Notification
-
Parses a JSON-RPC 2.0 notification string.
- parse(String, boolean) - Static method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Request
-
Parses a JSON-RPC 2.0 request string.
- parse(String, boolean) - Static method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Response
-
Parses a JSON-RPC 2.0 response string.
- parse(String, boolean) - Static method in class net.i2p.addressbook.HostTxtParser
-
Return a HostTxtEntry from the contents of the inputLine.
- parse(String, boolean, boolean) - Static method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Message
-
Provides common parsing of JSON-RPC 2.0 requests, notifications and responses.
- parse(String, boolean, boolean) - Static method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Notification
-
Parses a JSON-RPC 2.0 notification string.
- parse(String, boolean, boolean) - Static method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Request
-
Parses a JSON-RPC 2.0 request string.
- parse(String, boolean, boolean) - Static method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Response
-
Parses a JSON-RPC 2.0 response string.
- parse(String, boolean, boolean, boolean) - Static method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Notification
-
Parses a JSON-RPC 2.0 notification string.
- parse(String, boolean, boolean, boolean) - Static method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Request
-
Parses a JSON-RPC 2.0 request string.
- parse(String, boolean, boolean, boolean) - Static method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Response
-
Parses a JSON-RPC 2.0 response string.
- parse(String, String, String) - Static method in class com.google.zxing.common.BitMatrix
- parse(URL) - Method in class org.cybergarage.xml.Parser
- parse(Node, Node) - Method in class org.cybergarage.xml.parser.JaxpParser
- parse(Node, Node, int) - Method in class net.i2p.router.news.XMLParser
-
Modified from UPnP JaxpParser
- parse(Node, Node, int) - Method in class org.cybergarage.xml.parser.JaxpParser
- PARSE_ERROR - Static variable in exception com.thetransactioncompany.jsonrpc2.JSONRPC2Error
-
JSON parse error (-32700).
- parse3339Date(String) - Static method in class net.i2p.router.news.RFC3339Date
-
Parse the date
- parse822Date(String) - Static method in class net.i2p.util.RFC822Date
-
new Date(String foo) is deprecated, so let's do this the hard way
- parseArgs(String) - Static method in class net.i2p.i2ptunnel.web.SSLHelper
-
Adapted from LoadClientAppsJob
- parseArgs(String) - Static method in class net.i2p.router.startup.LoadClientAppsJob
-
Parse arg string into an array of args.
- parseAuthArgs(String) - Static method in class net.i2p.util.EepGet
-
Parse the args in an authentication header.
- parseBoolean(String) - Static method in class org.rrd4j.core.Util
-
Parses input string as a boolean value.
- parseColor(String) - Static method in class org.rrd4j.core.Util
-
Parses input string as color.
- parseDouble(String) - Static method in class org.rrd4j.core.Util
-
Parses input string as a double value.
- parseEncType(String) - Static method in enum net.i2p.crypto.EncType
-
Convenience for user apps
- parseJSONRPC2Message(String) - Method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Parser
-
Provides common parsing of JSON-RPC 2.0 requests, notifications and responses.
- parseJSONRPC2Notification(String) - Method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Parser
-
Parses a JSON-RPC 2.0 notification string.
- parseJSONRPC2Request(String) - Method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Parser
-
Parses a JSON-RPC 2.0 request string.
- parseJSONRPC2Response(String) - Method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Parser
-
Parses a JSON-RPC 2.0 response string.
- parseNonStdAttributes(boolean) - Method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Parser
-
Specifies whether to parse non-standard attributes found in JSON-RPC 2.0 messages.
- parseParams(String) - Static method in class net.i2p.sam.SAMUtils
-
Parse SAM parameters, and put them into a Propetries object Modified from EepGet.
- Parser - Class in org.cybergarage.xml
- Parser() - Constructor for class org.cybergarage.xml.Parser
- parseRequestLine(String) - Method in class org.cybergarage.http.HTTPRequest
- ParserException - Exception in org.cybergarage.xml
- ParserException(Exception) - Constructor for exception org.cybergarage.xml.ParserException
- ParserException(String) - Constructor for exception org.cybergarage.xml.ParserException
- parseSharedData(DataInputStream, int) - Static method in class org.minidns.record.DelegatingDnssecRR
- parseSigType(String) - Static method in enum net.i2p.crypto.SigType
-
Convenience for user apps
- parsesNonStdAttributes() - Method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Parser
-
Returns
true
if non-standard attributes in JSON-RPC 2.0 messages are parsed. - parseSpecs(String) - Method in class net.i2p.router.web.StatSummarizer
- parseSubscriptions(File, List<String>) - Static method in class net.i2p.addressbook.ConfigParser
-
Return a List using the contents of the File file.
- PARTIAL_CONTENT - Static variable in class org.cybergarage.http.HTTPStatus
- PartialEepGet - Class in net.i2p.util
-
Fetch exactly the first 'size' bytes into a stream Anything less or more will throw an IOException No retries, no min and max size options, no timeout option If the server does not return a Content-Length header of the correct size, the fetch will fail.
- PartialEepGet(I2PAppContext, String, int, OutputStream, String, long) - Constructor for class net.i2p.util.PartialEepGet
-
Instantiate an EepGet that will fetch exactly size bytes when fetch() is called.
- PartialPiece - Class in org.klomp.snark
-
Store the received data either on the heap or in a temp file.
- PartialPiece(Piece, int, File) - Constructor for class org.klomp.snark.PartialPiece
-
Used by PeerCoordinator.
- PARTICIPANT - net.i2p.router.tunnel.TunnelDispatcher.Location
- ParticipatingThrottler - Class in net.i2p.router.tunnel.pool
-
Count how often we have accepted a tunnel with the peer as the previous or next hop.
- ParticipatingThrottler(RouterContext) - Constructor for class net.i2p.router.tunnel.pool.ParticipatingThrottler
- parts - Variable in class i2p.susi.webmail.MailPart
- PARTSIZE - Static variable in class org.klomp.snark.PeerState
- passConditionalHeaders(HttpServletRequest, HttpServletResponse, BasicServlet.HttpContent) - Method in class org.klomp.snark.web.BasicServlet
-
Check modification date headers.
- PasswordManager - Class in net.i2p.util
-
Manage both plaintext and salted/hashed password storage in router.config.
- PasswordManager(I2PAppContext) - Constructor for class net.i2p.util.PasswordManager
- path - Variable in class com.mpatric.mp3agic.FileWrapper
- PathIterator - Class in org.rrd4j.graph
- PathIterator(double[]) - Constructor for class org.rrd4j.graph.PathIterator
- Pattern - Class in com.southernstorm.noise.protocol
-
Information about all supported handshake patterns.
- PATTERN - Static variable in class org.rrd4j.core.Util
- PATTERN_ID_IK - Static variable in class com.southernstorm.noise.protocol.HandshakeState
- PATTERN_ID_N - Static variable in class com.southernstorm.noise.protocol.HandshakeState
- PATTERN_ID_N_NO_RESPONSE - Static variable in class com.southernstorm.noise.protocol.HandshakeState
-
same as N but no post-mixHash needed
- PATTERN_ID_XK - Static variable in class com.southernstorm.noise.protocol.HandshakeState
- pauseReading() - Method in class net.i2p.data.i2cp.I2CPMessageReader
-
Deprecated.unused
- pauseRunner() - Method in class net.i2p.data.i2cp.I2CPMessageReader.I2CPMessageReaderRunner
-
deprecated unused
- Payload - Class in net.i2p.data
-
Defines the actual payload of a message being delivered, including the standard encryption wrapping, as defined by the I2P data structure spec.
- Payload() - Constructor for class net.i2p.data.Payload
- PAYLOAD_TYPE_DATA - Static variable in class net.i2p.router.transport.udp.UDPPacket
- PAYLOAD_TYPE_RELAY_INTRO - Static variable in class net.i2p.router.transport.udp.UDPPacket
- PAYLOAD_TYPE_RELAY_REQUEST - Static variable in class net.i2p.router.transport.udp.UDPPacket
- PAYLOAD_TYPE_RELAY_RESPONSE - Static variable in class net.i2p.router.transport.udp.UDPPacket
- PAYLOAD_TYPE_SESSION_CONFIRMED - Static variable in class net.i2p.router.transport.udp.UDPPacket
- PAYLOAD_TYPE_SESSION_CREATED - Static variable in class net.i2p.router.transport.udp.UDPPacket
- PAYLOAD_TYPE_SESSION_DESTROY - Static variable in class net.i2p.router.transport.udp.UDPPacket
- PAYLOAD_TYPE_SESSION_REQUEST - Static variable in class net.i2p.router.transport.udp.UDPPacket
-
Message types, 4 bits max
- PAYLOAD_TYPE_TEST - Static variable in class net.i2p.router.transport.udp.UDPPacket
- payloadData - Variable in class org.minidns.record.Record
-
The payload object of this record.
- PayloadGarlicConfig - Class in net.i2p.router.message
-
Garlic config for a single clove, containing an I2NP message and no sub-cloves.
- PayloadGarlicConfig(Certificate, long, long, DeliveryInstructions, I2NPMessage) - Constructor for class net.i2p.router.message.PayloadGarlicConfig
- pcapWriter - Static variable in class net.i2p.client.streaming.impl.I2PSocketManagerFull
- PcapWriter - Class in net.i2p.client.streaming.impl
-
Write a standard pcap file with a "TCP" packet that can be analyzed with standard tools such as wireshark.
- PcapWriter(I2PAppContext, String) - Constructor for class net.i2p.client.streaming.impl.PcapWriter
- PDef - Class in org.rrd4j.data
- PDef - Class in org.rrd4j.graph
- PDef(String, IPlottable) - Constructor for class org.rrd4j.data.PDef
- PDef(String, IPlottable) - Constructor for class org.rrd4j.graph.PDef
- PDF_417 - com.google.zxing.BarcodeFormat
-
PDF417 format.
- PDF417_COMPACT - com.google.zxing.EncodeHintType
- PDF417_COMPACTION - com.google.zxing.EncodeHintType
-
Specifies what compaction mode to use for PDF417 (type com.google.zxing.pdf417.encoder.Compaction Compaction or
String
value of one of its enum values). - PDF417_DIMENSIONS - com.google.zxing.EncodeHintType
-
Specifies the minimum and maximum number of rows and columns for PDF417 (type com.google.zxing.pdf417.encoder.Dimensions Dimensions).
- pdpCount - Variable in class org.rrd4j.core.jrrd.Archive
- PDPStatusBlock - Class in org.rrd4j.core.jrrd
-
Instances of this class model the primary data point status from an RRD file.
- PDPStatusBlock(RRDFile) - Constructor for class org.rrd4j.core.jrrd.PDPStatusBlock
- pdpStep - Variable in class org.rrd4j.core.jrrd.Header
- Peer - Class in org.klomp.snark.dht
-
A single peer for a single torrent.
- Peer - Class in org.klomp.snark
- Peer(byte[]) - Constructor for class org.klomp.snark.dht.Peer
- Peer(I2PSocket, InputStream, OutputStream, byte[], byte[], MetaInfo) - Constructor for class org.klomp.snark.Peer
-
Incoming connection.
- Peer(PeerID, byte[], byte[], MetaInfo) - Constructor for class org.klomp.snark.Peer
-
Outgoing connection.
- PEER_SIZE - Static variable in class net.i2p.data.i2np.BuildRequestRecord
-
we show 16 bytes of the peer hash outside the elGamal block
- PeerAcceptor - Class in org.klomp.snark
-
Accepts incomming connections from peers.
- PeerAcceptor(PeerCoordinator) - Constructor for class org.klomp.snark.PeerAcceptor
- PeerAcceptor(PeerCoordinatorSet) - Constructor for class org.klomp.snark.PeerAcceptor
- PeerAcceptor.ProtocolException - Exception in org.klomp.snark
-
A unique exception so we can tell the ConnectionAcceptor about non-BT connections
- peerChange(PeerCoordinator, Peer) - Method in interface org.klomp.snark.CoordinatorListener
-
Called when the PeerCoordinator notices a change in the state of a peer.
- peerChange(PeerCoordinator, Peer) - Method in class org.klomp.snark.Snark
-
CoordinatorListener - this does nothing
- PeerCheckerTask - Class in org.klomp.snark
-
TimerTask that checks for good/bad up/downloader.
- PeerCheckerTask(I2PSnarkUtil, PeerCoordinator) - Constructor for class org.klomp.snark.PeerCheckerTask
- PeerComparator() - Constructor for class net.i2p.router.web.helpers.UDPSorters.PeerComparator
- PeerConnectionIn - Class in org.klomp.snark
- PeerConnectionIn(Peer, DataInputStream) - Constructor for class org.klomp.snark.PeerConnectionIn
- PeerConnectionOut - Class in org.klomp.snark
- PeerConnectionOut(Peer, DataOutputStream) - Constructor for class org.klomp.snark.PeerConnectionOut
- PeerCoordinator - Class in org.klomp.snark
-
Coordinates what peer does what.
- PeerCoordinator(I2PSnarkUtil, byte[], byte[], MetaInfo, Storage, CoordinatorListener, Snark) - Constructor for class org.klomp.snark.PeerCoordinator
- PeerCoordinatorSet - Class in org.klomp.snark
-
Hmm, any guesses as to what this is? Used by the multitorrent functionality in the PeerAcceptor to pick the right PeerCoordinator to accept the con for.
- PeerCoordinatorSet() - Constructor for class org.klomp.snark.PeerCoordinatorSet
- PeerHelper - Class in net.i2p.router.web.helpers
- PeerHelper() - Constructor for class net.i2p.router.web.helpers.PeerHelper
- PeerID - Class in org.klomp.snark
-
Store the address information about a peer.
- PeerID(byte[], Destination) - Constructor for class org.klomp.snark.PeerID
- PeerID(byte[], I2PSnarkUtil) - Constructor for class org.klomp.snark.PeerID
-
Creates a PeerID from a destHash
- PeerID(Map<String, BEValue>) - Constructor for class org.klomp.snark.PeerID
-
Creates a PeerID from a Map containing BEncoded peer id, ip and port.
- PeerID(BDecoder) - Constructor for class org.klomp.snark.PeerID
-
Creates a PeerID from a BDecoder.
- peerList() - Method in class org.klomp.snark.PeerCoordinator
-
for web page detailed stats
- PeerListener - Interface in org.klomp.snark
-
Listener for Peer events.
- peerManager() - Method in class net.i2p.router.RouterContext
-
Minimal interface for selecting peers for various tasks based on given criteria.
- PeerManager - Class in net.i2p.router.peermanager
-
Manage the current state of the statistics Also maintain Sets for each of the capabilities in TRACKED_CAPS.
- PeerManager(RouterContext) - Constructor for class net.i2p.router.peermanager.PeerManager
-
Profiles are now loaded in a separate thread, so this should return quickly.
- PeerManagerFacade - Interface in net.i2p.router
-
Manage peer references and keep them up to date so that when asked for peers, it can provide appropriate peers according to the criteria provided.
- PeerManagerFacadeImpl - Class in net.i2p.router.peermanager
-
Base implementation that has simple algorithms and periodically saves state
- PeerManagerFacadeImpl(RouterContext) - Constructor for class net.i2p.router.peermanager.PeerManagerFacadeImpl
- PeerMonitorTask - Class in org.klomp.snark
-
Deprecated.unused, for command line client only, commented out in Snark.java
- PeerMonitorTask(PeerCoordinator) - Constructor for class org.klomp.snark.PeerMonitorTask
-
Deprecated.
- PeerProfile - Class in net.i2p.router.peermanager
-
Copied from http://www.i2p2.i2p/how_peerselection.html See also main() below for additional commentary by zzz.
- PeerProfile(RouterContext, Hash) - Constructor for class net.i2p.router.peermanager.PeerProfile
-
Caller should call setLastHeardAbout() and setFirstHeardAbout()
- peers - Variable in class org.klomp.snark.PeerCoordinator
-
synchronize on this when changing peers or downloaders.
- Peers - Class in org.klomp.snark.dht
-
All the peers for a single torrent
- Peers() - Constructor for class org.klomp.snark.dht.Peers
- PeerSelectionCriteria - Class in net.i2p.router.peermanager
-
Defines the criteria for selecting a set of peers for use when searching the PeerManager Only used by PeerTestJob, which may not have a point.
- PeerSelectionCriteria() - Constructor for class net.i2p.router.peermanager.PeerSelectionCriteria
- PeerSelector - Class in net.i2p.router.networkdb.kademlia
-
Mostly unused, see overrides in FloodfillPeerSelector
- PeerSelector(RouterContext) - Constructor for class net.i2p.router.networkdb.kademlia.PeerSelector
- peerSendsBadReplies(Hash) - Method in class net.i2p.router.peermanager.ProfileOrganizer
-
Does the given peer send us bad replies - either invalid store messages (expired, corrupt, etc) or unreachable replies (pointing towards routers that don't exist).
- PeerState - Class in net.i2p.router.transport.udp
-
Contain all of the state about a UDP connection to a peer.
- PeerState - Class in org.klomp.snark
- PeerState(RouterContext, UDPTransport, byte[], int, Hash, boolean, int) - Constructor for class net.i2p.router.transport.udp.PeerState
- PeerState(Peer, PeerListener, MetaInfo, PeerConnectionIn, PeerConnectionOut) - Constructor for class org.klomp.snark.PeerState
- PeerTestEvent - Class in net.i2p.router.transport.udp
-
Initiate a test (we are Alice)
- PeerTestEvent(RouterContext, UDPTransport, PeerTestManager) - Constructor for class net.i2p.router.transport.udp.PeerTestEvent
- PeerTestJob - Class in net.i2p.router.peermanager
-
Grab some peers that we want to test and probe them briefly to get some more accurate and up to date performance data.
- PeerTestJob(RouterContext) - Constructor for class net.i2p.router.peermanager.PeerTestJob
-
Creates a new instance of PeerTestJob
- PeerTestManager - Class in net.i2p.router.transport.udp
-
Entry points are runTest() to start a new test as Alice, and receiveTest() for all received test packets.
- PeerTestManager(RouterContext, UDPTransport) - Constructor for class net.i2p.router.transport.udp.PeerTestManager
-
Have seen peer tests (as Alice) get stuck (_currentTest != null) so I've thrown some synchronizization on the methods; don't know the root cause or whether this fixes it
- PeerTestReader() - Constructor for class net.i2p.router.transport.udp.UDPPacketReader.PeerTestReader
- PeerTestState - Class in net.i2p.router.transport.udp
-
Track the state of a peer test.
- PeerTestState(PeerTestState.Role, boolean, long, long) - Constructor for class net.i2p.router.transport.udp.PeerTestState
- PeerTestState.Role - Enum in net.i2p.router.transport.udp
- PendingGatewayMessage - Class in net.i2p.router.tunnel
-
Stores all the state for an unsent or partially-sent message
- PendingGatewayMessage(I2NPMessage, Hash, TunnelId) - Constructor for class net.i2p.router.tunnel.PendingGatewayMessage
- PER_FLOODFILL_PEER_TIMEOUT - Static variable in class net.i2p.router.networkdb.kademlia.ExploreJob
-
Override to make this shorter, since we don't sort out the unresponsive ff peers like we do in FloodOnlySearchJob
- PER_FLOODFILL_PEER_TIMEOUT - Static variable in class net.i2p.router.networkdb.kademlia.SearchJob
-
timeout
- PERCENTAGE - Static variable in class edu.internet2.ndt.NDTConstants
- PercentElem(int, long, double) - Constructor for class org.rrd4j.data.Variable.PercentElem
- percentile(String, String) - Method in class org.rrd4j.graph.RrdGraphDef
-
Deprecated.Use
Variable
based method instead. - percentile(String, String, double) - Method in class org.rrd4j.graph.RrdGraphDef
-
Deprecated.Use
Variable
based method instead. - PERCENTILE(double) - Constructor for class org.rrd4j.data.Variable.PERCENTILE
- PERCENTILE(float) - Constructor for class org.rrd4j.data.Variable.PERCENTILE
- PERCENTILE(float, boolean) - Constructor for class org.rrd4j.data.Variable.PERCENTILE
- PERCENTILENAN(double) - Constructor for class org.rrd4j.data.Variable.PERCENTILENAN
- PERCENTILENAN(float) - Constructor for class org.rrd4j.data.Variable.PERCENTILENAN
- PerfectStringHash - Class in com.tomgibara.crinch.hashing
-
A "minimal perfect hash" for Strings.
- PerfectStringHash(String[]) - Constructor for class com.tomgibara.crinch.hashing.PerfectStringHash
-
Constructs a minimal perfect string hashing over the supplied strings.
- performActionListener(ActionRequest) - Method in class org.cybergarage.upnp.Action
- performAddDeviceListener(Device) - Method in class org.cybergarage.upnp.ControlPoint
- performEventListener(String, long, String, String) - Method in class org.cybergarage.upnp.ControlPoint
- performNotifyListener(SSDPPacket) - Method in class org.cybergarage.upnp.ControlPoint
- performQueryListener(QueryRequest) - Method in class org.cybergarage.upnp.StateVariable
- performRemoveDeviceListener(Device) - Method in class org.cybergarage.upnp.ControlPoint
- performRequestListener(HTTPRequest) - Method in class org.cybergarage.http.HTTPServer
- performSearchListener(SSDPPacket) - Method in class org.cybergarage.upnp.ssdp.SSDPSearchSocket
- performSearchResponseListener(SSDPPacket) - Method in class org.cybergarage.upnp.ControlPoint
- PERIODS - Static variable in class net.i2p.router.web.SummaryListener
- PERMUTE - Static variable in class gnu.getopt.Getopt
-
PERMUTE is the default.
- PersistDHT - Class in org.klomp.snark.dht
-
Retrieve / Store the local DHT in a file
- PersistDHT() - Constructor for class org.klomp.snark.dht.PersistDHT
- PersistenceHelper - Class in net.i2p.stat
-
Output rate data.
- PersistenceHelper() - Constructor for class net.i2p.stat.PersistenceHelper
- PersistentDataStore - Class in net.i2p.router.networkdb.kademlia
-
Write out keys to disk when we get them and periodically read ones we don't know about into memory, with newly read routers are also added to the routing table.
- PersistentDataStore(RouterContext, String, KademliaNetworkDatabaseFacade) - Constructor for class net.i2p.router.networkdb.kademlia.PersistentDataStore
- PersistentKeyRing - Class in net.i2p.router
-
ConcurrentHashMap with backing in the router.config file.
- PersistentKeyRing(RouterContext) - Constructor for class net.i2p.router.PersistentKeyRing
- PersistentMailCache - Class in i2p.susi.webmail
-
Manage the on-disk cache.
- PersistentMailCache(I2PAppContext, String, int, String, String, String) - Constructor for class i2p.susi.webmail.PersistentMailCache
-
Use the params to generate a unique directory name.
- PersistNews - Class in net.i2p.router.news
-
Store and retrieve news entries from disk.
- PersistNews() - Constructor for class net.i2p.router.news.PersistNews
- PersistRouterInfoJob - Class in net.i2p.router.tasks
-
Update the router.info file whenever its, er, updated
- PersistRouterInfoJob(RouterContext) - Constructor for class net.i2p.router.tasks.PersistRouterInfoJob
- PersistSybil - Class in net.i2p.router.sybil
-
Store and retrieve analysis files from disk.
- PersistSybil(I2PAppContext) - Constructor for class net.i2p.router.sybil.PersistSybil
-
access via Analysis.getPersister()
- PFX_OPTION - Static variable in class net.i2p.i2ptunnel.TunnelController
- pgettext(ResourceBundle, String, String) - Static method in class gnu.gettext.GettextResource
-
Returns the translation of msgid in the context of msgctxt.
- pickInbound(RouterAddress, boolean, Properties, int) - Method in class net.i2p.router.transport.udp.IntroductionManager
-
Grab a bunch of peers who are willing to be introducers for us that are locally known (duh) and have published their own SSU address (duh^2).
- pickTestPeer(PeerTestState.Role, boolean, RemoteHostId) - Method in class net.i2p.router.transport.udp.UDPTransport
-
Pick a Bob (if we are Alice) or a Charlie (if we are Bob).
- pictureType - Variable in class com.mpatric.mp3agic.ID3v2PictureFrameData
- PICTURETYPE_32PXICON - Static variable in class com.mpatric.mp3agic.AbstractID3v2Tag
- PICTURETYPE_ARTIST - Static variable in class com.mpatric.mp3agic.AbstractID3v2Tag
- PICTURETYPE_BACKCOVER - Static variable in class com.mpatric.mp3agic.AbstractID3v2Tag
- PICTURETYPE_BAND - Static variable in class com.mpatric.mp3agic.AbstractID3v2Tag
- PICTURETYPE_BAND_LOGOTYPE - Static variable in class com.mpatric.mp3agic.AbstractID3v2Tag
- PICTURETYPE_COMPOSER - Static variable in class com.mpatric.mp3agic.AbstractID3v2Tag
- PICTURETYPE_CONDUCTOR - Static variable in class com.mpatric.mp3agic.AbstractID3v2Tag
- PICTURETYPE_DURING_PERFORMANCE - Static variable in class com.mpatric.mp3agic.AbstractID3v2Tag
- PICTURETYPE_DURING_RECORDING - Static variable in class com.mpatric.mp3agic.AbstractID3v2Tag
- PICTURETYPE_FRONTCOVER - Static variable in class com.mpatric.mp3agic.AbstractID3v2Tag
- PICTURETYPE_ILLUSTRATION - Static variable in class com.mpatric.mp3agic.AbstractID3v2Tag
- PICTURETYPE_LEADARTIST - Static variable in class com.mpatric.mp3agic.AbstractID3v2Tag
- PICTURETYPE_LEAFLET - Static variable in class com.mpatric.mp3agic.AbstractID3v2Tag
- PICTURETYPE_LYRICIST - Static variable in class com.mpatric.mp3agic.AbstractID3v2Tag
- PICTURETYPE_MEDIA - Static variable in class com.mpatric.mp3agic.AbstractID3v2Tag
- PICTURETYPE_OTHER - Static variable in class com.mpatric.mp3agic.AbstractID3v2Tag
- PICTURETYPE_OTHERICON - Static variable in class com.mpatric.mp3agic.AbstractID3v2Tag
- PICTURETYPE_PUBLISHER_LOGOTYPE - Static variable in class com.mpatric.mp3agic.AbstractID3v2Tag
- PICTURETYPE_RECORDINGLOCATION - Static variable in class com.mpatric.mp3agic.AbstractID3v2Tag
- PICTURETYPE_SCREEN_CAPTURE - Static variable in class com.mpatric.mp3agic.AbstractID3v2Tag
- piece - Variable in class org.klomp.snark.Message
- Piece - Class in org.klomp.snark
-
This class is used solely by PeerCoordinator.
- Piece(int) - Constructor for class org.klomp.snark.Piece
- PIECE - Static variable in class org.klomp.snark.Message
- pieceMessage(Request) - Method in class org.klomp.snark.PeerState
-
Called when a full chunk (i.e.
- ping(Destination, int) - Method in interface org.klomp.snark.dht.DHT
-
Ping.
- ping(Destination, int) - Method in class org.klomp.snark.dht.KRPC
-
Ping.
- ping(Destination, int, int, long) - Method in interface net.i2p.client.streaming.I2PSocketManager
-
Ping the specified peer, returning true if they replied to the ping within the timeout specified, false otherwise.
- ping(Destination, int, int, long) - Method in class net.i2p.client.streaming.impl.ConnectionManager
-
blocking
- ping(Destination, int, int, long) - Method in class net.i2p.client.streaming.impl.I2PSocketManagerFull
-
Ping the specified peer, returning true if they replied to the ping within the timeout specified, false otherwise.
- ping(Destination, int, int, long, boolean) - Method in class net.i2p.client.streaming.impl.ConnectionManager
- ping(Destination, int, int, long, boolean, ConnectionManager.PingNotifier) - Method in class net.i2p.client.streaming.impl.ConnectionManager
- ping(Destination, int, int, long, byte[]) - Method in interface net.i2p.client.streaming.I2PSocketManager
-
Ping the specified peer, returning true if they replied to the ping within the timeout specified, false otherwise.
- ping(Destination, int, int, long, byte[]) - Method in class net.i2p.client.streaming.impl.ConnectionManager
-
blocking
- ping(Destination, int, int, long, byte[]) - Method in class net.i2p.client.streaming.impl.I2PSocketManagerFull
-
Ping the specified peer, returning true if they replied to the ping within the timeout specified, false otherwise.
- ping(Destination, long) - Method in interface net.i2p.client.streaming.I2PSocketManager
-
Ping the specified peer, returning true if they replied to the ping within the timeout specified, false otherwise.
- ping(Destination, long) - Method in class net.i2p.client.streaming.impl.ConnectionManager
-
blocking
- ping(Destination, long) - Method in class net.i2p.client.streaming.impl.I2PSocketManagerFull
-
Ping the specified peer, returning true if they replied to the ping within the timeout specified, false otherwise.
- pingComplete(boolean) - Method in interface net.i2p.client.streaming.impl.ConnectionManager.PingNotifier
- Pinger - Class in net.i2p.i2ptunnel.streamr
- Pinger() - Constructor for class net.i2p.i2ptunnel.streamr.Pinger
- pingIntroducers() - Method in class net.i2p.router.transport.udp.IntroductionManager
-
Was part of pickInbound(), moved out so we can call it more often
- pingReceived(String) - Method in class net.i2p.sam.client.SAMClientEventListenerImpl
- pingReceived(String) - Method in interface net.i2p.sam.client.SAMReader.SAMClientEventListener
- placeComments() - Method in class org.rrd4j.graph.LegendComposer
- PlotElement - Class in org.rrd4j.graph
- PlotElement(Paint) - Constructor for class org.rrd4j.graph.PlotElement
- plotElements - Variable in class org.rrd4j.graph.RrdGraphDef
- Plottable - Class in org.rrd4j.data
-
Deprecated.use implementations of
IPlottable
instead - Plottable() - Constructor for class org.rrd4j.data.Plottable
-
Deprecated.
- PLUGIN - net.i2p.update.UpdateType
- PLUGIN_DIR - Static variable in class net.i2p.router.update.PluginUpdateRunner
- PLUGIN_DIR - Static variable in class net.i2p.router.web.PluginStarter
- pluginProperties() - Static method in class net.i2p.router.web.PluginStarter
-
plugins.config this auto-adds a property for every dir in the plugin directory
- pluginProperties(I2PAppContext, String) - Static method in class net.i2p.router.web.PluginStarter
-
plugin.config
- pluginsEnabled(I2PAppContext) - Static method in class net.i2p.router.web.PluginStarter
- PluginStarter - Class in net.i2p.router.web
-
Start/stop/delete plugins that are already installed Get properties of installed plugins Get or change settings in plugins.config
- PluginStarter(RouterContext) - Constructor for class net.i2p.router.web.PluginStarter
- PluginStopper - Class in net.i2p.router.web
-
Stop all plugins that are installed and running
- PluginStopper(RouterContext, Server) - Constructor for class net.i2p.router.web.PluginStopper
- PluginUpdateChecker - Class in net.i2p.router.update
-
Check for an updated version of a plugin.
- PluginUpdateChecker(RouterContext, ConsoleUpdateManager, List<URI>, String, String) - Constructor for class net.i2p.router.update.PluginUpdateChecker
- PluginUpdateHandler - Class in net.i2p.router.update
-
Check for or download an updated version of a plugin.
- PluginUpdateHandler(RouterContext, ConsoleUpdateManager) - Constructor for class net.i2p.router.update.PluginUpdateHandler
- PluginUpdateRunner - Class in net.i2p.router.update
-
Check for an updated version of a plugin.
- PluginUpdateRunner(RouterContext, ConsoleUpdateManager, List<URI>, String, String) - Constructor for class net.i2p.router.update.PluginUpdateRunner
- PLUS - Static variable in class org.rrd4j.core.timespec.TimeToken
-
Constant
PLUS=21
- PM - Static variable in class org.rrd4j.core.timespec.TimeToken
-
Constant
PM=4
- pmodeChecked(int) - Method in class net.i2p.router.web.helpers.ConfigReseedHelper
- pn - Variable in class net.i2p.router.crypto.ratchet.RatchetEntry
- PNBlock(int) - Constructor for class net.i2p.router.crypto.ratchet.RatchetPayload.PNBlock
- POINTER - com.maxmind.db.Decoder.Type
- POINTER_TEST_HACK - Variable in class com.maxmind.db.Decoder
- Points - Class in net.i2p.router.sybil
-
A total score and a List of reason Strings
- Points(double, String) - Constructor for class net.i2p.router.sybil.Points
- PoisonI2CPMessage - Class in net.i2p.internal
-
For marking end-of-queues in a standard manner.
- PoisonI2CPMessage() - Constructor for class net.i2p.internal.PoisonI2CPMessage
- poll() - Method in class net.i2p.internal.I2CPMessageQueue
-
Receive a message, nonblocking.
- poll() - Method in class net.i2p.router.client.I2CPMessageQueueImpl
-
Receive a message, nonblocking
- poll() - Method in class net.i2p.router.util.CoDelBlockingQueue
- poll() - Method in class net.i2p.router.util.CoDelPriorityBlockingQueue
- pollInterval - Variable in class net.i2p.router.time.NtpMessage
-
This value indicates the maximum interval between successive messages, in seconds to the nearest power of two.
- Poly1305 - Class in com.southernstorm.noise.crypto
-
Simple implementation of the Poly1305 message authenticator.
- Poly1305() - Constructor for class com.southernstorm.noise.crypto.Poly1305
-
Constructs a new Poly1305 message authenticator.
- pongReceived(String) - Method in class net.i2p.sam.client.SAMClientEventListenerImpl
- pongReceived(String) - Method in interface net.i2p.sam.client.SAMReader.SAMClientEventListener
- pool - Variable in class gnu.crypto.prng.FortunaStandalone
- pool0Count - Variable in class gnu.crypto.prng.FortunaStandalone
- PooledTunnelCreatorConfig - Class in net.i2p.router.tunnel.pool
-
Data about a tunnel we created
- PooledTunnelCreatorConfig(RouterContext, int, boolean, Hash, TunnelPool) - Constructor for class net.i2p.router.tunnel.pool.PooledTunnelCreatorConfig
-
Creates a new instance of PooledTunnelCreatorConfig
- poolName - Variable in class org.rrd4j.core.RrdSyncThreadPool.DaemonThreadFactory
- pools - Variable in class gnu.crypto.prng.FortunaStandalone
- poolUsed - Variable in class org.rrd4j.graph.RrdGraphDef
- POP3MailBox - Class in i2p.susi.webmail.pop3
- POP3MailBox(String, int, String, String) - Constructor for class i2p.susi.webmail.pop3.POP3MailBox
-
Does not connect.
- POP3MailBox.FetchRequest - Interface in i2p.susi.webmail.pop3
- port - Variable in class net.i2p.i2ptunnel.I2PTunnel
-
the I2CP port, non-null
- port - Variable in class net.i2p.router.transport.TransportManager.Port
- port - Variable in class org.minidns.record.SRV
-
The target port.
- Port(String, int) - Constructor for class net.i2p.router.transport.TransportManager.Port
-
IPv4 only
- Port(String, String, int) - Constructor for class net.i2p.router.transport.TransportManager.Port
-
IPv6 only
- PORT - Static variable in class org.cybergarage.upnp.ssdp.SSDP
-
Default destination port for SSDP multicast messages
- PORT - Static variable in class org.klomp.snark.Message
- PORT - Static variable in class org.klomp.snark.TrackerClient
- PORT_ANY - Static variable in interface net.i2p.client.I2PSession
- PORT_RESTRICTED_NAT - Static variable in class org.freenetproject.DetectedIP
-
Port restricted cone NAT.
- PORT_UNSPECIFIED - Static variable in interface net.i2p.client.I2PSession
- PortableWorkingDir - Class in net.i2p.router.startup
-
Get a relative working directory for i2p based upon properties by parent process.
- PortableWorkingDir() - Constructor for class net.i2p.router.startup.PortableWorkingDir
- portForwardStatus(Map<ForwardPort, ForwardPortStatus>) - Method in interface org.freenetproject.ForwardPortCallback
-
Called to indicate status on one or more forwarded ports.
- portMapper() - Method in class net.i2p.I2PAppContext
-
Basic mapping from service names to ports
- PortMapper - Class in net.i2p.util
-
Map services to internal or external application ports for this context.
- PortMapper(I2PAppContext) - Constructor for class net.i2p.util.PortMapper
- portMessage(int) - Method in class org.klomp.snark.PeerState
-
Unused
- portNumber - Variable in class org.freenetproject.ForwardPort
-
Port number to forward
- PositionalParamsRetriever - Class in com.thetransactioncompany.jsonrpc2.util
-
Utility class for retrieving JSON-RPC 2.0 positional parameters (packed into a JSON Array).
- PositionalParamsRetriever(List<Object>) - Constructor for class com.thetransactioncompany.jsonrpc2.util.PositionalParamsRetriever
-
Creates a new positional parameters retriever from the specified value list.
- POSITIVE_INT_RANGE - Static variable in class com.tomgibara.crinch.hashing.HashRange
- POSITIVE_LONG_RANGE - Static variable in class com.tomgibara.crinch.hashing.HashRange
- posixly_correct - Variable in class gnu.getopt.Getopt
-
The flag determines whether or not we operate in strict POSIX compliance
- post() - Method in class org.cybergarage.upnp.control.ActionRequest
- post() - Method in class org.cybergarage.upnp.control.QueryRequest
- post() - Method in class org.cybergarage.upnp.event.SubscriptionRequest
- post(String, int) - Method in class org.cybergarage.http.HTTPRequest
- post(String, int, boolean) - Method in class org.cybergarage.http.HTTPRequest
- post(String, int, String) - Method in class org.cybergarage.upnp.ssdp.HTTPUSocket
- post(String, int, SSDPSearchRequest) - Method in class org.cybergarage.upnp.ssdp.SSDPSearchResponseSocket
- post(String, int, SSDPSearchResponse) - Method in class org.cybergarage.upnp.ssdp.SSDPSearchResponseSocket
- post(HTTPRequest) - Method in class org.cybergarage.upnp.ssdp.HTTPMUSocket
- post(HTTPRequest, String, int) - Method in class org.cybergarage.upnp.ssdp.HTTPMUSocket
- post(HTTPResponse) - Method in class org.cybergarage.http.HTTPRequest
- post(HTTPResponse, long, long, boolean) - Method in class org.cybergarage.http.HTTPSocket
- post(SubscriptionResponse) - Method in class org.cybergarage.upnp.event.SubscriptionRequest
- post(SSDPNotifyRequest) - Method in class org.cybergarage.upnp.ssdp.SSDPNotifySocket
-
This method send a
SSDPNotifyRequest
overSSDPNotifySocket
- post(SSDPSearchRequest) - Method in class org.cybergarage.upnp.ssdp.SSDPSearchResponseSocketList
- POST - Static variable in class org.cybergarage.http.HTTP
- postalCode - Variable in class com.maxmind.geoip.Location
- postConfigure(WebAppContext) - Method in class net.i2p.router.web.WebAppConfiguration
- postConfigure(WebAppContext) - Method in class net.i2p.servlet.WebAppProviderConfiguration.WAPConfiguration
- postControlAction() - Method in class org.cybergarage.upnp.Action
- postControlAction(String) - Method in class org.cybergarage.upnp.Action
-
I2P - bind HTTP socket to specified local host address
- postMessage(String, int) - Method in class org.cybergarage.soap.SOAPRequest
- postQuerylAction() - Method in class org.cybergarage.upnp.StateVariable
- postSearchResponse(SSDPPacket, String, String) - Method in class org.cybergarage.upnp.Device
- pow(FieldElement) - Method in class net.i2p.crypto.eddsa.math.bigint.BigIntegerFieldElement
- pow22523() - Method in class net.i2p.crypto.eddsa.math.bigint.BigIntegerFieldElement
- pow22523() - Method in class net.i2p.crypto.eddsa.math.ed25519.Ed25519FieldElement
-
Gets this field element to the power of $(2^{252} - 3)$.
- pow22523() - Method in class net.i2p.crypto.eddsa.math.FieldElement
- PQEntry - Interface in net.i2p.router.util
-
For PriBlockingQueue
- PrecalcRunner(I2PAppContext) - Constructor for class net.i2p.router.transport.crypto.DHSessionKeyBuilder.PrecalcRunner
- precision - Variable in class net.i2p.router.time.NtpMessage
-
This value indicates the precision of the local clock, in seconds to the nearest power of two.
- precmp - Variable in class net.i2p.crypto.eddsa.math.GroupElement
-
Precomputed table for
GroupElement.scalarMultiply(byte[])
, filled if necessary. - precomp(Curve, FieldElement, FieldElement, FieldElement) - Static method in class net.i2p.crypto.eddsa.math.GroupElement
-
Creates a new group element in PRECOMP representation.
- PRECOMP - net.i2p.crypto.eddsa.math.GroupElement.Representation
-
Precomputed (Duif): $(y+x,y-x,2dxy)$
- PRECONDITION_FAILED - Static variable in class org.cybergarage.http.HTTPStatus
- PRECONDITION_FAILED - Static variable in class org.cybergarage.upnp.UPnPStatus
- preConfigure(WebAppContext) - Method in class net.i2p.router.web.WebAppConfiguration
- preConfigure(WebAppContext) - Method in class net.i2p.servlet.WebAppProviderConfiguration.WAPConfiguration
- PREDEFINED_BUFFER_SIZE - Static variable in class edu.internet2.ndt.NDTConstants
- preferRatchet() - Method in class net.i2p.router.crypto.ratchet.MuxedSKM
-
Should we try the Ratchet slow decrypt before ElG slow decrypt? Adaptive test based on previous mix of traffic for this SKM, as reported by reportDecryptResult().
- PREFERRED_SIGTYPE - Static variable in class net.i2p.i2ptunnel.TunnelController
-
This is guaranteed to be available.
- prefix() - Method in class net.i2p.router.transport.ntcp.EstablishBase
- PREFIX - Static variable in class net.i2p.router.web.PluginStarter
- PREFIX - Static variable in class net.i2p.router.web.RouterConsoleRunner
- PREFIX_INBOUND_EXPLORATORY - Static variable in class net.i2p.router.TunnelPoolSettings
-
prefix used to configure the inbound exploratory pool
- PREFIX_OUTBOUND_EXPLORATORY - Static variable in class net.i2p.router.TunnelPoolSettings
-
prefix used to configure the outbound exploratory pool
- PREFIX_RRDTool - Static variable in class org.rrd4j.core.RrdDb
-
Prefix to identify external RRDTool file source used in various RrdDb constructors.
- PREFIX_XML - Static variable in class org.rrd4j.core.RrdDb
-
Prefix to identify external XML file source used in various RrdDb constructors.
- prepareCache() - Method in class net.i2p.router.networkdb.kademlia.LocalHash
-
Prepare this hash's cache for xor values - very few hashes will need it, so we don't want to waste the memory, and lazy initialization would incur online overhead to verify the initialization.
- prepareNextWrite(NTCPConnection.PrepBuffer) - Method in class net.i2p.router.transport.ntcp.NTCPConnection
-
Prepare the next I2NP message for transmission.
- prepareOutbound() - Method in class net.i2p.router.transport.ntcp.EstablishBase
-
Does nothing.
- prepareOutbound() - Method in interface net.i2p.router.transport.ntcp.EstablishState
-
Does nothing.
- prepareOutbound() - Method in class net.i2p.router.transport.ntcp.OutboundNTCP2State
-
We are Alice.
- prepareSessionConfirmed() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
-
Let's sign everything so we can fragment properly.
- prepareSessionCreated() - Method in class net.i2p.router.transport.udp.InboundEstablishState
- PrepBuffer() - Constructor for class net.i2p.router.transport.ntcp.NTCPConnection.PrepBuffer
- preprocess(byte[], int) - Method in class net.i2p.router.tunnel.TrivialPreprocessor
-
Wrap the preprocessed fragments with the necessary padding / checksums to act as a tunnel message.
- PREPROCESSED_SIZE - Static variable in class net.i2p.router.tunnel.TrivialPreprocessor
- preprocessQueue(List<PendingGatewayMessage>, TunnelGateway.Sender, TunnelGateway.Receiver) - Method in class net.i2p.router.tunnel.BatchedPreprocessor
- preprocessQueue(List<PendingGatewayMessage>, TunnelGateway.Sender, TunnelGateway.Receiver) - Method in class net.i2p.router.tunnel.TrivialPreprocessor
-
Return true if there were messages remaining, and we should queue up a delayed flush to clear them NOTE: Unused here, see BatchedPreprocessor override, super is not called.
- preprocessQueue(List<PendingGatewayMessage>, TunnelGateway.Sender, TunnelGateway.Receiver) - Method in interface net.i2p.router.tunnel.TunnelGateway.QueuePreprocessor
-
Caller must synchronize on the list!
- preScanFile(SeekableByteChannel) - Method in class com.mpatric.mp3agic.Mp3File
- PresentationListener - Interface in org.cybergarage.upnp.device
- preserveOrder(boolean) - Method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Parser
-
Controls the preservation of JSON object member order in parsed JSON-RPC 2.0 messages.
- preservesOrder() - Method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Parser
-
Returns
true
if the order of JSON object members in parsed JSON-RPC 2.0 messages is preserved, elsefalse
. - prettyPrint(String) - Static method in class org.json.simple.Jsoner
-
Formats the JSON string to be more easily human readable using tabs for indentation.
- prettyPrint(String, int) - Static method in class org.json.simple.Jsoner
-
Formats the JSON string to be more easily human readable using an arbitrary amount of spaces for indentation.
- prev - Variable in class net.metanotion.util.skiplist.SkipSpan
- prev_multiplier - Variable in class org.rrd4j.core.timespec.TimeParser
- preview - Variable in class org.klomp.snark.web.Sorters.FileAndIndex
- previous() - Method in class net.metanotion.io.block.index.IBSkipIterator
- previous() - Method in class net.metanotion.util.skiplist.SkipIterator
- previousIndex() - Method in class net.metanotion.util.skiplist.SkipIterator
- previousPage() - Method in class i2p.susi.util.Folder
-
Turns folder to previous page.
- prevPage - Variable in class net.metanotion.io.block.index.BSkipSpan
- PriBlockingQueue<E extends PQEntry> - Class in net.i2p.router.util
-
Priority Blocking Queue using methods in the entries, as defined in PQEntry, to store priority and sequence number, ensuring FIFO order within a priority.
- PriBlockingQueue(I2PAppContext, String, int) - Constructor for class net.i2p.router.util.PriBlockingQueue
-
Bounded queue with a hardcoded failsafe max size, except when using put(), which is unbounded.
- primary_value - Variable in class org.rrd4j.core.jrrd.CDPStatusBlock
- print() - Method in class net.metanotion.util.skiplist.SkipLevels
- print() - Method in class net.metanotion.util.skiplist.SkipList
-
Deprecated.goes to System.out
- print() - Method in class net.metanotion.util.skiplist.SkipSpan
-
dumps all the data from here to the end
- print() - Method in class org.cybergarage.http.HTTPRequest
- print() - Method in class org.cybergarage.http.HTTPResponse
- print() - Method in class org.cybergarage.soap.SOAPRequest
- print() - Method in class org.cybergarage.soap.SOAPResponse
- print() - Method in class org.cybergarage.upnp.Action
- print() - Method in class org.cybergarage.upnp.ControlPoint
- print() - Method in class org.cybergarage.xml.Node
- print(boolean) - Method in class org.cybergarage.xml.Node
- print(String, String) - Method in class org.rrd4j.graph.RrdGraphDef
-
Read the value of a variable (VDEF) and prints the value by using the given format string.
- print(String, String, boolean) - Method in class org.rrd4j.graph.RrdGraphDef
-
Read the value of a variable (VDEF) and prints the the value or the time stamp, according to the strftime flag by using the given format string.
- print(String, ConsolFun, String) - Method in class org.rrd4j.graph.RrdGraphDef
-
Deprecated.Use
Variable
based method instead. - printAll() - Method in class net.metanotion.util.skiplist.SkipLevels
- printCommands(List<String>) - Static method in class net.i2p.util.CommandLine
- printInfo(PrintStream) - Method in class org.rrd4j.core.jrrd.RRDatabase
-
Outputs the header information of the database to the given print stream using the default number format.
- printInfo(PrintStream, NumberFormat) - Method in class org.rrd4j.core.jrrd.DataSource
- printInfo(PrintStream, NumberFormat) - Method in class org.rrd4j.core.jrrd.RRDatabase
-
Outputs the header information of the database to the given print stream using the given number format.
- printInfo(PrintStream, NumberFormat, int) - Method in class org.rrd4j.core.jrrd.Archive
- printSL() - Method in class net.metanotion.util.skiplist.SkipList
-
Deprecated.goes to System.out
- printStatementCount() - Method in class org.rrd4j.graph.RrdGraphDef
- PrintText - Class in org.rrd4j.graph
- PrintText(String, String, boolean, boolean) - Constructor for class org.rrd4j.graph.PrintText
- priority - Variable in class org.klomp.snark.web.Sorters.FileAndIndex
- priority - Variable in class org.minidns.record.MX
-
The priority of this service.
- priority - Variable in class org.minidns.record.SRV
-
The priority of this service.
- PRIORITY - Static variable in class net.i2p.util.LogManager
-
These define the characters in the format line of the config file
- PRIORITY_BUILD_REPLY - Static variable in class net.i2p.router.OutNetMessage
- PRIORITY_EXPLORATORY - Static variable in class net.i2p.router.OutNetMessage
- PRIORITY_HIGHEST - Static variable in class net.i2p.router.OutNetMessage
-
Priorities, higher is higher priority.
- PRIORITY_HIS_BUILD_REQUEST - Static variable in class net.i2p.router.OutNetMessage
- PRIORITY_HIS_NETDB_STORE - Static variable in class net.i2p.router.OutNetMessage
- PRIORITY_LOWEST - Static variable in class net.i2p.router.OutNetMessage
- PRIORITY_MY_BUILD_REQUEST - Static variable in class net.i2p.router.OutNetMessage
- PRIORITY_MY_DATA - Static variable in class net.i2p.router.OutNetMessage
-
may be adjusted +/- 25 for outbound traffic
- PRIORITY_MY_NETDB_LOOKUP - Static variable in class net.i2p.router.OutNetMessage
- PRIORITY_MY_NETDB_STORE - Static variable in class net.i2p.router.OutNetMessage
- PRIORITY_MY_NETDB_STORE_LOW - Static variable in class net.i2p.router.OutNetMessage
- PRIORITY_NETDB_EXPLORE - Static variable in class net.i2p.router.OutNetMessage
- PRIORITY_NETDB_FLOOD - Static variable in class net.i2p.router.OutNetMessage
- PRIORITY_NETDB_HARVEST - Static variable in class net.i2p.router.OutNetMessage
- PRIORITY_NETDB_REPLY - Static variable in class net.i2p.router.OutNetMessage
- PRIORITY_NORMAL - Static variable in class org.klomp.snark.Storage
- PRIORITY_PARTICIPATING - Static variable in class net.i2p.router.OutNetMessage
- PRIORITY_SKIP - Static variable in class org.klomp.snark.Storage
- PRIVATEDNS - org.minidns.constants.DnssecConstants.SignatureAlgorithm
- privateKey - Variable in class net.i2p.router.startup.LoadRouterInfoJob.KeyData
- PrivateKey - Class in net.i2p.data
-
Defines the PrivateKey as defined by the I2P data structure spec.
- PrivateKey() - Constructor for class net.i2p.data.PrivateKey
- PrivateKey(byte[]) - Constructor for class net.i2p.data.PrivateKey
- PrivateKey(String) - Constructor for class net.i2p.data.PrivateKey
-
constructs from base64
- PrivateKey(EncType) - Constructor for class net.i2p.data.PrivateKey
- PrivateKey(EncType, byte[]) - Constructor for class net.i2p.data.PrivateKey
- PrivateKey(EncType, byte[], PublicKey) - Constructor for class net.i2p.data.PrivateKey
- PrivateKeyFile - Class in net.i2p.data
-
This helper class reads and writes files in the same "eepPriv.dat" format used by the client code.
- PrivateKeyFile(File) - Constructor for class net.i2p.data.PrivateKeyFile
- PrivateKeyFile(File, I2PClient) - Constructor for class net.i2p.data.PrivateKeyFile
- PrivateKeyFile(File, I2PSession) - Constructor for class net.i2p.data.PrivateKeyFile
- PrivateKeyFile(File, Destination, PrivateKey, SigningPrivateKey) - Constructor for class net.i2p.data.PrivateKeyFile
- PrivateKeyFile(File, PublicKey, SigningPublicKey, Certificate, PrivateKey, SigningPrivateKey) - Constructor for class net.i2p.data.PrivateKeyFile
- PrivateKeyFile(File, PublicKey, SigningPublicKey, Certificate, PrivateKey, SigningPrivateKey, byte[]) - Constructor for class net.i2p.data.PrivateKeyFile
- PrivateKeyFile(InputStream) - Constructor for class net.i2p.data.PrivateKeyFile
-
Can't be used for writing
- PrivateKeyFile(String) - Constructor for class net.i2p.data.PrivateKeyFile
- PRIVATEOID - org.minidns.constants.DnssecConstants.SignatureAlgorithm
- privKey - Variable in class net.i2p.data.PrivateKeyFile
- PROBABLE_FAILURE - Static variable in class org.freenetproject.ForwardPortStatus
-
The port forward probably failed
- PROBABLE_SUCCESS - Static variable in class org.freenetproject.ForwardPortStatus
-
The port forward probably succeeded.
- process(byte[], int, int) - Method in class net.i2p.router.tunnel.InboundGatewayProcessor
-
Since we are the inbound gateway, use the IV given to us as the first 16 bytes, ignore the 'prev' hop, and encrypt the message like every other participant.
- process(byte[], int, int) - Method in class net.i2p.router.tunnel.OutboundGatewayProcessor
-
Since we are the outbound gateway, pick a random IV and wrap the preprocessed data so that it will be exposed at the endpoint.
- process(byte[], int, int, Hash) - Method in class net.i2p.router.tunnel.HopProcessor
-
Process the data for the current hop, overwriting the original data with what should be sent to the next peer.
- process(long, double) - Method in class org.rrd4j.core.Datasource
- process(JSONRPC2Notification, MessageContext) - Method in class com.thetransactioncompany.jsonrpc2.server.Dispatcher
- process(JSONRPC2Notification, MessageContext) - Method in interface com.thetransactioncompany.jsonrpc2.server.NotificationHandler
-
Processes a JSON-RPC 2.0 notification.
- process(JSONRPC2Request, MessageContext) - Method in class com.thetransactioncompany.jsonrpc2.server.Dispatcher
- process(JSONRPC2Request, MessageContext) - Method in interface com.thetransactioncompany.jsonrpc2.server.RequestHandler
-
Processes a JSON-RPC 2.0 request.
- process(JSONRPC2Request, MessageContext) - Method in class net.i2p.i2pcontrol.servlets.jsonrpc2handlers.AdvancedSettingsHandler
- process(JSONRPC2Request, MessageContext) - Method in class net.i2p.i2pcontrol.servlets.jsonrpc2handlers.AuthenticateHandler
- process(JSONRPC2Request, MessageContext) - Method in class net.i2p.i2pcontrol.servlets.jsonrpc2handlers.EchoHandler
- process(JSONRPC2Request, MessageContext) - Method in class net.i2p.i2pcontrol.servlets.jsonrpc2handlers.GetRateHandler
- process(JSONRPC2Request, MessageContext) - Method in class net.i2p.i2pcontrol.servlets.jsonrpc2handlers.I2PControlHandler
- process(JSONRPC2Request, MessageContext) - Method in class net.i2p.i2pcontrol.servlets.jsonrpc2handlers.NetworkSettingHandler
- process(JSONRPC2Request, MessageContext) - Method in class net.i2p.i2pcontrol.servlets.jsonrpc2handlers.RouterInfoHandler
- process(JSONRPC2Request, MessageContext) - Method in class net.i2p.i2pcontrol.servlets.jsonrpc2handlers.RouterManagerHandler
- processData() - Method in class org.rrd4j.data.DataProcessor
-
Method that should be called once all datasources are defined.
- processForm() - Method in class net.i2p.router.web.ConfigServiceHandler
- processForm() - Method in class net.i2p.router.web.ConfigUpdateHandler
- processForm() - Method in class net.i2p.router.web.FormHandler
-
Implement this to perform the final processing (in turn, adding formNotice and formError messages, etc) Will only be called if _action is non-null and the nonce is valid.
- processForm() - Method in class net.i2p.router.web.helpers.ConfigAdvancedHandler
- processForm() - Method in class net.i2p.router.web.helpers.ConfigClientsHandler
- processForm() - Method in class net.i2p.router.web.helpers.ConfigFamilyHandler
- processForm() - Method in class net.i2p.router.web.helpers.ConfigHomeHandler
- processForm() - Method in class net.i2p.router.web.helpers.ConfigKeyringHandler
- processForm() - Method in class net.i2p.router.web.helpers.ConfigLoggingHandler
- processForm() - Method in class net.i2p.router.web.helpers.ConfigNetHandler
- processForm() - Method in class net.i2p.router.web.helpers.ConfigPeerHandler
- processForm() - Method in class net.i2p.router.web.helpers.ConfigReseedHandler
- processForm() - Method in class net.i2p.router.web.helpers.ConfigStatsHandler
- processForm() - Method in class net.i2p.router.web.helpers.ConfigSummaryHandler
- processForm() - Method in class net.i2p.router.web.helpers.ConfigTunnelsHandler
- processForm() - Method in class net.i2p.router.web.helpers.ConfigUIHandler
- processForm() - Method in class net.i2p.router.web.helpers.EventLogHelper
- processForm() - Method in class net.i2p.router.web.helpers.GraphHelper
-
This was a HelperBase but now it's a FormHandler
- processForm() - Method in class net.i2p.router.web.helpers.NetDbHelper
-
Now we're a FormHandler
- processForm() - Method in class net.i2p.router.web.helpers.WizardHandler
- processMessage(OutNetMessage) - Method in class net.i2p.router.CommSystemFacade
- processMessage(OutNetMessage) - Method in class net.i2p.router.dummy.VMCommSystem
-
The router wants us to send the given message to the peer.
- processMessage(OutNetMessage) - Method in class net.i2p.router.transport.CommSystemFacadeImpl
-
Send the message out
- processPayload(I2PAppContext, RatchetPayload.PayloadCallback, byte[], int, int, boolean) - Static method in class net.i2p.router.crypto.ratchet.RatchetPayload
-
Incoming payload.
- processPayload(I2PAppContext, NTCP2Payload.PayloadCallback, byte[], int, int, boolean) - Static method in class net.i2p.router.transport.ntcp.NTCP2Payload
-
Incoming payload.
- PROFILE_BULK - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
- PROFILE_INTERACTIVE - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
- profileManager() - Method in class net.i2p.router.RouterContext
-
Expose a simple API for various router components to take note of particular events that a peer enacts (sends us a message, agrees to participate in a tunnel, etc).
- ProfileManager - Interface in net.i2p.router
- ProfileManagerImpl - Class in net.i2p.router.peermanager
-
Methods to update profiles.
- ProfileManagerImpl(RouterContext) - Constructor for class net.i2p.router.peermanager.ProfileManagerImpl
- profileOrganizer() - Method in class net.i2p.router.RouterContext
-
Organize the peers we know about into various tiers, profiling their performance and sorting them accordingly.
- ProfileOrganizer - Class in net.i2p.router.peermanager
-
Keep the peer profiles organized according to the tiered model.
- ProfileOrganizer(RouterContext) - Constructor for class net.i2p.router.peermanager.ProfileOrganizer
- ProfileOrganizer.Slice - Enum in net.i2p.router.peermanager
-
Replaces integer subTierMode argument, for clarity
- ProfileOrganizerRenderer - Class in net.i2p.router.web.helpers
-
Helper class to refactor the HTML rendering from out of the ProfileOrganizer
- ProfileOrganizerRenderer(ProfileOrganizer, RouterContext) - Constructor for class net.i2p.router.web.helpers.ProfileOrganizerRenderer
- ProfilePersistenceHelper - Class in net.i2p.router.peermanager
-
Write profiles to disk at shutdown, read at startup.
- ProfilePersistenceHelper(RouterContext) - Constructor for class net.i2p.router.peermanager.ProfilePersistenceHelper
- ProfilesHelper - Class in net.i2p.router.web.helpers
- ProfilesHelper() - Constructor for class net.i2p.router.web.helpers.ProfilesHelper
- progname - Variable in class gnu.getopt.Getopt
-
Name to print as the program name in error messages.
- PROP_ACCEPT - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPClient
- PROP_ACCESS_LIST - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
- PROP_ACTION - Static variable in class net.i2p.client.naming.HostTxtEntry
- PROP_ADVANCED - Static variable in class net.i2p.router.web.HelperBase
- PROP_ALLOW_DIRECT - Static variable in class net.i2p.router.transport.udp.UDPTransport
-
do we allow direct SSU connections, sans introducers?
- PROP_ALLOW_ZERO_HOP - Static variable in class net.i2p.router.TunnelPoolSettings
-
don't trust this, always true
- PROP_ALLOWED_HOSTS - Static variable in class net.i2p.i2pcontrol.I2PControlController
- PROP_ALLOWED_HOSTS - Static variable in class net.i2p.i2pcontrol.SocketController
- PROP_ALLOWED_HOSTS - Static variable in class net.i2p.router.web.RouterConsoleRunner
- PROP_ALT_PKF - Static variable in class net.i2p.i2ptunnel.I2PTunnelServer
- PROP_ANSWER_PINGS - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
- PROP_AUTH - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
-
all auth @since 0.8.2
- PROP_AUTH - Static variable in class net.i2p.router.web.helpers.ConfigClientsHelper
-
from ClientMessageEventListener
- PROP_AUTH - Static variable in class net.i2p.sam.SAMBridge
- PROP_AUTO_START - Static variable in class org.klomp.snark.SnarkManager
- PROP_B32 - Static variable in class net.i2p.client.naming.DummyNamingService
- PROP_B64 - Static variable in class net.i2p.util.PasswordManager
-
stored obfuscated as b64 of the UTF-8 bytes
- PROP_BACKLOG_SIZE - Static variable in class net.i2p.router.util.PriBlockingQueue
- PROP_BACKUP_QUANTITY - Static variable in class net.i2p.router.TunnelPoolSettings
- PROP_BANDWIDTH_SHARE_PERCENTAGE - Static variable in class net.i2p.router.Router
- PROP_BATCH_FREQUENCY - Static variable in class net.i2p.router.tunnel.BatchedRouterPreprocessor
-
How frequently should we flush non-full messages, in milliseconds This goes in I2CP custom options for the pool.
- PROP_BIND_INTERFACE - Static variable in class net.i2p.router.transport.ntcp.NTCPTransport
-
this is rarely if ever used, default is to bind to wildcard address
- PROP_BIND_INTERFACE - Static variable in class net.i2p.router.transport.udp.UDPTransport
-
this is rarely if ever used, default is to bind to wildcard address
- PROP_BLACKLIST - Static variable in class net.i2p.client.streaming.impl.ConnectionManager
- PROP_BLOCK - Static variable in class net.i2p.router.sybil.Analysis
- PROP_BLOCKLIST_TIME - Static variable in class net.i2p.router.update.NewsFetcher
- PROP_BLOCKTIME - Static variable in class net.i2p.router.sybil.Analysis
- PROP_BOB_HOST - Static variable in class net.i2p.BOB.BOB
-
Deprecated.
- PROP_BOB_PORT - Static variable in class net.i2p.BOB.BOB
-
Deprecated.
- PROP_BUCKET_SIZE - Static variable in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
- PROP_BUFFER_SIZE - Static variable in interface net.i2p.client.streaming.I2PSocketOptions
-
How much data will we accept that hasn't been written out yet.
- PROP_CAPABILITIES - Static variable in class net.i2p.data.router.RouterInfo
- PROP_CAPACITY - Static variable in class net.i2p.router.transport.udp.UDPAddress
- PROP_CFG_VER - Static variable in class net.i2p.BOB.BOB
-
Deprecated.
- PROP_CLIENT_HOST - Static variable in class net.i2p.router.client.ClientManagerFacadeImpl
-
note that this is different than the property the client side uses, i2cp.tcp.host
- PROP_CLIENT_ONLY - Static variable in class net.i2p.router.ClientManagerFacade
- PROP_CLIENT_PORT - Static variable in class net.i2p.router.client.ClientManagerFacadeImpl
-
note that this is different than the property the client side uses, i2cp.tcp.port
- PROP_CLOAK - Static variable in class net.i2p.i2ptunnel.I2PTunnelIRCServer
- PROP_CODEL_INTERVAL - Static variable in class net.i2p.router.util.CoDelBlockingQueue
- PROP_CODEL_INTERVAL - Static variable in class net.i2p.router.util.CoDelPriorityBlockingQueue
- PROP_CODEL_TARGET - Static variable in class net.i2p.router.util.CoDelBlockingQueue
- PROP_CODEL_TARGET - Static variable in class net.i2p.router.util.CoDelPriorityBlockingQueue
- PROP_COLLAPSE_PANELS - Static variable in class org.klomp.snark.SnarkManager
- PROP_COMMAND - Static variable in class net.i2p.i2ptunnel.I2Ping
- PROP_COMPLETE - Static variable in class net.i2p.router.web.helpers.WizardHelper
- PROP_CONCURRING_SERVERS - Static variable in class net.i2p.router.time.RouterTimestamper
- PROP_CONFIG - Static variable in class net.i2p.router.web.helpers.HomeHelper
- PROP_CONFIG_FILE - Static variable in class net.i2p.i2ptunnel.TunnelController
- PROP_CONFIG_FILE - Static variable in class net.i2p.router.Router
- PROP_CONFIG_FILE - Static variable in class org.klomp.snark.web.I2PSnarkServlet
- PROP_CONFIG_LOCATION - Static variable in class net.i2p.BOB.BOB
-
Deprecated.
- PROP_CONGESTION_AVOIDANCE_GROWTH_RATE_FACTOR - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
- PROP_CONNECT_DELAY - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
- PROP_CONNECT_TIMEOUT - Static variable in interface net.i2p.client.streaming.I2PSocketOptions
-
How long wait for the ACK from a SYN, in milliseconds.
- PROP_CONSOLE_PW - Static variable in class net.i2p.router.web.RouterConsoleRunner
- PROP_CONSOLEBUFFERSIZE - Static variable in class net.i2p.util.LogManager
- PROP_COUNTRY - Static variable in class net.i2p.util.Translate
- PROP_COUNTRY_BONUS - Static variable in class net.i2p.router.peermanager.CapacityCalculator
- PROP_CRYPT - Static variable in class net.i2p.util.PasswordManager
-
stored as a Unix crypt string
- PROP_DATAGRAM_HOST - Static variable in class net.i2p.sam.SAMBridge
- PROP_DATAGRAM_PORT - Static variable in class net.i2p.sam.SAMBridge
- PROP_DATE - Static variable in class net.i2p.client.naming.HostTxtEntry
- PROP_DATEFORMAT - Static variable in class net.i2p.util.LogManager
- PROP_DB_DIR - Static variable in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
- PROP_DCC - Static variable in class net.i2p.i2ptunnel.I2PTunnelIRCClient
- PROP_DEBIAN_GEOIP - Static variable in class net.i2p.router.transport.GeoIP
- PROP_DEBIAN_GEOIPV6 - Static variable in class net.i2p.router.transport.GeoIP
- PROP_DEFAULTLEVEL - Static variable in class net.i2p.util.LogManager
- PROP_DESCR - Static variable in class net.i2p.i2ptunnel.TunnelController
-
all of these @since 0.9.14
- PROP_DEST - Static variable in class net.i2p.client.naming.HostTxtEntry
- PROP_DEST - Static variable in class net.i2p.i2ptunnel.TunnelController
- PROP_DEV_SU3_URL - Static variable in class net.i2p.router.web.ConfigUpdateHandler
-
no default
- PROP_DIR - Static variable in class org.klomp.snark.SnarkManager
- PROP_DISABLE - Static variable in class net.i2p.router.networkdb.reseed.Reseeder
- PROP_DISABLE_EXTERNAL - Static variable in class net.i2p.router.web.helpers.ConfigClientsHelper
-
from ClientManager
- PROP_DISABLE_HELPER - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPClient
- PROP_DISABLE_OLD - Static variable in class net.i2p.router.web.CSSHelper
- PROP_DISABLE_REFRESH - Static variable in class net.i2p.router.web.CSSHelper
- PROP_DISABLE_REJ_LOG - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
- PROP_DISABLED - Static variable in class net.i2p.router.time.RouterTimestamper
- PROP_DISPLAYONSCREEN - Static variable in class net.i2p.util.LogManager
- PROP_DISPLAYONSCREENLEVEL - Static variable in class net.i2p.util.LogManager
- PROP_DOMAIN_SOCKET - Static variable in class net.i2p.client.impl.I2PSessionImpl
-
Use Unix domain socket (or similar) to connect to a router
- PROP_DTG_ENABLED - Static variable in class net.i2p.router.web.RouterConsoleRunner
- PROP_DURATION - Static variable in class net.i2p.router.TunnelPoolSettings
- PROP_DYNAMIC_KEYS - Static variable in class net.i2p.router.Router
-
New router keys at every restart.
- PROP_EMBED_APPS - Static variable in class net.i2p.router.web.CSSHelper
- PROP_ENABLE - Static variable in class net.i2p.desktopgui.Main
- PROP_ENABLE_ACCESS_LIST - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
-
all of these are @since 0.7.13
- PROP_ENABLE_ACCESS_LIST - Static variable in class net.i2p.i2ptunnel.ui.GeneralHelper
- PROP_ENABLE_ACCESS_LIST - Static variable in class net.i2p.i2ptunnel.ui.TunnelConfig
- PROP_ENABLE_ADDCREATE - Static variable in class org.klomp.snark.SnarkManager
- PROP_ENABLE_BLACKLIST - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
- PROP_ENABLE_BLACKLIST - Static variable in class net.i2p.i2ptunnel.ui.GeneralHelper
- PROP_ENABLE_BLACKLIST - Static variable in class net.i2p.i2ptunnel.ui.TunnelConfig
- PROP_ENABLE_CLIENT_CHANGE - Static variable in class net.i2p.router.web.helpers.ConfigClientsHelper
- PROP_ENABLE_LIGHTBOX - Static variable in class org.klomp.snark.SnarkManager
- PROP_ENABLE_NTCP - Static variable in class net.i2p.router.transport.TransportManager
-
default true
- PROP_ENABLE_PLUGIN_INSTALL - Static variable in class net.i2p.router.web.helpers.ConfigClientsHelper
- PROP_ENABLE_SSL - Static variable in interface net.i2p.client.I2PClient
- PROP_ENABLE_SSL - Static variable in class net.i2p.router.web.helpers.ConfigClientsHelper
- PROP_ENABLE_UDP - Static variable in class net.i2p.router.transport.TransportManager
-
default true
- PROP_ENABLE_UPNP - Static variable in class net.i2p.router.transport.TransportManager
-
default true
- PROP_ENABLE_UPNP_IPV6 - Static variable in class net.i2p.router.transport.TransportManager
- PROP_ENCRYPT_RI - Static variable in class net.i2p.router.networkdb.kademlia.IterativeSearchJob
- PROP_ENFORCE_PROTO - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
- PROP_ENGINES - Static variable in class net.i2p.router.web.helpers.SearchHelper
- PROP_EXPIRES - Static variable in class net.i2p.client.naming.HostTxtEntry
- PROP_EXPLORE_BREDTH - Static variable in class net.i2p.router.networkdb.kademlia.ExploreJob
-
how many peers to explore through concurrently
- PROP_EXPLORE_BUCKETS - Static variable in class net.i2p.router.networkdb.kademlia.StartExplorersJob
- PROP_EXPLORE_DELAY - Static variable in class net.i2p.router.networkdb.kademlia.StartExplorersJob
- PROP_EXPLORE_QUEUE - Static variable in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
- PROP_EXTERNAL_HOST - Static variable in class net.i2p.router.transport.udp.UDPTransport
-
define this to explicitly set an external IP address
- PROP_EXTERNAL_PORT - Static variable in class net.i2p.router.transport.udp.UDPTransport
-
define this to explicitly set an external port
- PROP_FAMILY_NAME - Static variable in class net.i2p.router.crypto.FamilyKeyCrypto
- PROP_FAST_RECEIVE - Static variable in interface net.i2p.client.I2PClient
-
For router->client payloads.
- PROP_FAVORITES - Static variable in class net.i2p.router.web.helpers.HomeHelper
- PROP_FILE - Static variable in class net.i2p.i2ptunnel.TunnelController
- PROP_FILENAME - Static variable in class net.i2p.util.LogManager
- PROP_FILES_PUBLIC - Static variable in class org.klomp.snark.SnarkManager
- PROP_FILESIZE - Static variable in class net.i2p.util.LogManager
- PROP_FILTER - Static variable in class net.i2p.i2ptunnel.TunnelController
- PROP_FLOODFILL_PARTICIPANT - Static variable in class net.i2p.router.networkdb.kademlia.FloodfillMonitorJob
- PROP_FLOODFILL_PARTICIPANT - Static variable in class net.i2p.router.web.helpers.ConfigAdvancedHelper
- PROP_FORCE_BWCLASS - Static variable in class net.i2p.router.Router
-
for testing
- PROP_FORCE_EXPLORE - Static variable in class net.i2p.router.networkdb.kademlia.StartExplorersJob
- PROP_FORCE_FLUSH - Static variable in class net.i2p.sam.SAMStreamSession
- PROP_FORCE_INTRODUCERS - Static variable in class net.i2p.router.transport.udp.UDPTransport
-
do we require introducers, regardless of our status?
- PROP_FORCE_MOBILE_CONSOLE - Static variable in class net.i2p.router.web.CSSHelper
- PROP_FORCE_UNREACHABLE - Static variable in class net.i2p.router.Router
-
for testing
- PROP_FORMAT - Static variable in class net.i2p.util.LogManager
- PROP_FREQUENCY - Static variable in class net.i2p.router.sybil.Analysis
- PROP_GEOIP_DIR - Static variable in class net.i2p.router.transport.GeoIP
- PROP_GEOIP_ENABLED - Static variable in class net.i2p.router.transport.GeoIP
- PROP_GZIP - Static variable in interface net.i2p.client.I2PClient
- PROP_HIDDEN - Static variable in class net.i2p.router.Router
-
this puts an 'H' in your routerInfo
- PROP_HIDDEN_HIDDEN - Static variable in class net.i2p.router.Router
-
this does not put an 'H' in your routerInfo
- PROP_HOST - Static variable in class net.i2p.data.router.RouterAddress
- PROP_HOST - Static variable in class net.i2p.router.transport.udp.UDPAddress
- PROP_HOSTNAME - Static variable in class net.i2p.i2ptunnel.I2PTunnelIRCServer
- PROP_HOSTNAME_DEFAULT - Static variable in class net.i2p.i2ptunnel.I2PTunnelIRCServer
- PROP_HOSTS_FILE - Static variable in class net.i2p.client.naming.HostsTxtNamingService
-
If this system property is specified, the tunnel will read the given file for hostname=destKey values when resolving names
- PROP_I2CP_HOST - Static variable in class net.i2p.i2ptunnel.TunnelController
- PROP_I2CP_HOST - Static variable in class org.klomp.snark.SnarkManager
- PROP_I2CP_OPTS - Static variable in class org.klomp.snark.SnarkManager
- PROP_I2CP_PORT - Static variable in class net.i2p.i2ptunnel.TunnelController
- PROP_I2CP_PORT - Static variable in class org.klomp.snark.SnarkManager
- PROP_I2NP_NTCP_AUTO_IP - Static variable in class net.i2p.router.transport.ntcp.NTCPTransport
- PROP_I2NP_NTCP_AUTO_IP - Static variable in class net.i2p.router.web.helpers.ConfigNetHelper
- PROP_I2NP_NTCP_AUTO_PORT - Static variable in class net.i2p.router.transport.ntcp.NTCPTransport
- PROP_I2NP_NTCP_AUTO_PORT - Static variable in class net.i2p.router.web.helpers.ConfigNetHelper
- PROP_I2NP_NTCP_HOSTNAME - Static variable in class net.i2p.router.transport.ntcp.NTCPTransport
- PROP_I2NP_NTCP_HOSTNAME - Static variable in class net.i2p.router.web.helpers.ConfigNetHelper
-
copied from various private components
- PROP_I2NP_NTCP_PORT - Static variable in class net.i2p.router.transport.ntcp.NTCPTransport
- PROP_I2NP_NTCP_PORT - Static variable in class net.i2p.router.web.helpers.ConfigNetHelper
- PROP_IB_RANDOM_KEY - Static variable in class net.i2p.router.Router
- PROP_IMPL - Static variable in class net.i2p.client.naming.NamingService
-
what classname should be used as the naming service impl?
- PROP_INACTIVITY_ACTION - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
- PROP_INACTIVITY_TIMEOUT - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
- PROP_INBOUND_BANDWIDTH - Static variable in class net.i2p.router.transport.FIFOBandwidthRefiller
- PROP_INBOUND_BANDWIDTH_PEAK - Static variable in class net.i2p.router.transport.FIFOBandwidthRefiller
- PROP_INBOUND_BURST_BANDWIDTH - Static variable in class net.i2p.router.transport.FIFOBandwidthRefiller
- PROP_INITIAL_ACK_DELAY - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
- PROP_INITIAL_OB_QUEUE - Static variable in class net.i2p.router.tunnel.PumpedTunnelGateway
- PROP_INITIAL_RECEIVE_WINDOW - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
-
unused
- PROP_INITIAL_RESEND_DELAY - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
- PROP_INITIAL_WINDOW_SIZE - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
- PROP_INTERNAL_PORT - Static variable in class net.i2p.router.transport.udp.UDPTransport
- PROP_INTERNAL_SSL - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPClient
- PROP_INTFC - Static variable in class net.i2p.i2ptunnel.TunnelController
- PROP_INTRO_EXP_PREFIX - Static variable in class net.i2p.router.transport.udp.UDPAddress
- PROP_INTRO_HOST_PREFIX - Static variable in class net.i2p.router.transport.udp.UDPAddress
- PROP_INTRO_KEY - Static variable in class net.i2p.router.transport.udp.UDPAddress
- PROP_INTRO_KEY - Static variable in class net.i2p.router.transport.udp.UDPTransport
- PROP_INTRO_KEY_PREFIX - Static variable in class net.i2p.router.transport.udp.UDPAddress
- PROP_INTRO_PORT_PREFIX - Static variable in class net.i2p.router.transport.udp.UDPAddress
- PROP_INTRO_TAG_PREFIX - Static variable in class net.i2p.router.transport.udp.UDPAddress
- PROP_IP - Static variable in class net.i2p.router.transport.udp.UDPTransport
-
remember IP changes
- PROP_IP_CHANGE - Static variable in class net.i2p.router.transport.udp.UDPTransport
- PROP_IP_COUNTRY - Static variable in class net.i2p.router.time.RouterTimestamper
- PROP_IP_COUNTRY - Static variable in class net.i2p.router.transport.GeoIP
- PROP_IP_RESTRICTION - Static variable in class net.i2p.router.TunnelPoolSettings
- PROP_IPV4_FIREWALLED - Static variable in class net.i2p.router.transport.TransportUtil
- PROP_IPV6 - Static variable in class net.i2p.router.transport.udp.UDPTransport
- PROP_IPV6_FIREWALLED - Static variable in class net.i2p.router.transport.TransportImpl
- PROP_IPV6_FIREWALLED - Static variable in class net.i2p.router.transport.TransportUtil
- PROP_JUMP_SERVERS - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPClient
- PROP_KAD_B - Static variable in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
- PROP_KEEP_MESSAGE_HISTORY - Static variable in class net.i2p.router.MessageHistory
-
config property determining whether we want to debug with the message history - default false
- PROP_KEY_PASSWORD - Static variable in class net.i2p.router.crypto.FamilyKeyCrypto
- PROP_KEY_PASSWORD - Static variable in class net.i2p.router.web.RouterConsoleRunner
- PROP_KEYDIR - Static variable in class net.i2p.router.KeyManager
- PROP_KEYSTORE_PASSWORD - Static variable in class net.i2p.router.crypto.FamilyKeyCrypto
- PROP_KEYSTORE_PASSWORD - Static variable in class net.i2p.router.web.RouterConsoleRunner
- PROP_LANG - Static variable in class net.i2p.util.Translate
- PROP_LAPTOP_MODE - Static variable in class net.i2p.router.transport.udp.UDPTransport
- PROP_LAST_CHECKED - Static variable in class net.i2p.router.web.NewsHelper
- PROP_LAST_UPDATE_TIME - Static variable in class net.i2p.router.web.NewsHelper
- PROP_LAST_UPDATED - Static variable in class net.i2p.router.web.NewsHelper
- PROP_LENGTH - Static variable in class net.i2p.router.TunnelPoolSettings
- PROP_LENGTH_VARIANCE - Static variable in class net.i2p.router.TunnelPoolSettings
- PROP_LIMIT_ACTION - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
- PROP_LIMIT_ACTION - Static variable in class net.i2p.i2ptunnel.TunnelController
- PROP_LIMITS_SET - Static variable in class net.i2p.i2ptunnel.TunnelController
- PROP_LISTEN_PORT - Static variable in class net.i2p.i2ptunnel.TunnelController
- PROP_LS_TYPE - Static variable in class net.i2p.client.impl.RequestLeaseSetMessageHandler
- PROP_MANAGER - Static variable in class net.i2p.client.streaming.I2PSocketManagerFactory
-
Deprecated.
- PROP_MAX_BW - Static variable in class org.klomp.snark.I2PSnarkUtil
- PROP_MAX_CONNECTIONS - Static variable in class org.klomp.snark.Snark
-
max connections
- PROP_MAX_CONNS_DAY - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
- PROP_MAX_CONNS_DAY - Static variable in class net.i2p.i2ptunnel.TunnelController
- PROP_MAX_CONNS_DAY - Static variable in class net.i2p.i2ptunnel.ui.TunnelConfig
- PROP_MAX_CONNS_HOUR - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
- PROP_MAX_CONNS_HOUR - Static variable in class net.i2p.i2ptunnel.TunnelController
- PROP_MAX_CONNS_HOUR - Static variable in class net.i2p.i2ptunnel.ui.TunnelConfig
- PROP_MAX_CONNS_MIN - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
-
all of these are @since 0.7.14
- PROP_MAX_CONNS_MIN - Static variable in class net.i2p.i2ptunnel.TunnelController
-
all of these are @since 0.9.33 (moved from TunnelConfig)
- PROP_MAX_CONNS_MIN - Static variable in class net.i2p.i2ptunnel.ui.TunnelConfig
-
all of these are @since 0.8.3 (moved from IndexBean)
- PROP_MAX_FILES_PER_TORRENT - Static variable in class org.klomp.snark.SnarkManager
- PROP_MAX_IB_MSGS_PER_PUMP - Static variable in class net.i2p.router.tunnel.PumpedTunnelGateway
- PROP_MAX_IB_QUEUE - Static variable in class net.i2p.router.tunnel.PumpedTunnelGateway
- PROP_MAX_MESSAGE_SIZE - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
- PROP_MAX_OB_MSGS_PER_PUMP - Static variable in class net.i2p.router.tunnel.PumpedTunnelGateway
- PROP_MAX_RESENDS - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
- PROP_MAX_SIZE - Static variable in class net.i2p.router.util.PriBlockingQueue
- PROP_MAX_STREAMS - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
-
how many streams will we allow at once?
- PROP_MAX_STREAMS - Static variable in class net.i2p.i2ptunnel.TunnelController
- PROP_MAX_STREAMS - Static variable in class net.i2p.i2ptunnel.ui.TunnelConfig
- PROP_MAX_TOTAL_CONNS_DAY - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
- PROP_MAX_TOTAL_CONNS_DAY - Static variable in class net.i2p.i2ptunnel.TunnelController
- PROP_MAX_TOTAL_CONNS_DAY - Static variable in class net.i2p.i2ptunnel.ui.TunnelConfig
- PROP_MAX_TOTAL_CONNS_HOUR - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
- PROP_MAX_TOTAL_CONNS_HOUR - Static variable in class net.i2p.i2ptunnel.TunnelController
- PROP_MAX_TOTAL_CONNS_HOUR - Static variable in class net.i2p.i2ptunnel.ui.TunnelConfig
- PROP_MAX_TOTAL_CONNS_MIN - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
- PROP_MAX_TOTAL_CONNS_MIN - Static variable in class net.i2p.i2ptunnel.TunnelController
- PROP_MAX_TOTAL_CONNS_MIN - Static variable in class net.i2p.i2ptunnel.ui.TunnelConfig
- PROP_MAX_TUNNELS - Static variable in class net.i2p.router.RouterThrottleImpl
- PROP_MAX_WINDOW_SIZE - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
- PROP_MD5 - Static variable in class net.i2p.util.PasswordManager
-
stored as the hex of the MD5 hash of the UTF-8 bytes.
- PROP_MESSAGE_HISTORY_FILENAME - Static variable in class net.i2p.router.MessageHistory
-
config property determining where we want to log the message history, if we're keeping one
- PROP_METHOD - Static variable in class net.i2p.i2ptunnel.I2PTunnelIRCServer
- PROP_METHOD_DEFAULT - Static variable in class net.i2p.i2ptunnel.I2PTunnelIRCServer
- PROP_MIN_ROUTER_VERSION - Static variable in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
- PROP_MINIMUM_FAST_PEERS - Static variable in class net.i2p.router.peermanager.ProfileOrganizer
-
Defines the minimum number of 'fast' peers that the organizer should select.
- PROP_MINIMUM_HIGH_CAPACITY_PEERS - Static variable in class net.i2p.router.peermanager.ProfileOrganizer
-
Defines the minimum number of 'high capacity' peers that the organizer should select when using the mean - if less than this many are available, select the capacity by the median.
- PROP_MONITORING - Static variable in class net.i2p.router.web.helpers.HomeHelper
- PROP_MTU - Static variable in class net.i2p.router.transport.udp.UDPAddress
- PROP_NAME - Static variable in class net.i2p.client.naming.HostTxtEntry
- PROP_NAME - Static variable in class net.i2p.i2ptunnel.TunnelController
- PROP_NETWORK_ID - Static variable in class net.i2p.data.router.RouterInfo
- PROP_NEWS_URL - Static variable in class net.i2p.router.web.ConfigUpdateHandler
- PROP_NICKNAME - Static variable in class net.i2p.router.TunnelPoolSettings
- PROP_NONFF - Static variable in class net.i2p.router.sybil.Analysis
- PROP_NTCP2_IV - Static variable in class net.i2p.router.transport.ntcp.NTCPTransport
-
b64 static IV
- PROP_NTCP2_SP - Static variable in class net.i2p.router.transport.ntcp.NTCPTransport
-
b64 static private key
- PROP_OB_RANDOM_KEY - Static variable in class net.i2p.router.Router
- PROP_OFFLINE_EXPIRATION - Static variable in class net.i2p.data.i2cp.SessionConfig
-
Seconds since epoch, NOT ms
- PROP_OFFLINE_SIGNATURE - Static variable in class net.i2p.data.i2cp.SessionConfig
-
Base 64, optionally preceded by sig type and ':', default DSA-SHA1
- PROP_OLD_AUTO_START - Static variable in class org.klomp.snark.SnarkManager
- PROP_OLDDEST - Static variable in class net.i2p.client.naming.HostTxtEntry
- PROP_OLDHOME - Static variable in class net.i2p.router.web.helpers.HomeHelper
- PROP_OLDNAME - Static variable in class net.i2p.client.naming.HostTxtEntry
- PROP_OLDSIG - Static variable in class net.i2p.client.naming.HostTxtEntry
- PROP_OPENTRACKERS - Static variable in class org.klomp.snark.SnarkManager
- PROP_OUTBOUND_BANDWIDTH - Static variable in class net.i2p.router.transport.FIFOBandwidthRefiller
- PROP_OUTBOUND_BANDWIDTH_PEAK - Static variable in class net.i2p.router.transport.FIFOBandwidthRefiller
- PROP_OUTBOUND_BURST_BANDWIDTH - Static variable in class net.i2p.router.transport.FIFOBandwidthRefiller
- PROP_OUTPROXY_AUTH - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
- PROP_OUTPROXY_PW - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
- PROP_OUTPROXY_PW_PREFIX - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
- PROP_OUTPROXY_USER - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
- PROP_OUTPROXY_USER_PREFIX - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
-
passwords for specific outproxies may be added with outproxyUsername.fooproxy.i2p=user and outproxyPassword.fooproxy.i2p=pw
- PROP_PAGE_SIZE - Static variable in class org.klomp.snark.SnarkManager
- PROP_PCAP - Static variable in class net.i2p.client.streaming.impl.I2PSocketManagerFull
- PROP_PEER_PROFILE_DIR - Static variable in class net.i2p.router.peermanager.ProfilePersistenceHelper
- PROP_PEER_TEST_CONCURRENCY - Static variable in class net.i2p.router.peermanager.PeerTestJob
- PROP_PEER_TEST_DELAY - Static variable in class net.i2p.router.peermanager.PeerTestJob
- PROP_PEER_TEST_TIMEOUT - Static variable in class net.i2p.router.peermanager.PeerTestJob
- PROP_PERSISTENT - Static variable in class net.i2p.router.web.SummaryListener
- PROP_PORT - Static variable in class net.i2p.data.router.RouterAddress
- PROP_PORT - Static variable in class net.i2p.router.transport.udp.UDPAddress
- PROP_PREFER_HTTPS - Static variable in class net.i2p.util.PortMapper
- PROP_PREFER_UDP - Static variable in class net.i2p.router.transport.udp.UDPTransport
-
If i2np.udp.preferred is set to "always", the UDP bids will always be under the bid from the TCP transport - even if a TCP connection already exists.
- PROP_PRIORITY - Static variable in class net.i2p.router.TunnelPoolSettings
- PROP_PRIVATETRACKERS - Static variable in class org.klomp.snark.SnarkManager
- PROP_PROFILE - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
- PROP_PROXIES - Static variable in class net.i2p.i2ptunnel.TunnelController
- PROP_PROXY_AUTH_ENABLE - Static variable in class net.i2p.router.networkdb.reseed.Reseeder
- PROP_PROXY_DEFAULT - Static variable in class net.i2p.i2ptunnel.socks.I2PSOCKSTunnel
- PROP_PROXY_DIGEST_PREFIX - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
-
new style MD5 auth
- PROP_PROXY_DIGEST_SUFFIX - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
- PROP_PROXY_ENABLE - Static variable in class net.i2p.router.networkdb.reseed.Reseeder
- PROP_PROXY_HOST - Static variable in class net.i2p.router.networkdb.reseed.Reseeder
- PROP_PROXY_HOST - Static variable in class net.i2p.router.web.ConfigUpdateHandler
- PROP_PROXY_PASSWORD - Static variable in class net.i2p.router.networkdb.reseed.Reseeder
- PROP_PROXY_PORT - Static variable in class net.i2p.router.networkdb.reseed.Reseeder
- PROP_PROXY_PORT - Static variable in class net.i2p.router.web.ConfigUpdateHandler
- PROP_PROXY_PREFIX - Static variable in class net.i2p.i2ptunnel.socks.I2PSOCKSTunnel
-
add "default" or port number
- PROP_PROXY_USERNAME - Static variable in class net.i2p.router.networkdb.reseed.Reseeder
-
all these @since 0.8.9
- PROP_PUBLISH_RANKINGS - Static variable in class net.i2p.router.StatisticsManager
- PROP_PUBLISH_UNREACHABLE - Static variable in class net.i2p.router.networkdb.HandleDatabaseLookupMessageJob
- PROP_PW - Static variable in interface net.i2p.client.I2PClient
- PROP_PW - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
- PROP_PW - Static variable in class net.i2p.util.PasswordManager
-
stored as plain text
- PROP_PW_ENABLE - Static variable in class i2p.susi.dns.BaseBean
- PROP_PW_ENABLE - Static variable in class net.i2p.router.web.RouterConsoleRunner
- PROP_PW_PREFIX - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
-
additional users may be added with proxyPassword.user=pw
- PROP_PW_PREFIX - Static variable in class net.i2p.sam.SAMBridge
- PROP_PW_SUFFIX - Static variable in class net.i2p.sam.SAMBridge
- PROP_QUANTITY - Static variable in class net.i2p.router.TunnelPoolSettings
- PROP_QUERY_FREQUENCY - Static variable in class net.i2p.router.time.RouterTimestamper
- PROP_RANDOM_KEY - Static variable in class net.i2p.router.TunnelPoolSettings
- PROP_READ_TIMEOUT - Static variable in interface net.i2p.client.streaming.I2PSocketOptions
-
How long to block on read.
- PROP_REBUILD_KEYS - Static variable in class net.i2p.router.Router
-
New router keys once only.
- PROP_RECORD_PREFIX - Static variable in class net.i2p.util.LogManager
- PROP_REFERER - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPClient
-
all default to false
- PROP_REFRESH - Static variable in class net.i2p.router.web.CSSHelper
- PROP_REFRESH_DELAY - Static variable in class org.klomp.snark.SnarkManager
- PROP_REFRESH_FREQUENCY - Static variable in class net.i2p.router.web.ConfigUpdateHandler
- PROP_RELIABILITY - Static variable in interface net.i2p.client.I2PClient
-
Reliability property
- PROP_RELIABILITY_BEST_EFFORT - Static variable in interface net.i2p.client.I2PClient
-
Reliability value: best effort
- PROP_RELIABILITY_GUARANTEED - Static variable in interface net.i2p.client.I2PClient
-
Reliability value: guaranteed
- PROP_RELIABILITY_NONE - Static variable in interface net.i2p.client.I2PClient
- PROP_REMOVETIME - Static variable in class net.i2p.router.sybil.Analysis
- PROP_RERUN_DELAY_MS - Static variable in class net.i2p.router.networkdb.kademlia.RefreshRoutersJob
- PROP_RESEED_URL - Static variable in class net.i2p.router.networkdb.reseed.Reseeder
- PROP_ROTATIONLIMIT - Static variable in class net.i2p.util.LogManager
- PROP_ROUTER_BATCH_FREQUENCY - Static variable in class net.i2p.router.tunnel.BatchedRouterPreprocessor
-
This goes in router advanced config
- PROP_ROUTER_ENCTYPE - Static variable in class net.i2p.router.startup.CreateRouterInfoJob
- PROP_ROUTER_FRESHNESS - Static variable in class net.i2p.router.networkdb.kademlia.RefreshRoutersJob
- PROP_ROUTER_INFO_EXPIRATION_ADJUSTED - Static variable in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
- PROP_ROUTER_REFRESH_TIMEOUT - Static variable in class net.i2p.router.networkdb.kademlia.RefreshRoutersJob
- PROP_ROUTER_SIGTYPE - Static variable in class net.i2p.router.startup.CreateRouterInfoJob
- PROP_SEARCH - Static variable in class net.i2p.router.web.helpers.HomeHelper
- PROP_SEPARATOR - Static variable in class net.i2p.client.naming.HostTxtEntry
- PROP_SERVER_LIST - Static variable in class net.i2p.router.time.RouterTimestamper
- PROP_SERVICES - Static variable in class net.i2p.router.web.helpers.HomeHelper
- PROP_SHARED - Static variable in class net.i2p.i2ptunnel.TunnelController
- PROP_SHASH - Static variable in class net.i2p.util.PasswordManager
-
stored as the b64 of the 16 byte salt + the 32 byte hash of the UTF-8 bytes
- PROP_SHOULD_PROXY - Static variable in class net.i2p.router.web.ConfigUpdateHandler
- PROP_SHOULD_PROXY_NEWS - Static variable in class net.i2p.router.web.ConfigUpdateHandler
- PROP_SHOW_STATUSFILTER - Static variable in class org.klomp.snark.SnarkManager
- PROP_SIG - Static variable in class net.i2p.client.naming.HostTxtEntry
- PROP_SIGTYPE - Static variable in interface net.i2p.client.I2PClient
- PROP_SLOW_START_GROWTH_RATE_FACTOR - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
- PROP_SOURCES - Static variable in class net.i2p.router.transport.udp.UDPTransport
-
allowed sources of address updates
- PROP_SPOOFED_HOST - Static variable in class net.i2p.i2ptunnel.TunnelController
- PROP_SPROXY_AUTH_ENABLE - Static variable in class net.i2p.router.networkdb.reseed.Reseeder
- PROP_SPROXY_ENABLE - Static variable in class net.i2p.router.networkdb.reseed.Reseeder
- PROP_SPROXY_HOST - Static variable in class net.i2p.router.networkdb.reseed.Reseeder
- PROP_SPROXY_PASSWORD - Static variable in class net.i2p.router.networkdb.reseed.Reseeder
- PROP_SPROXY_PORT - Static variable in class net.i2p.router.networkdb.reseed.Reseeder
- PROP_SPROXY_TYPE - Static variable in class net.i2p.router.networkdb.reseed.Reseeder
- PROP_SPROXY_USERNAME - Static variable in class net.i2p.router.networkdb.reseed.Reseeder
- PROP_SSL_DISABLE - Static variable in class net.i2p.router.networkdb.reseed.Reseeder
- PROP_SSL_OUTPROXIES - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
- PROP_SSL_REQUIRED - Static variable in class net.i2p.router.networkdb.reseed.Reseeder
- PROP_SSL_SET - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPClient
- PROP_START - Static variable in class net.i2p.i2ptunnel.TunnelController
- PROP_STARTUP_DELAY - Static variable in class org.klomp.snark.SnarkManager
- PROP_STAT_FILE - Static variable in class net.i2p.stat.StatManager
- PROP_STAT_FILTER - Static variable in class net.i2p.stat.StatManager
-
Comma-separated stats or * for all.
- PROP_STAT_FULL - Static variable in class net.i2p.stat.StatManager
-
default false
- PROP_SUMMARYBAR - Static variable in class net.i2p.router.web.helpers.SummaryHelper
- PROP_TAG_THRESHOLD - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
- PROP_TAGS_TO_SEND - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
- PROP_TARGET_HOST - Static variable in class net.i2p.i2ptunnel.TunnelController
- PROP_TARGET_PORT - Static variable in class net.i2p.i2ptunnel.TunnelController
- PROP_TCP_HOST - Static variable in interface net.i2p.client.I2PClient
-
Standard host property, defaulting to localhost if not specified
- PROP_TCP_HOST - Static variable in class net.i2p.sam.SAMBridge
- PROP_TCP_PORT - Static variable in interface net.i2p.client.I2PClient
-
Standard port number property
- PROP_TCP_PORT - Static variable in class net.i2p.sam.SAMBridge
- PROP_THEME - Static variable in class org.klomp.snark.SnarkManager
- PROP_THEME_NAME - Static variable in class net.i2p.router.web.CSSHelper
- PROP_THEME_PFX - Static variable in class net.i2p.router.web.CSSHelper
- PROP_THRESHOLD - Static variable in class net.i2p.router.sybil.Analysis
- PROP_TRACKERS - Static variable in class org.klomp.snark.SnarkManager
-
comma delimited list of name=announceURL=baseURL for the trackers to be displayed
- PROP_TRANSIENT_KEY - Static variable in class net.i2p.data.i2cp.SessionConfig
-
Base 64, optionally preceded by sig type and ':', default DSA-SHA1
- PROP_TRANSLATE - Static variable in class net.i2p.router.web.NewsHelper
-
Default true
- PROP_TRUSTED_KEYS - Static variable in class net.i2p.router.web.ConfigUpdateHandler
- PROP_TUN_GZIP - Static variable in class net.i2p.i2ptunnel.TunnelController
- PROP_TYPE - Static variable in class net.i2p.i2ptunnel.TunnelController
- PROP_UNIQUE_LOCAL - Static variable in class net.i2p.i2ptunnel.I2PTunnelServer
- PROP_UNIVERSAL_THEMING - Static variable in class net.i2p.router.web.CSSHelper
- PROP_UPBW_MAX - Static variable in class org.klomp.snark.SnarkManager
- PROP_UPDATE_DEV_SU3 - Static variable in class net.i2p.router.web.ConfigUpdateHandler
-
default false
- PROP_UPDATE_DISABLED - Static variable in class net.i2p.router.web.ConfigUpdateHandler
-
default false - use for distros
- PROP_UPDATE_POLICY - Static variable in class net.i2p.router.web.ConfigUpdateHandler
- PROP_UPDATE_UNSIGNED - Static variable in class net.i2p.router.web.ConfigUpdateHandler
-
default false
- PROP_UPDATE_URL - Static variable in class net.i2p.router.web.ConfigUpdateHandler
- PROP_UPLOADERS_TOTAL - Static variable in class org.klomp.snark.SnarkManager
- PROP_USE_OUTPROXY_PLUGIN - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
- PROP_USE_SSL - Static variable in class net.i2p.i2ptunnel.I2PTunnelClientBase
- PROP_USE_SSL - Static variable in class net.i2p.i2ptunnel.I2PTunnelServer
- PROP_USE_TRUSTED_LINKS - Static variable in class net.i2p.router.startup.BootCommSystemJob
- PROP_USER - Static variable in interface net.i2p.client.I2PClient
- PROP_USER - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
- PROP_USER_AGENT - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPClient
- PROP_VALIDATE_ROUTERS_AFTER - Static variable in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
- PROP_VIA - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPClient
- PROP_WEBIRC_PASSWORD - Static variable in class net.i2p.i2ptunnel.I2PTunnelIRCServer
- PROP_WEBIRC_SPOOF_IP - Static variable in class net.i2p.i2ptunnel.I2PTunnelIRCServer
- PROP_WEBIRC_SPOOF_IP_DEFAULT - Static variable in class net.i2p.i2ptunnel.I2PTunnelIRCServer
- PROP_WRITE_TIMEOUT - Static variable in interface net.i2p.client.streaming.I2PSocketOptions
-
How long to block on write/flush
- PROP_YK_PRECALC_DELAY - Static variable in class net.i2p.crypto.YKGenerator
- PROP_YK_PRECALC_MAX - Static variable in class net.i2p.crypto.YKGenerator
- PROP_YK_PRECALC_MIN - Static variable in class net.i2p.crypto.YKGenerator
- PROP_ZIP_URL - Static variable in class net.i2p.router.web.ConfigUpdateHandler
-
no default
- PROPCHANGE - Static variable in class org.cybergarage.upnp.device.NTS
- properties - Variable in class i2p.susi.dns.BaseBean
- Property - Class in org.cybergarage.upnp.event
- Property() - Constructor for class org.cybergarage.upnp.event.Property
- propertyChanged(String, String) - Method in interface net.i2p.util.I2PProperties.I2PPropertyCallback
- PROPERTYFONTBOLD - Static variable in interface org.rrd4j.graph.RrdGraphConstants
-
The name of the bold font, used to define the
RrdGraphConstants.DEFAULT_LARGE_FONT
. - PROPERTYFONTBOLDURL - Static variable in interface org.rrd4j.graph.RrdGraphConstants
-
An URL to the bold font, used to define the
RrdGraphConstants.DEFAULT_LARGE_FONT
. - PROPERTYFONTPLAIN - Static variable in interface org.rrd4j.graph.RrdGraphConstants
-
The name of the plain font, used to define the
RrdGraphConstants.DEFAULT_SMALL_FONT
and theRrdGraphConstants.GATOR_FONT
. - PROPERTYFONTPLAINURL - Static variable in interface org.rrd4j.graph.RrdGraphConstants
-
An URL to the plain font, used to define the
RrdGraphConstants.DEFAULT_SMALL_FONT
and theRrdGraphConstants.GATOR_FONT
. - PROPERTYFONTSPROPERTIES - Static variable in interface org.rrd4j.graph.RrdGraphConstants
-
The file that contains font configuration searched in the class path.
- PROPERTYFONTSURL - Static variable in interface org.rrd4j.graph.RrdGraphConstants
-
A possible URL to a configuration file.
- PropertyList - Class in org.cybergarage.upnp.event
- PropertyList() - Constructor for class org.cybergarage.upnp.event.PropertyList
- propogateError(String, Throwable) - Method in class net.i2p.client.impl.I2PSessionImpl
-
Pass off the error to the listener Misspelled, oh well.
- propogateError(String, Throwable) - Method in class net.i2p.client.impl.SubSession
-
Pass off the error to the listener Misspelled, oh well.
- props - Variable in class net.i2p.i2ptunnel.socks.SOCKSServer
- PROPS_SEPARATOR - Static variable in class net.i2p.client.naming.HostTxtEntry
- PROTO_ANY - Static variable in interface net.i2p.client.I2PSession
- PROTO_DATAGRAM - Static variable in interface net.i2p.client.I2PSession
-
Generally a signed datagram, but could also be a raw datagram, depending on the application
- PROTO_DATAGRAM_RAW - Static variable in interface net.i2p.client.I2PSession
-
A raw (unsigned) datagram
- PROTO_STREAMING - Static variable in interface net.i2p.client.I2PSession
- PROTO_UNSPECIFIED - Static variable in interface net.i2p.client.I2PSession
- protocol - Variable in class org.freenetproject.ForwardPort
-
Protocol number.
- protocol - Variable in class org.minidns.record.DNSKEY
-
Must be
DNSKEY.PROTOCOL_RFC4034
. - Protocol - Class in edu.internet2.ndt
-
Class aggregating operations that can be performed for sending/receiving/reading Protocol messages
- Protocol(Socket) - Constructor for class edu.internet2.ndt.Protocol
-
Constructor that accepts socket over which to communicate as parameter
- PROTOCOL - Static variable in exception com.thetransactioncompany.jsonrpc2.JSONRPC2ParseException
-
Indicates a parse exception caused by a JSON message not conforming to the JSON-RPC 2.0 protocol.
- PROTOCOL_BYTE - Static variable in interface net.i2p.client.I2PClient
-
protocol flag that must be sent when opening the i2cp connection to the router
- PROTOCOL_MSG_READ_SUCCESS - Static variable in class edu.internet2.ndt.NDTConstants
- PROTOCOL_RFC4034 - Static variable in class org.minidns.record.DNSKEY
-
Use the protocol defined in RFC 4034.
- PROTOCOL_TCP_IPV4 - Static variable in class org.freenetproject.ForwardPort
- PROTOCOL_UDP_IPV4 - Static variable in class org.freenetproject.ForwardPort
- ProtocolException(String) - Constructor for exception org.klomp.snark.PeerAcceptor.ProtocolException
- protocolName - Static variable in class com.southernstorm.noise.protocol.HandshakeState
- protocolName2 - Static variable in class com.southernstorm.noise.protocol.HandshakeState
- protocolName3 - Static variable in class com.southernstorm.noise.protocol.HandshakeState
- PROVIDER_NAME - Static variable in class net.i2p.crypto.provider.I2PProvider
- PROXY_EDITION - Static variable in class com.maxmind.geoip.DatabaseInfo
- proxyPort(I2PAppContext) - Static method in class net.i2p.router.web.ConfigUpdateHandler
-
Convenience method for updaters
- prtdbl(double) - Static method in class edu.internet2.ndt.NDTUtils
-
Utility method to print double value up to the hundredth place.
- prttxt(int, ResourceBundle) - Static method in class edu.internet2.ndt.NDTUtils
-
Utility method to print Text values for data speed related keys.
- PTR - Class in org.minidns.record
-
A PTR record is handled like a CNAME.
- PTR - org.minidns.record.Record.TYPE
- PTR(String) - Constructor for class org.minidns.record.PTR
- PTR(DnsName) - Constructor for class org.minidns.record.PTR
- PUBKEY_EXPONENT_SIZE - Static variable in class net.i2p.crypto.KeyGenerator
-
Deprecated.use getElGamalExponentSize() which allows override in the properties
- PUBLIC_RELAY_COUNT - Static variable in class net.i2p.router.transport.udp.UDPTransport
-
how many relays offered to us will we use at a time?
- publicAddress - Variable in class org.freenetproject.DetectedIP
- PublicKey - Class in net.i2p.data
-
Defines the PublicKey as defined by the I2P data structure spec.
- PublicKey() - Constructor for class net.i2p.data.PublicKey
- PublicKey(byte[]) - Constructor for class net.i2p.data.PublicKey
- PublicKey(int, byte[]) - Constructor for class net.i2p.data.PublicKey
-
Unknown type only.
- PublicKey(String) - Constructor for class net.i2p.data.PublicKey
-
Constructs from base64.
- PublicKey(EncType) - Constructor for class net.i2p.data.PublicKey
- PublicKey(EncType, byte[]) - Constructor for class net.i2p.data.PublicKey
- PublicSuffixList - Class in org.apache.http.conn.util
-
Public suffix is a set of DNS names or wildcards concatenated with dots.
- PublicSuffixList(List<String>, List<String>) - Constructor for class org.apache.http.conn.util.PublicSuffixList
- PublicSuffixListParser - Class in org.apache.http.conn.util
-
Parses the list from publicsuffix.org and configures a PublicSuffixFilter.
- PublicSuffixListParser() - Constructor for class org.apache.http.conn.util.PublicSuffixListParser
- PublicSuffixMatcher - Class in org.apache.http.conn.util
-
Utility class that can test if DNS names match the content of the Public Suffix List.
- PublicSuffixMatcher(Collection<String>, Collection<String>) - Constructor for class org.apache.http.conn.util.PublicSuffixMatcher
- publish(LeaseSet) - Method in class net.i2p.router.dummy.DummyNetworkDatabaseFacade
- publish(LeaseSet) - Method in class net.i2p.router.NetworkDatabaseFacade
- publish(LeaseSet) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
- publish(RouterInfo) - Method in class net.i2p.router.dummy.DummyNetworkDatabaseFacade
- publish(RouterInfo) - Method in class net.i2p.router.NetworkDatabaseFacade
- publish(RouterInfo) - Method in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
-
Send our RI to the closest floodfill.
- publish(RouterInfo) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
-
Stores to local db only.
- PUBLISH_JOB_DELAY - Static variable in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
-
This needs to be long enough to give us time to start up, but less than 20m (when we start accepting tunnels and could be a IBGW) Actually no, we need this soon if we are a new router or other routers have forgotten about us, else we can't build IB exploratory tunnels.
- PUBLISH_TIMEOUT - Static variable in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
-
This maybe could be shorter than RepublishLeaseSetJob.REPUBLISH_LEASESET_TIMEOUT, because we are sending direct, but unresponsive floodfills may take a while due to timeouts.
- PUBLISHED_VERSION - Static variable in class net.i2p.CoreVersion
-
The version published in the netdb via StatisticsManager.
- PublishLocalRouterInfoJob - Class in net.i2p.router.networkdb
-
Publish the local router's RouterInfo periodically.
- PublishLocalRouterInfoJob(RouterContext) - Constructor for class net.i2p.router.networkdb.PublishLocalRouterInfoJob
- publishStatistics() - Method in class net.i2p.router.StatisticsManager
-
Retrieve a snapshot of the statistics that should be published.
- publishStatistics(Hash) - Method in class net.i2p.router.StatisticsManager
-
Retrieve a snapshot of the statistics that should be published.
- pump(List<PendingGatewayMessage>) - Method in class net.i2p.router.tunnel.PumpedTunnelGateway
-
run in one of the TunnelGatewayPumper's threads, this pulls pending messages off the prequeue, adds them to the queue and then tries to preprocess the queue, scheduling a later delayed flush as necessary.
- PumpedTunnelGateway - Class in net.i2p.router.tunnel
-
This is used for all gateways with more than zero hops.
- PumpedTunnelGateway(RouterContext, TunnelGateway.QueuePreprocessor, TunnelGateway.Sender, TunnelGateway.Receiver, TunnelGatewayPumper) - Constructor for class net.i2p.router.tunnel.PumpedTunnelGateway
- purge(long) - Method in class net.i2p.i2ptunnel.access.AccessCounter
-
Purges old accesses from the list.
- purge(long) - Method in class net.i2p.i2ptunnel.access.DestTracker
- PURPOSE_TEST - Static variable in class net.i2p.router.peermanager.PeerSelectionCriteria
-
The peers will be used for a test message
- push(List<PacketBuilder.Fragment>) - Method in class net.i2p.router.transport.udp.OutboundMessageState
-
Add fragments up to the number of bytes allowed by setAllowedSendBytes() Side effects: Clears setAllowedSendBytes.
- pushBackRTO(int) - Method in class net.i2p.client.streaming.impl.Connection.RetransmitEvent
- put(int, E) - Method in class net.i2p.router.crypto.ratchet.SparseArray
-
Adds a mapping from the specified key to the specified value, replacing the previous mapping from the specified key if there was one.
- put(int, K, V, SkipList<K, V>) - Method in class net.metanotion.util.skiplist.SkipLevels
- put(E) - Method in class net.i2p.router.util.CoDelBlockingQueue
- put(E) - Method in class net.i2p.router.util.PriBlockingQueue
-
Deprecated.use offer(o)
- put(Object, Object) - Method in class net.i2p.data.EmptyProperties
- put(String, Destination) - Method in class net.i2p.client.naming.NamingService
-
Add a hostname and Destination to the addressbook.
- put(String, Destination, Properties) - Method in class net.i2p.client.naming.HostsTxtNamingService
- put(String, Destination, Properties) - Method in class net.i2p.client.naming.MetaNamingService
-
Stores in the last service
- put(String, Destination, Properties) - Method in class net.i2p.client.naming.NamingService
-
Add a hostname and Destination to the addressbook.
- put(String, Destination, Properties) - Method in class net.i2p.client.naming.SingleFileNamingService
- put(String, Destination, Properties) - Method in class net.i2p.router.naming.BlockfileNamingService
- put(String, SessionRecord) - Method in class net.i2p.sam.SessionsDB
- put(K, V) - Method in class net.metanotion.util.skiplist.SkipList
- put(K, V, SkipList<K, V>) - Method in class net.metanotion.io.block.index.IBSkipSpan
-
Load whole span from file, do the operation, flush out, then null out in-memory data again.
- put(K, V, SkipList<K, V>) - Method in class net.metanotion.util.skiplist.SkipSpan
- put(Hash, DatabaseEntry) - Method in interface net.i2p.router.networkdb.kademlia.DataStore
- put(Hash, DatabaseEntry) - Method in class net.i2p.router.networkdb.kademlia.PersistentDataStore
- put(Hash, DatabaseEntry) - Method in class net.i2p.router.networkdb.kademlia.TransientDataStore
- put(Hash, DatabaseEntry, boolean) - Method in interface net.i2p.router.networkdb.kademlia.DataStore
- put(Hash, DatabaseEntry, boolean) - Method in class net.i2p.router.networkdb.kademlia.PersistentDataStore
- put(Hash, DatabaseEntry, boolean) - Method in class net.i2p.router.networkdb.kademlia.TransientDataStore
-
for PersistentDataStore only - don't use here
- put(Hash, SessionKey) - Method in class net.i2p.router.PersistentKeyRing
- put(I2CPMessage) - Method in class net.i2p.internal.I2CPMessageQueue
-
Send a message, blocking until space is available.
- put(I2CPMessage) - Method in class net.i2p.router.client.I2CPMessageQueueImpl
-
Send a message, blocking until space is available
- putAll(Map<? extends Object, ? extends Object>) - Method in class net.i2p.data.EmptyProperties
- putAll(Map<String, Destination>, Properties) - Method in class net.i2p.client.naming.NamingService
-
Put all the entries, each with the given options.
- putCache(String, Destination) - Static method in class net.i2p.client.naming.DummyNamingService
-
Provide basic static caching for all services
- putDupDestOK(String, SessionRecord) - Method in class net.i2p.sam.SessionsDB
- putIfAbsent(String, Destination) - Method in class net.i2p.client.naming.NamingService
-
Add a hostname and Destination to the addressbook.
- putIfAbsent(String, Destination, Properties) - Method in class net.i2p.client.naming.HostsTxtNamingService
- putIfAbsent(String, Destination, Properties) - Method in class net.i2p.client.naming.MetaNamingService
-
Stores in the last service
- putIfAbsent(String, Destination, Properties) - Method in class net.i2p.client.naming.NamingService
-
Add a hostname and Destination to the addressbook.
- putIfAbsent(String, Destination, Properties) - Method in class net.i2p.client.naming.SingleFileNamingService
- putIfAbsent(String, Destination, Properties) - Method in class net.i2p.router.naming.BlockfileNamingService
- putIfAbsent(NodeInfo) - Method in class org.klomp.snark.dht.DHTNodes
- putPiece(PartialPiece) - Method in class org.klomp.snark.Storage
-
Put the piece in the Storage if it is correct.
- PX - org.minidns.record.Record.TYPE
All Classes|All Packages