- I2CPMessage - Interface in net.i2p.data.i2cp
-
Defines the base functionality of API messages
- I2CPMessageException - Exception in net.i2p.data.i2cp
-
Represent an error serializing or deserializing an APIMessage
- I2CPMessageException(String, Throwable) - Constructor for exception net.i2p.data.i2cp.I2CPMessageException
-
- I2CPMessageException(String) - Constructor for exception net.i2p.data.i2cp.I2CPMessageException
-
- I2CPMessageHandler - Interface in net.i2p.client
-
Define a way to handle a particular type of message
- I2CPMessageHandler - Class in net.i2p.data.i2cp
-
Handle messages from the server for the client or vice versa
- I2CPMessageHandler() - Constructor for class net.i2p.data.i2cp.I2CPMessageHandler
-
- I2CPMessageImpl - Class in net.i2p.data.i2cp
-
Defines the base message implementation.
- I2CPMessageImpl() - Constructor for class net.i2p.data.i2cp.I2CPMessageImpl
-
- I2CPMessageProducer - Class in net.i2p.client
-
Produce the various messages the session needs to send to the router.
- I2CPMessageProducer(I2PAppContext) - Constructor for class net.i2p.client.I2CPMessageProducer
-
- I2CPMessageQueue - Class in net.i2p.internal
-
Contains the methods to talk to a router or client via I2CP,
when both are in the same JVM.
- I2CPMessageQueue() - Constructor for class net.i2p.internal.I2CPMessageQueue
-
- I2CPMessageQueueImpl - Class in net.i2p.router.client
-
Contains the methods to talk to a router or client via I2CP,
when both are in the same JVM.
- I2CPMessageQueueImpl(BlockingQueue<I2CPMessage>, BlockingQueue<I2CPMessage>) - Constructor for class net.i2p.router.client.I2CPMessageQueueImpl
-
- I2CPMessageReader - Class in net.i2p.data.i2cp
-
The I2CPMessageReader reads an InputStream (using
I2CPMessageHandler
) and passes out events to a registered
listener, where events are either messages being received, exceptions being
thrown, or the connection being closed.
- I2CPMessageReader(InputStream, I2CPMessageReader.I2CPMessageEventListener) - Constructor for class net.i2p.data.i2cp.I2CPMessageReader
-
- I2CPMessageReader(I2CPMessageReader.I2CPMessageEventListener) - Constructor for class net.i2p.data.i2cp.I2CPMessageReader
-
For internal extension only.
- I2CPMessageReader.I2CPMessageEventListener - Interface in net.i2p.data.i2cp
-
Defines the different events the reader produces while reading the stream
- I2CPMessageReader.I2CPMessageReaderRunner - Class in net.i2p.data.i2cp
-
- I2CPMessageReader.I2CPMessageReaderRunner() - Constructor for class net.i2p.data.i2cp.I2CPMessageReader.I2CPMessageReaderRunner
-
- i2cpModeChecked(int) - Method in class net.i2p.router.web.ConfigClientsHelper
-
- i2cpProps - Variable in class net.i2p.sam.SAMHandler
-
I2CP options configuring the I2CP connection (port, host, numHops, etc)
- I2CPSSLSocketFactory - Class in net.i2p.client
-
Loads trusted ASCII certs from ~/.i2p/certificates/ and $CWD/certificates/.
- I2CPSSLSocketFactory() - Constructor for class net.i2p.client.I2CPSSLSocketFactory
-
- I2NPMessage - Interface in net.i2p.data.i2np
-
Base interface for all I2NP messages
- I2NPMessageException - Exception in net.i2p.data.i2np
-
Represent an error serializing or deserializing an APIMessage
- I2NPMessageException(String, Throwable) - Constructor for exception net.i2p.data.i2np.I2NPMessageException
-
- I2NPMessageException(String) - Constructor for exception net.i2p.data.i2np.I2NPMessageException
-
- I2NPMessageHandler - Class in net.i2p.data.i2np
-
Handle messages from router to router.
- I2NPMessageHandler(I2PAppContext) - Constructor for class net.i2p.data.i2np.I2NPMessageHandler
-
- I2NPMessageImpl - Class in net.i2p.data.i2np
-
Defines the base message implementation.
- I2NPMessageImpl(I2PAppContext) - Constructor for class net.i2p.data.i2np.I2NPMessageImpl
-
- I2NPMessageImpl.Builder - Interface in net.i2p.data.i2np
-
interface for extending the types of messages handled - unused
- I2NPMessageReader - Class in net.i2p.data.i2np
-
The I2NPMessageReader reads an InputStream (using
I2NPMessageHandler
) and passes out events to a registered
listener, where events are either messages being received, exceptions being
thrown, or the connection being closed.
- I2NPMessageReader(RouterContext, InputStream, I2NPMessageReader.I2NPMessageEventListener) - Constructor for class net.i2p.data.i2np.I2NPMessageReader
-
- I2NPMessageReader(RouterContext, InputStream, I2NPMessageReader.I2NPMessageEventListener, String) - Constructor for class net.i2p.data.i2np.I2NPMessageReader
-
- I2NPMessageReader.I2NPMessageEventListener - Interface in net.i2p.data.i2np
-
Defines the different events the reader produces while reading the stream
- i2p.susi.debug - package i2p.susi.debug
-
- i2p.susi.dns - package i2p.susi.dns
-
- i2p.susi.util - package i2p.susi.util
-
- i2p.susi.webmail - package i2p.susi.webmail
-
- i2p.susi.webmail.encoding - package i2p.susi.webmail.encoding
-
- i2p.susi.webmail.pop3 - package i2p.susi.webmail.pop3
-
- i2p.susi.webmail.smtp - package i2p.susi.webmail.smtp
-
- I2PAppContext - Class in net.i2p
-
Provide a base scope for accessing singletons that I2P exposes.
- I2PAppContext() - Constructor for class net.i2p.I2PAppContext
-
Lets root a brand new context
- I2PAppContext(Properties) - Constructor for class net.i2p.I2PAppContext
-
Lets root a brand new context
- I2PAppThread - Class in net.i2p.util
-
Like I2PThread but with per-thread OOM listeners,
rather than a static router-wide listener list,
so that an OOM in an app won't call the router listener
to shutdown the whole router.
- I2PAppThread() - Constructor for class net.i2p.util.I2PAppThread
-
- I2PAppThread(String) - Constructor for class net.i2p.util.I2PAppThread
-
- I2PAppThread(Runnable) - Constructor for class net.i2p.util.I2PAppThread
-
- I2PAppThread(Runnable, String) - Constructor for class net.i2p.util.I2PAppThread
-
- I2PAppThread(Runnable, String, boolean) - Constructor for class net.i2p.util.I2PAppThread
-
- I2PClient - Interface in net.i2p.client
-
Define the standard means of interacting with the I2P system
- I2PClientFactory - Class in net.i2p.client
-
Provide a means of hooking into an appropriate I2PClient implementation
- I2PClientFactory() - Constructor for class net.i2p.client.I2PClientFactory
-
- I2PClientImpl - Class in net.i2p.client
-
Base client implementation
- I2PClientImpl() - Constructor for class net.i2p.client.I2PClientImpl
-
- I2PClientMessageHandlerMap - Class in net.i2p.client
-
Contains a map of message handlers that a session will want to use
- I2PClientMessageHandlerMap() - Constructor for class net.i2p.client.I2PClientMessageHandlerMap
-
for extension
- I2PClientMessageHandlerMap(I2PAppContext) - Constructor for class net.i2p.client.I2PClientMessageHandlerMap
-
- I2PDatagramDissector - Class in net.i2p.client.datagram
-
Class for dissecting I2P repliable datagrams, checking the authenticity of
the sender.
- I2PDatagramDissector() - Constructor for class net.i2p.client.datagram.I2PDatagramDissector
-
Crate a new I2P repliable datagram dissector.
- I2PDatagramMaker - Class in net.i2p.client.datagram
-
Class for creating I2P repliable datagrams.
- I2PDatagramMaker(I2PSession) - Constructor for class net.i2p.client.datagram.I2PDatagramMaker
-
Construct a new I2PDatagramMaker that will be able to create I2P
repliable datagrams going to be sent through the specified I2PSession.
- I2PDatagramMaker() - Constructor for class net.i2p.client.datagram.I2PDatagramMaker
-
Construct a new I2PDatagramMaker that is null.
- I2PDesktop - Class in net.i2p.desktopgui.util
-
- I2PDesktop() - Constructor for class net.i2p.desktopgui.util.I2PDesktop
-
- I2PException - Exception in net.i2p
-
Base class of I2P exceptions
This was originally used to provide chained exceptions, but
those were added to Exception in Java 1.4, so this class provides nothing
extra at the moment.
- I2PException() - Constructor for exception net.i2p.I2PException
-
- I2PException(String) - Constructor for exception net.i2p.I2PException
-
- I2PException(String, Throwable) - Constructor for exception net.i2p.I2PException
-
- I2PException(Throwable) - Constructor for exception net.i2p.I2PException
-
- I2PHMac - Class in org.bouncycastle.crypto.macs
-
HMAC implementation based on RFC2104
H(K XOR opad, H(K XOR ipad, text))
modified by jrandom to use the session key byte array directly and to cache
a frequently used buffer (called on doFinal).
- I2PHMac(Digest) - Constructor for class org.bouncycastle.crypto.macs.I2PHMac
-
- I2PHMac(Digest, int) - Constructor for class org.bouncycastle.crypto.macs.I2PHMac
-
- I2Ping - Class in net.i2p.i2ptunnel
-
- I2Ping(String, Logging, boolean, EventDispatcher, I2PTunnel) - Constructor for class net.i2p.i2ptunnel.I2Ping
-
- I2Ping.PingHandler - Class in net.i2p.i2ptunnel
-
- I2Ping.PingHandler(String) - Constructor for class net.i2p.i2ptunnel.I2Ping.PingHandler
-
- I2PInvalidDatagramException - Exception in net.i2p.client.datagram
-
Exception thrown when I2P repliable datagram signature verification fails.
- I2PInvalidDatagramException() - Constructor for exception net.i2p.client.datagram.I2PInvalidDatagramException
-
- I2PInvalidDatagramException(String) - Constructor for exception net.i2p.client.datagram.I2PInvalidDatagramException
-
- I2Plistener - Class in net.i2p.BOB
-
Listen on I2P and connect to TCP
- I2Plistener(I2PServerSocket, I2PSocketManager, NamedDB, NamedDB, Log, AtomicBoolean) - Constructor for class net.i2p.BOB.I2Plistener
-
Constructor
- I2PProperties - Class in net.i2p.util
-
This class contains a number of properties ((key,value)-pairs).
- I2PProperties() - Constructor for class net.i2p.util.I2PProperties
-
- I2PProperties(Properties) - Constructor for class net.i2p.util.I2PProperties
-
- I2PProperties.I2PPropertyCallback - Interface in net.i2p.util
-
- I2PServerSocket - Interface in net.i2p.client.streaming
-
Defines how to listen for streaming peer connections
- I2PServerSocketFull - Class in net.i2p.client.streaming
-
Bridge to allow accepting new connections
- I2PServerSocketFull(I2PSocketManagerFull) - Constructor for class net.i2p.client.streaming.I2PServerSocketFull
-
- I2PServerSocketImpl - Class in net.i2p.client.streaming
-
Deprecated.
use I2PServerSocketFull
- I2PServerSocketImpl(I2PSocketManager) - Constructor for class net.i2p.client.streaming.I2PServerSocketImpl
-
Deprecated.
- I2PSession - Interface in net.i2p.client
-
Define the standard means of sending and receiving messages on the
I2P network by using the I2CP (the client protocol).
- I2PSessionDemultiplexer - Class in net.i2p.client
-
Implement multiplexing with a 1-byte 'protocol' and a two-byte 'port'.
- I2PSessionDemultiplexer(I2PAppContext) - Constructor for class net.i2p.client.I2PSessionDemultiplexer
-
- I2PSessionException - Exception in net.i2p.client
-
Thrown when there is a problem doing something on the session
- I2PSessionException(String, Throwable) - Constructor for exception net.i2p.client.I2PSessionException
-
- I2PSessionException(String) - Constructor for exception net.i2p.client.I2PSessionException
-
- I2PSessionImpl - Class in net.i2p.client
-
Implementation of an I2P session running over TCP.
- I2PSessionImpl() - Constructor for class net.i2p.client.I2PSessionImpl
-
for extension
- I2PSessionImpl(I2PAppContext, InputStream, Properties) - Constructor for class net.i2p.client.I2PSessionImpl
-
Create a new session, reading the Destination, PrivateKey, and SigningPrivateKey
from the destKeyStream, and using the specified options to connect to the router
- I2PSessionImpl.AvailabilityNotifier - Class in net.i2p.client
-
This notifies the client of payload messages.
- I2PSessionImpl.AvailabilityNotifier() - Constructor for class net.i2p.client.I2PSessionImpl.AvailabilityNotifier
-
- I2PSessionImpl.VerifyUsage - Class in net.i2p.client
-
- I2PSessionImpl.VerifyUsage(Long) - Constructor for class net.i2p.client.I2PSessionImpl.VerifyUsage
-
- I2PSessionImpl2 - Class in net.i2p.client
-
Thread safe implementation of an I2P session running over TCP.
- I2PSessionImpl2() - Constructor for class net.i2p.client.I2PSessionImpl2
-
for extension
- I2PSessionImpl2(I2PAppContext, InputStream, Properties) - Constructor for class net.i2p.client.I2PSessionImpl2
-
Create a new session, reading the Destination, PrivateKey, and SigningPrivateKey
from the destKeyStream, and using the specified options to connect to the router
- I2PSessionListener - Interface in net.i2p.client
-
Define a means for the router to asynchronously notify the client that a
new message is available or the router is under attack.
- I2PSessionMuxedImpl - Class in net.i2p.client
-
I2PSession with protocol and ports
Streaming lib has been modified to send I2PSession.PROTO_STREAMING but
still receives all.
- I2PSessionMuxedImpl(I2PAppContext, InputStream, Properties) - Constructor for class net.i2p.client.I2PSessionMuxedImpl
-
- I2PSessionMuxedImpl.MuxedAvailabilityNotifier - Class in net.i2p.client
-
- I2PSessionMuxedImpl.MuxedAvailabilityNotifier() - Constructor for class net.i2p.client.I2PSessionMuxedImpl.MuxedAvailabilityNotifier
-
- I2PSessionMuxedListener - Interface in net.i2p.client
-
Define a means for the router to asynchronously notify the client that a
new message is available or the router is under attack.
- I2PSimpleClient - Class in net.i2p.client
-
Simple client implementation with no Destination,
just used to talk to the router.
- I2PSimpleClient() - Constructor for class net.i2p.client.I2PSimpleClient
-
- I2PSimpleSession - Class in net.i2p.client
-
Create a new session for doing naming and bandwidth queries only.
- I2PSimpleSession(I2PAppContext, Properties) - Constructor for class net.i2p.client.I2PSimpleSession
-
Create a new session for doing naming and bandwidth queries only.
- I2PSink - Class in net.i2p.i2ptunnel.udp
-
Producer
This sends to a fixed destination specified in the constructor
- I2PSink(I2PSession, Destination) - Constructor for class net.i2p.i2ptunnel.udp.I2PSink
-
- I2PSink(I2PSession, Destination, boolean) - Constructor for class net.i2p.i2ptunnel.udp.I2PSink
-
- I2PSinkAnywhere - Class in net.i2p.i2ptunnel.udp
-
Producer
This sends to any destination specified in send()
- I2PSinkAnywhere(I2PSession) - Constructor for class net.i2p.i2ptunnel.udp.I2PSinkAnywhere
-
- I2PSinkAnywhere(I2PSession, boolean) - Constructor for class net.i2p.i2ptunnel.udp.I2PSinkAnywhere
-
- I2PSnarkServlet - Class in org.klomp.snark.web
-
We extend Default instead of HTTPServlet so we can handle
i2psnark/ file requests with http:// instead of the flaky and
often-blocked-by-the-browser file://
- I2PSnarkServlet() - Constructor for class org.klomp.snark.web.I2PSnarkServlet
-
- I2PSnarkUtil - Class in org.klomp.snark
-
I2P specific helpers for I2PSnark
We use this class as a sort of context for i2psnark
so we can run multiple instances of single Snarks
(but not multiple SnarkManagers, it is still static)
- I2PSnarkUtil(I2PAppContext) - Constructor for class org.klomp.snark.I2PSnarkUtil
-
- I2PSocket - Interface in net.i2p.client.streaming
-
Minimalistic adapter between the socket api and I2PTunnel's way.
- i2pSocket - Variable in class net.i2p.sam.SAMStreamSession.SAMStreamSessionSocketReader
-
- I2PSocket.SocketErrorListener - Interface in net.i2p.client.streaming
-
Allow notification of underlying errors communicating across I2P without
waiting for any sort of cleanup process.
- I2PSocketEepGet - Class in net.i2p.client.streaming
-
Fetch a URL using a socket from the supplied I2PSocketManager.
- I2PSocketEepGet(I2PAppContext, I2PSocketManager, int, String, String) - Constructor for class net.i2p.client.streaming.I2PSocketEepGet
-
- I2PSocketEepGet(I2PAppContext, I2PSocketManager, int, long, long, String, OutputStream, String) - Constructor for class net.i2p.client.streaming.I2PSocketEepGet
-
- I2PSocketFull - Class in net.i2p.client.streaming
-
Bridge between the full streaming lib and the I2PSocket API
- I2PSocketFull(Connection) - Constructor for class net.i2p.client.streaming.I2PSocketFull
-
- I2PSocketImpl - Class in net.i2p.client.streaming
-
Deprecated.
use I2PSocketFull
- I2PSocketImpl(Destination, I2PSocketManagerImpl, boolean, String) - Constructor for class net.i2p.client.streaming.I2PSocketImpl
-
Deprecated.
- I2PSocketManager - Interface in net.i2p.client.streaming
-
Centralize the coordination and multiplexing of the local client's streaming.
- I2PSocketManager.DisconnectListener - Interface in net.i2p.client.streaming
-
- I2PSocketManagerFactory - Class in net.i2p.client.streaming
-
Simplify the creation of I2PSession and transient I2P Destination objects if
necessary to create a socket manager.
- I2PSocketManagerFactory() - Constructor for class net.i2p.client.streaming.I2PSocketManagerFactory
-
- I2PSocketManagerFull - Class in net.i2p.client.streaming
-
Centralize the coordination and multiplexing of the local client's streaming.
- I2PSocketManagerFull() - Constructor for class net.i2p.client.streaming.I2PSocketManagerFull
-
- I2PSocketManagerFull(I2PAppContext, I2PSession, Properties, String) - Constructor for class net.i2p.client.streaming.I2PSocketManagerFull
-
- I2PSocketManagerImpl - Class in net.i2p.client.streaming
-
Deprecated.
use I2PSocketManagerFull
- I2PSocketManagerImpl() - Constructor for class net.i2p.client.streaming.I2PSocketManagerImpl
-
Deprecated.
- I2PSocketManagerImpl(String) - Constructor for class net.i2p.client.streaming.I2PSocketManagerImpl
-
Deprecated.
- I2PSocketOptions - Interface in net.i2p.client.streaming
-
Define the configuration for streaming and verifying data on the socket.
- I2PSocketOptionsImpl - Class in net.i2p.client.streaming
-
Define the configuration for streaming and verifying data on the socket.
- I2PSocketOptionsImpl() - Constructor for class net.i2p.client.streaming.I2PSocketOptionsImpl
-
- I2PSocketOptionsImpl(I2PSocketOptions) - Constructor for class net.i2p.client.streaming.I2PSocketOptionsImpl
-
- I2PSocketOptionsImpl(Properties) - Constructor for class net.i2p.client.streaming.I2PSocketOptionsImpl
-
- I2PSOCKSIRCTunnel - Class in net.i2p.i2ptunnel.socks
-
- I2PSOCKSIRCTunnel(int, Logging, boolean, EventDispatcher, I2PTunnel, String) - Constructor for class net.i2p.i2ptunnel.socks.I2PSOCKSIRCTunnel
-
- I2PSOCKSTunnel - Class in net.i2p.i2ptunnel.socks
-
- I2PSOCKSTunnel(int, Logging, boolean, EventDispatcher, I2PTunnel, String) - Constructor for class net.i2p.i2ptunnel.socks.I2PSOCKSTunnel
-
- I2PSource - Class in net.i2p.i2ptunnel.udp
-
- I2PSource(I2PSession) - Constructor for class net.i2p.i2ptunnel.udp.I2PSource
-
- I2PSource(I2PSession, boolean) - Constructor for class net.i2p.i2ptunnel.udp.I2PSource
-
- I2PSource(I2PSession, boolean, boolean) - Constructor for class net.i2p.i2ptunnel.udp.I2PSource
-
- I2PSource.Listener - Class in net.i2p.i2ptunnel.udp
-
- I2PSource.Listener() - Constructor for class net.i2p.i2ptunnel.udp.I2PSource.Listener
-
- i2pss - Variable in class net.i2p.i2ptunnel.I2PTunnelServer
-
- I2PThread - Class in net.i2p.util
-
In case its useful later...
- I2PThread() - Constructor for class net.i2p.util.I2PThread
-
- I2PThread(String) - Constructor for class net.i2p.util.I2PThread
-
- I2PThread(Runnable) - Constructor for class net.i2p.util.I2PThread
-
- I2PThread(Runnable, String) - Constructor for class net.i2p.util.I2PThread
-
- I2PThread(Runnable, String, boolean) - Constructor for class net.i2p.util.I2PThread
-
- I2PThread(ThreadGroup, Runnable) - Constructor for class net.i2p.util.I2PThread
-
- I2PThread.OOMEventListener - Interface in net.i2p.util
-
- I2PtoTCP - Class in net.i2p.BOB
-
Process I2P->TCP
- I2PtoTCP(I2PSocket, NamedDB, NamedDB, AtomicBoolean) - Constructor for class net.i2p.BOB.I2PtoTCP
-
Constructor
- I2PTunnel - Class in net.i2p.i2ptunnel
-
Todo: Most events are not listened to elsewhere, so error propagation is poor
- I2PTunnel() - Constructor for class net.i2p.i2ptunnel.I2PTunnel
-
- I2PTunnel(String[]) - Constructor for class net.i2p.i2ptunnel.I2PTunnel
-
- I2PTunnel(String[], I2PTunnel.ConnectionEventListener) - Constructor for class net.i2p.i2ptunnel.I2PTunnel
-
- I2PTunnel.ConnectionEventListener - Interface in net.i2p.i2ptunnel
-
Callback routine to find out
- I2PTunnelClient - Class in net.i2p.i2ptunnel
-
- I2PTunnelClient(int, String, Logging, boolean, EventDispatcher, I2PTunnel, String) - Constructor for class net.i2p.i2ptunnel.I2PTunnelClient
-
- I2PTunnelClientBase - Class in net.i2p.i2ptunnel
-
- I2PTunnelClientBase(int, Logging, I2PSocketManager, I2PTunnel, EventDispatcher, long) - Constructor for class net.i2p.i2ptunnel.I2PTunnelClientBase
-
- I2PTunnelClientBase(int, boolean, Logging, EventDispatcher, String, I2PTunnel) - Constructor for class net.i2p.i2ptunnel.I2PTunnelClientBase
-
- I2PTunnelClientBase(int, boolean, Logging, EventDispatcher, String, I2PTunnel, String) - Constructor for class net.i2p.i2ptunnel.I2PTunnelClientBase
-
- I2PTunnelConnectClient - Class in net.i2p.i2ptunnel
-
Supports the following:
- I2PTunnelConnectClient(int, Logging, boolean, String, EventDispatcher, I2PTunnel) - Constructor for class net.i2p.i2ptunnel.I2PTunnelConnectClient
-
- I2PTunnelGUI - Class in net.i2p.i2ptunnel
-
AWT gui since kaffe doesn't support swing yet
- I2PTunnelGUI(I2PTunnel) - Constructor for class net.i2p.i2ptunnel.I2PTunnelGUI
-
- I2PTunnelHTTPBidirProxy - Class in net.i2p.i2ptunnel
-
Reuse HTTP server's I2PSocketManager for a proxy with no outproxy capability.
- I2PTunnelHTTPBidirProxy(int, Logging, I2PSocketManager, I2PTunnel, EventDispatcher, long) - Constructor for class net.i2p.i2ptunnel.I2PTunnelHTTPBidirProxy
-
- I2PTunnelHTTPBidirServer - Class in net.i2p.i2ptunnel
-
- I2PTunnelHTTPBidirServer(InetAddress, int, int, String, String, Logging, EventDispatcher, I2PTunnel) - Constructor for class net.i2p.i2ptunnel.I2PTunnelHTTPBidirServer
-
- I2PTunnelHTTPBidirServer(InetAddress, int, int, File, String, String, Logging, EventDispatcher, I2PTunnel) - Constructor for class net.i2p.i2ptunnel.I2PTunnelHTTPBidirServer
-
- I2PTunnelHTTPBidirServer(InetAddress, int, int, InputStream, String, String, Logging, EventDispatcher, I2PTunnel) - Constructor for class net.i2p.i2ptunnel.I2PTunnelHTTPBidirServer
-
- I2PTunnelHTTPClient - Class in net.i2p.i2ptunnel
-
Act as a mini HTTP proxy, handling various different types of requests,
forwarding them through I2P appropriately, and displaying the reply.
- I2PTunnelHTTPClient(int, Logging, I2PSocketManager, I2PTunnel, EventDispatcher, long) - Constructor for class net.i2p.i2ptunnel.I2PTunnelHTTPClient
-
- I2PTunnelHTTPClient(int, Logging, boolean, String, EventDispatcher, I2PTunnel) - Constructor for class net.i2p.i2ptunnel.I2PTunnelHTTPClient
-
- I2PTunnelHTTPClientBase - Class in net.i2p.i2ptunnel
-
Common things for HTTPClient and ConnectClient
Retrofit over them in 0.8.2
- I2PTunnelHTTPClientBase(int, boolean, Logging, EventDispatcher, String, I2PTunnel) - Constructor for class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
-
- I2PTunnelHTTPClientBase(int, Logging, I2PSocketManager, I2PTunnel, EventDispatcher, long) - Constructor for class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
-
- I2PTunnelHTTPClientRunner - Class in net.i2p.i2ptunnel
-
Override the response with a stream filtering the HTTP headers
received.
- I2PTunnelHTTPClientRunner(Socket, I2PSocket, Object, byte[], List, Runnable) - Constructor for class net.i2p.i2ptunnel.I2PTunnelHTTPClientRunner
-
- I2PTunnelHTTPServer - Class in net.i2p.i2ptunnel
-
Simple extension to the I2PTunnelServer that filters the HTTP
headers sent from the client to the server, replacing the Host
header with whatever this instance has been configured with, and
if the browser set Accept-encoding: x-i2p-gzip, gzip the http
message body and set Content-encoding: x-i2p-gzip.
- I2PTunnelHTTPServer(InetAddress, int, String, String, Logging, EventDispatcher, I2PTunnel) - Constructor for class net.i2p.i2ptunnel.I2PTunnelHTTPServer
-
- I2PTunnelHTTPServer(InetAddress, int, File, String, String, Logging, EventDispatcher, I2PTunnel) - Constructor for class net.i2p.i2ptunnel.I2PTunnelHTTPServer
-
- I2PTunnelHTTPServer(InetAddress, int, InputStream, String, String, Logging, EventDispatcher, I2PTunnel) - Constructor for class net.i2p.i2ptunnel.I2PTunnelHTTPServer
-
- I2PTunnelIRCClient - Class in net.i2p.i2ptunnel
-
Todo: Can we extend I2PTunnelClient instead and remove some duplicated code?
- I2PTunnelIRCClient(int, String, Logging, boolean, EventDispatcher, I2PTunnel, String) - Constructor for class net.i2p.i2ptunnel.I2PTunnelIRCClient
-
- I2PTunnelIRCClient.IrcInboundFilter - Class in net.i2p.i2ptunnel
-
- I2PTunnelIRCClient.IrcInboundFilter(Socket, I2PSocket, StringBuffer, Log) - Constructor for class net.i2p.i2ptunnel.I2PTunnelIRCClient.IrcInboundFilter
-
- I2PTunnelIRCClient.IrcOutboundFilter - Class in net.i2p.i2ptunnel
-
- I2PTunnelIRCClient.IrcOutboundFilter(Socket, I2PSocket, StringBuffer, Log) - Constructor for class net.i2p.i2ptunnel.I2PTunnelIRCClient.IrcOutboundFilter
-
- I2PTunnelIRCServer - Class in net.i2p.i2ptunnel
-
Simple extension to the I2PTunnelServer that filters the registration
sequence to pass the destination hash of the client through as the hostname,
so an IRC Server may track users across nick changes.
- I2PTunnelIRCServer(InetAddress, int, File, String, Logging, EventDispatcher, I2PTunnel) - Constructor for class net.i2p.i2ptunnel.I2PTunnelIRCServer
-
- I2PTunnelRunner - Class in net.i2p.i2ptunnel
-
- I2PTunnelRunner(Socket, I2PSocket, Object, byte[], List) - Constructor for class net.i2p.i2ptunnel.I2PTunnelRunner
-
- I2PTunnelRunner(Socket, I2PSocket, Object, byte[], byte[], List) - Constructor for class net.i2p.i2ptunnel.I2PTunnelRunner
-
- I2PTunnelRunner(Socket, I2PSocket, Object, byte[], List, Runnable) - Constructor for class net.i2p.i2ptunnel.I2PTunnelRunner
-
- I2PTunnelRunner(Socket, I2PSocket, Object, byte[], byte[], List, Runnable) - Constructor for class net.i2p.i2ptunnel.I2PTunnelRunner
-
- I2PTunnelServer - Class in net.i2p.i2ptunnel
-
- I2PTunnelServer(InetAddress, int, String, Logging, EventDispatcher, I2PTunnel) - Constructor for class net.i2p.i2ptunnel.I2PTunnelServer
-
- I2PTunnelServer(InetAddress, int, File, String, Logging, EventDispatcher, I2PTunnel) - Constructor for class net.i2p.i2ptunnel.I2PTunnelServer
-
- I2PTunnelServer(InetAddress, int, InputStream, String, Logging, EventDispatcher, I2PTunnel) - Constructor for class net.i2p.i2ptunnel.I2PTunnelServer
-
- I2PTunnelTask - Class in net.i2p.i2ptunnel
-
Either a Server or a Client.
- I2PTunnelTask(String, EventDispatcher, I2PTunnel) - Constructor for class net.i2p.i2ptunnel.I2PTunnelTask
-
- I2PTunnelUDPClientBase - Class in net.i2p.i2ptunnel.udpTunnel
-
Base client class that sets up an I2P Datagram client destination.
- I2PTunnelUDPClientBase(String, Logging, EventDispatcher, I2PTunnel) - Constructor for class net.i2p.i2ptunnel.udpTunnel.I2PTunnelUDPClientBase
-
- I2PTunnelUDPServerBase - Class in net.i2p.i2ptunnel.udpTunnel
-
Base client class that sets up an I2P Datagram server destination.
- I2PTunnelUDPServerBase(boolean, File, String, Logging, EventDispatcher, I2PTunnel) - Constructor for class net.i2p.i2ptunnel.udpTunnel.I2PTunnelUDPServerBase
-
- IBSkipIterator - Class in net.metanotion.io.block.index
-
I2P
Overridden to load the span when required and null out the keys and values
when the iterator leaves the span.
- IBSkipIterator(SkipSpan, int) - Constructor for class net.metanotion.io.block.index.IBSkipIterator
-
- IBSkipSpan - Class in net.metanotion.io.block.index
-
I2P version of BSkipSpan
BSkipSpan stores all keys and values in-memory, backed by the file.
- IBSkipSpan(BlockFile, BSkipList, int, Serializer, Serializer) - Constructor for class net.metanotion.io.block.index.IBSkipSpan
-
- Icon - Class in org.cybergarage.upnp
-
- Icon(Node) - Constructor for class org.cybergarage.upnp.Icon
-
- iconLeftClicked(SysTrayMenuEvent) - Method in class net.i2p.apps.systray.SysTray
-
- iconLeftDoubleClicked(SysTrayMenuEvent) - Method in class net.i2p.apps.systray.SysTray
-
- IconList - Class in org.cybergarage.upnp
-
- IconList() - Constructor for class org.cybergarage.upnp.IconList
-
- id - Variable in class i2p.susi.webmail.Mail
-
- ID - Static variable in class net.i2p.CoreVersion
-
deprecated
- ID - Static variable in class net.i2p.router.RouterVersion
-
deprecated
- id - Variable in class net.i2p.sam.SAMStreamSession.SAMStreamSessionSocketReader
-
- ID_HANDSHAKE - Static variable in class org.klomp.snark.ExtensionHandler
-
- ID_METADATA - Static variable in class org.klomp.snark.ExtensionHandler
-
- ID_PEX - Static variable in class org.klomp.snark.ExtensionHandler
-
- idencode(byte[]) - Static method in class org.klomp.snark.PeerID
-
Encode an id as a hex encoded string and remove leading zeros.
- IdentityBytes - Class in net.metanotion.io.data
-
May be used to scan and repair the database nondestructively.
- IdentityBytes() - Constructor for class net.metanotion.io.data.IdentityBytes
-
- IDENTLOG - Static variable in class net.i2p.router.Router
-
- idx(Object) - Method in class net.i2p.BOB.NamedDB
-
Find objects in the array, returns it's index or throws exception
- ignoreEvents() - Method in class net.i2p.i2ptunnel.I2PTunnel
-
- ignoreEvents() - Method in class net.i2p.i2ptunnel.I2PTunnelTask
-
- ignoreEvents() - Method in interface net.i2p.util.EventDispatcher
-
Ignore further event notifications
- ignoreEvents() - Method in class net.i2p.util.EventDispatcherImpl
-
- ignoreStat(String) - Method in class net.i2p.stat.StatManager
-
Save memory by not creating stats unless they are required for router operation.
- IMessageDigestStandalone - Interface in gnu.crypto.hash
-
The basic visible methods of any hash algorithm.
- in - Variable in class net.i2p.sam.SAMv3StreamSession.Pipe
-
- IN - Static variable in class org.cybergarage.upnp.Argument
-
- in - Variable in class org.klomp.snark.PeerState
-
- IN_PROGRESS - Static variable in class org.freenetproject.ForwardPortStatus
-
The port forward is in progress
- INACTIVITY_ACTION_DISCONNECT - Static variable in class net.i2p.client.streaming.ConnectionOptions
-
on inactivity timeout, close the connection
- INACTIVITY_ACTION_NOOP - Static variable in class net.i2p.client.streaming.ConnectionOptions
-
on inactivity timeout, do nothing
- INACTIVITY_ACTION_SEND - Static variable in class net.i2p.client.streaming.ConnectionOptions
-
on inactivity timeout, send a payload message
- INACTIVITY_TIMEOUT - Static variable in class net.i2p.util.EepGet
-
- inboundConnectionReceived() - Method in class net.i2p.router.transport.udp.UDPTransport
-
- InboundEndpointProcessor - Class in net.i2p.router.tunnel
-
Receive the inbound tunnel message, removing all of the layers
added by earlier hops to recover the preprocessed data sent
by the gateway.
- InboundEndpointProcessor(RouterContext, TunnelCreatorConfig) - Constructor for class net.i2p.router.tunnel.InboundEndpointProcessor
-
- InboundEndpointProcessor(RouterContext, TunnelCreatorConfig, IVValidator) - Constructor for class net.i2p.router.tunnel.InboundEndpointProcessor
-
- inboundEstablished(NTCPConnection) - Method in class net.i2p.router.transport.ntcp.NTCPTransport
-
- InboundEstablishState - Class in net.i2p.router.transport.udp
-
Data for a new connection being established, where the remote peer has
initiated the connection with us.
- InboundEstablishState(RouterContext, byte[], int, int) - Constructor for class net.i2p.router.transport.udp.InboundEstablishState
-
- inboundFilter(String, StringBuffer) - Static method in class net.i2p.i2ptunnel.I2PTunnelIRCClient
-
- InboundGatewayProcessor - Class in net.i2p.router.tunnel
-
Override the hop processor to seed the message with a random
IV.
- InboundGatewayProcessor(I2PAppContext, HopConfig) - Constructor for class net.i2p.router.tunnel.InboundGatewayProcessor
-
- InboundGatewayReceiver - Class in net.i2p.router.tunnel
-
- InboundGatewayReceiver(RouterContext, HopConfig) - Constructor for class net.i2p.router.tunnel.InboundGatewayReceiver
-
- inboundMessageAdded() - Method in class net.i2p.router.MessageStateMonitor
-
- InboundMessageDistributor - Class in net.i2p.router.tunnel
-
When a message arrives at the inbound tunnel endpoint, this distributor
honors the instructions (safely)
- InboundMessageDistributor(RouterContext, Hash) - Constructor for class net.i2p.router.tunnel.InboundMessageDistributor
-
- inboundMessageFinalized() - Method in class net.i2p.router.MessageStateMonitor
-
- InboundMessageFragments - Class in net.i2p.router.transport.udp
-
Organize the received data message fragments, feeding completed messages
to the
MessageReceiver
and telling the
ACKSender
of new
peers to ACK.
- InboundMessageFragments(RouterContext, OutboundMessageFragments, UDPTransport) - Constructor for class net.i2p.router.transport.udp.InboundMessageFragments
-
- inboundMessageRead() - Method in class net.i2p.router.MessageStateMonitor
-
- InboundMessageState - Class in net.i2p.router.transport.udp
-
Hold the raw data fragments of an inbound message
- InboundMessageState(RouterContext, long, Hash) - Constructor for class net.i2p.router.transport.udp.InboundMessageState
-
- InboundSender - Class in net.i2p.router.tunnel
-
Receive the preprocessed data for an inbound gateway, encrypt it, and forward
it on to the first hop.
- InboundSender(I2PAppContext, HopConfig) - Constructor for class net.i2p.router.tunnel.InboundSender
-
- increment(K) - Method in class net.i2p.util.ObjectCounter
-
Add one.
- incrementAgreedTo() - Method in class net.i2p.router.peermanager.TunnelHistory
-
- incrementBytesReceived(int) - Method in class net.i2p.client.streaming.Connection
-
- incrementBytesSent(int) - Method in class net.i2p.client.streaming.Connection
-
- incrementConsecutiveFailedSends() - Method in class net.i2p.router.transport.udp.PeerState
-
- incrementDupMessagesReceived(int) - Method in class net.i2p.client.streaming.Connection
-
- incrementDupMessagesSent(int) - Method in class net.i2p.client.streaming.Connection
-
- incrementFailed(int) - Method in class net.i2p.router.peermanager.TunnelHistory
-
Define this rate as the probability it really failed
- incrementFragmentNumber() - Method in class net.i2p.router.tunnel.TunnelGateway.Pending
-
ok, fragment sent, increment what the next will be
- incrementNACKs() - Method in class net.i2p.client.streaming.PacketLocal
-
- incrementNotifyCount() - Method in class org.cybergarage.upnp.event.Subscriber
-
- incrementPacketsRelayed() - Method in class net.i2p.router.transport.udp.PeerTestState
-
- incrementProcessed(int, int) - Method in class net.i2p.router.peermanager.TunnelHistory
-
- incrementProcessedMessages() - Method in class net.i2p.router.tunnel.HopConfig
-
"processed" is for incoming and "sent" is for outgoing (could be dropped in between)
- incrementProcessedMessages() - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
-
take note of a message being pumped through this tunnel
- incrementRejected(int) - Method in class net.i2p.router.peermanager.TunnelHistory
-
- incrementSends() - Method in class net.i2p.client.streaming.PacketLocal
-
- incrementSentMessages() - Method in class net.i2p.router.tunnel.HopConfig
-
- incrementShitlists() - Method in class net.i2p.router.peermanager.PeerProfile
-
- incrementUnackedPacketsReceived() - Method in class net.i2p.client.streaming.Connection
-
- incrementVerifiedBytesTransferred(int) - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
-
- incrementVerifiedBytesTransferred(int) - Method in interface net.i2p.router.TunnelInfo
-
we know for sure that the given number of bytes were sent down the tunnel fully
- index - Variable in class net.metanotion.util.skiplist.SkipIterator
-
- IndexBean - Class in net.i2p.i2ptunnel.web
-
Simple accessor for exposing tunnel info, but also an ugly form handler
Warning - This class is not part of the i2ptunnel API, and at some point
it will be moved from the jar to the war.
- IndexBean() - Constructor for class net.i2p.i2ptunnel.web.IndexBean
-
- indexOf(ByteCollector) - Method in class net.i2p.client.streaming.ByteCollector
-
Deprecated.
Search through the collector for the first occurrence of the sequence of
bytes contained within the specified collector
- indexOf(byte) - Method in class net.i2p.client.streaming.ByteCollector
-
Deprecated.
Search through the collector for the first occurrence of the specified
byte
- indexOf(byte[]) - Method in class net.i2p.client.streaming.ByteCollector
-
Deprecated.
Search through the collector for the first occurrence of the sequence of
bytes
- INFINITE_STRING - Static variable in class org.cybergarage.upnp.event.Subscription
-
- INFINITE_VALUE - Static variable in class org.cybergarage.upnp.event.Subscription
-
- info - Variable in class i2p.susi.webmail.WebMail.SessionObject
-
- info(String) - Static method in class net.i2p.BOB.BOB
-
Log a warning
- INFO - Static variable in class net.i2p.util.Log
-
- info(String) - Method in class net.i2p.util.Log
-
- info(String, Throwable) - Method in class net.i2p.util.Log
-
- INFO - Static variable in class org.klomp.snark.Snark
-
- inI2P() - Static method in class net.i2p.desktopgui.router.RouterManager
-
Check if we are running inside I2P.
- init(Map) - Method in class gnu.crypto.prng.BasePRNGStandalone
-
- init(Map) - Method in interface gnu.crypto.prng.IRandomStandalone
-
Initialises the pseudo-random number generator scheme with the
appropriate attributes.
- init(ServletConfig) - Method in class net.i2p.addressbook.Servlet
-
- init(String) - Method in class net.i2p.apps.systray.ConfigFile
-
- init(Properties) - Method in class net.i2p.client.streaming.ConnectionOptions
-
- init(I2PAppContext, I2PSession, Properties, String) - Method in interface net.i2p.client.streaming.I2PSocketManager
-
- init(I2PAppContext, I2PSession, Properties, String) - Method in class net.i2p.client.streaming.I2PSocketManagerFull
-
- init(I2PAppContext, I2PSession, Properties, String) - Method in class net.i2p.client.streaming.I2PSocketManagerImpl
-
Deprecated.
- init(Properties) - Method in class net.i2p.client.streaming.I2PSocketOptionsImpl
-
- init() - Method in class net.i2p.crypto.SHA1
-
Initialize the digest context.
- init(RouterContext) - Static method in class net.i2p.router.message.OutboundClientMessageOneShotJob
-
call once only
- init(int, int, String) - Method in interface net.i2p.router.transport.FIFOBandwidthLimiter.Request
-
thar be dragons
- init(BlockFile, int, int, int) - Static method in class net.metanotion.io.block.index.BSkipLevels
-
- init(BlockFile, int, int) - Static method in class net.metanotion.io.block.index.BSkipList
-
- init(BlockFile, int, int) - Static method in class net.metanotion.io.block.index.BSkipSpan
-
- init(byte[]) - Method in interface org.bouncycastle.crypto.Mac
-
Initialise the MAC.
- init(byte[]) - Method in class org.bouncycastle.crypto.macs.I2PHMac
-
- init() - Method in class org.cybergarage.http.HTTPPacket
-
- init(ServletConfig) - Method in class org.klomp.snark.web.I2PSnarkServlet
-
- initAll() - Method in class net.i2p.router.RouterContext
-
- INITIAL_WINDOW_SIZE - Static variable in class net.i2p.client.streaming.ConnectionOptions
-
- initialI2PData - Variable in class net.i2p.i2ptunnel.I2PTunnelRunner
-
- initialised - Variable in class gnu.crypto.prng.BasePRNGStandalone
-
Indicate if this instance has already been initialised or not.
- initialize() - Method in class net.i2p.apps.systray.BrowserChooser
-
- initialize(boolean) - Method in class net.i2p.router.MessageHistory
-
Initialize the message history according to the router's configuration.
- initialize(OutNetMessage) - Method in class net.i2p.router.transport.udp.OutboundMessageState
-
- initialize(I2NPMessage, PeerState) - Method in class net.i2p.router.transport.udp.OutboundMessageState
-
- initialize(OutNetMessage, I2NPMessage) - Method in class net.i2p.router.transport.udp.OutboundMessageState
-
- initialize(UDPPacket) - Method in class net.i2p.router.transport.udp.UDPPacketReader
-
- initialize(byte[], int, int) - Method in class net.i2p.router.transport.udp.UDPPacketReader
-
- initialize(WebApplicationContext) - Static method in class net.i2p.router.web.RouterConsoleRunner
-
- initialize(InputStream) - Method in class net.i2p.util.LookaheadInputStream
-
- initialize(InputStream) - Method in class net.i2p.util.ResettableGZIPInputStream
-
Blocking call to initialize this stream with the data from the given
compressed stream.
- initialize() - Static method in class org.cybergarage.upnp.UPnP
-
- initialize(I2PAppContext) - Static method in class org.cybergarage.util.Debug
-
I2P this is all static so have the UPnPManager call this
- initialize(int) - Method in class org.klomp.snark.MagnetState
-
Call this for a new magnet when you have the size
- initializeClock() - Method in class net.i2p.I2PAppContext
-
- initializeClock() - Method in class net.i2p.router.RouterContext
-
- initializeKeyRing() - Method in class net.i2p.I2PAppContext
-
- initializeKeyRing() - Method in class net.i2p.router.RouterContext
-
- initializePool(I2PAppContext) - Method in class net.i2p.util.PooledRandomSource
-
Deprecated.
- initialSocketData - Variable in class net.i2p.i2ptunnel.I2PTunnelRunner
-
- initPage(RandomAccessInterface, int) - Static method in class net.metanotion.io.block.FreeListBlock
-
- initSeed(byte[]) - Method in class net.i2p.util.RandomSource
-
- INMPR03 - Static variable in class org.cybergarage.upnp.UPnP
-
- INMPR03_DISCOVERY_OVER_WIRELESS_COUNT - Static variable in class org.cybergarage.upnp.UPnP
-
- INMPR03_VERSION - Static variable in class org.cybergarage.upnp.UPnP
-
- InNetMessagePool - Class in net.i2p.router
-
Manage a pool of inbound InNetMessages.
- InNetMessagePool(RouterContext) - Constructor for class net.i2p.router.InNetMessagePool
-
- inNetMessagePool() - Method in class net.i2p.router.RouterContext
-
Where do we get network messages from (aka where does the comm system dump what
it reads)?
- input - Variable in class net.i2p.i2ptunnel.I2PTunnelGUI
-
- insert(byte[]) - Method in class org.xlattice.crypto.filters.BloomSHA1
-
Add a key to the set represented by the filter.
- insert(byte[], int, int) - Method in class org.xlattice.crypto.filters.BloomSHA1
-
- insertAttributeAt(Attribute, int) - Method in class org.cybergarage.xml.Node
-
- insertNode(Node, int) - Method in class org.cybergarage.xml.Node
-
- instance() - Static method in class net.i2p.router.web.RouterConsoleRunner.WarFilenameFilter
-
- instance() - Static method in class net.i2p.router.web.StatSummarizer
-
- instance() - Static method in class org.klomp.snark.SnarkManager
-
- IntBytes - Class in net.metanotion.io.data
-
- IntBytes() - Constructor for class net.metanotion.io.data.IntBytes
-
- IntegrationCalculator - Class in net.i2p.router.peermanager
-
Determine how well integrated the peer is - how likely they will be useful
to us if we are trying to get further connected.
- IntegrationCalculator() - Constructor for class net.i2p.router.peermanager.IntegrationCalculator
-
- IntelCPUInfo - Interface in freenet.support.CPUInformation
-
- IntelInfoImpl - Class in freenet.support.CPUInformation
-
Moved out of CPUID.java
- IntelInfoImpl() - Constructor for class freenet.support.CPUInformation.IntelInfoImpl
-
- INTERESTED - Static variable in class org.klomp.snark.Message
-
- interested - Variable in class org.klomp.snark.PeerState
-
- interestedAndChoking - Variable in class org.klomp.snark.PeerCoordinator
-
External use by PeerCheckerTask only.
- interestedMessage(boolean) - Method in class org.klomp.snark.PeerState
-
- interesting - Variable in class org.klomp.snark.PeerState
-
- interfaceSet() - Method in class net.i2p.i2ptunnel.web.EditBean
-
- INTERNAL_SERVER_ERROR - Static variable in class org.cybergarage.http.HTTPStatus
-
- internalClientManager() - Method in class net.i2p.I2PAppContext
-
Use this to connect to the router in the same JVM.
- InternalClientManager - Interface in net.i2p.internal
-
A manager for the in-JVM I2CP message interface
- internalClientManager() - Method in class net.i2p.router.RouterContext
-
Use this to connect to the router in the same JVM.
- internalClose() - Method in class net.i2p.client.streaming.I2PSocketImpl
-
Deprecated.
Close the socket from the I2P side (by a close packet)
- internalConnect() - Method in class net.i2p.router.client.ClientManager
-
The InternalClientManager interface.
- internalConnect(int, InternalSocket) - Static method in class net.i2p.util.InternalServerSocket
-
This is how the client connects.
- InternalServerSocket - Class in net.i2p.util
-
A simple in-JVM ServerSocket using Piped Streams.
- InternalServerSocket(int) - Constructor for class net.i2p.util.InternalServerSocket
-
- InternalSocket - Class in net.i2p.util
-
A simple in-JVM Socket using Piped Streams.
- InternalSocket(InputStream, OutputStream) - Constructor for class net.i2p.util.InternalSocket
-
server side
- InternalSocket(int) - Constructor for class net.i2p.util.InternalSocket
-
client side
- InternalSocketRunner - Class in net.i2p.i2ptunnel
-
Listen for in-JVM connections on the internal "socket"
- InternalSocketRunner(I2PTunnelClientBase) - Constructor for class net.i2p.i2ptunnel.InternalSocketRunner
-
starts the runner
- InternalTrayManager - Class in net.i2p.desktopgui
-
- InternalTrayManager() - Constructor for class net.i2p.desktopgui.InternalTrayManager
-
- INTERVAL - Static variable in class org.cybergarage.upnp.control.RenewSubscriber
-
- intfcAddresses() - Method in class net.i2p.router.web.ConfigClientsHelper
-
- introduced(InetAddress, byte[], int) - Method in class net.i2p.router.transport.udp.OutboundEstablishState
-
- introducerCount() - Method in class net.i2p.router.transport.udp.IntroductionManager
-
Not as elaborate as pickInbound() above.
- introducersRequired() - Method in class net.i2p.router.transport.udp.UDPTransport
-
- introductionFailed() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
-
- IntroductionManager - Class in net.i2p.router.transport.udp
-
- IntroductionManager(RouterContext, UDPTransport) - Constructor for class net.i2p.router.transport.udp.IntroductionManager
-
- introSent() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
-
- INVALID_ACTION - Static variable in class org.cybergarage.upnp.UPnPStatus
-
- INVALID_ARGS - Static variable in class org.cybergarage.upnp.UPnPStatus
-
- INVALID_KEY - Static variable in class net.i2p.data.SessionKey
-
- INVALID_RANGE - Static variable in class org.cybergarage.http.HTTPStatus
-
- INVALID_VAR - Static variable in class org.cybergarage.upnp.UPnPStatus
-
- invalidateNews() - Method in class net.i2p.router.web.NewsFetcher
-
Call this when changing news URLs to force an update next time the timer fires.
- InvalidBEncodingException - Exception in org.klomp.snark.bencode
-
Exception thrown when a bencoded stream is corrupted.
- InvalidBEncodingException(String) - Constructor for exception org.klomp.snark.bencode.InvalidBEncodingException
-
- InvalidDescriptionException - Exception in org.cybergarage.upnp.device
-
- InvalidDescriptionException() - Constructor for exception org.cybergarage.upnp.device.InvalidDescriptionException
-
- InvalidDescriptionException(String) - Constructor for exception org.cybergarage.upnp.device.InvalidDescriptionException
-
- InvalidDescriptionException(String, File) - Constructor for exception org.cybergarage.upnp.device.InvalidDescriptionException
-
- InvalidDescriptionException(Exception) - Constructor for exception org.cybergarage.upnp.device.InvalidDescriptionException
-
- InverseCapacityComparator - Class in net.i2p.router.peermanager
-
Order profiles by their capacity, but backwards (highest capacity / value first).
- InverseCapacityComparator() - Constructor for class net.i2p.router.peermanager.InverseCapacityComparator
-
- invert - Variable in class i2p.susi.webmail.WebMail.SessionObject
-
- IP_HEADER_SIZE - Static variable in class net.i2p.router.transport.udp.PeerState
-
- IPV6_ADMINISTRATIVE_ADDRESS - Static variable in class org.cybergarage.upnp.ssdp.SSDP
-
- IPV6_GLOBAL_ADDRESS - Static variable in class org.cybergarage.upnp.ssdp.SSDP
-
- IPV6_LINK_LOCAL_ADDRESS - Static variable in class org.cybergarage.upnp.ssdp.SSDP
-
- IPV6_SITE_LOCAL_ADDRESS - Static variable in class org.cybergarage.upnp.ssdp.SSDP
-
- IPV6_SUBNET_ADDRESS - Static variable in class org.cybergarage.upnp.ssdp.SSDP
-
- IRandomStandalone - Interface in gnu.crypto.prng
-
The basic visible methods of any pseudo-random number generator.
- is - Variable in class net.i2p.sam.SAMv3Handler.MessageDispatcher
-
- isAbsoluteURL(String) - Static method in class org.cybergarage.http.HTTP
-
- isAccessListEnabled() - Method in class net.i2p.client.streaming.ConnectionOptions
-
- isActionControl() - Method in class org.cybergarage.upnp.control.ControlRequest
-
- isActionNode(Node) - Static method in class org.cybergarage.upnp.Action
-
- isAlive() - Method in class net.i2p.router.client.ClientManager
-
- isAlive() - Method in class net.i2p.router.client.ClientManagerFacadeImpl
-
- isAlive() - Method in class net.i2p.router.ClientManagerFacade
-
- isAlive() - Method in class net.i2p.router.JobQueue
-
- isAlive() - Method in class net.i2p.router.Router
-
- isAlive() - Method in class net.i2p.router.transport.ntcp.EventPumper
-
Selector can take quite a while to close after calling stopPumping()
- isAlive() - Method in class net.i2p.router.transport.ntcp.NTCPTransport
-
- isAlive() - Method in class net.i2p.router.transport.udp.InboundMessageFragments
-
- isAlive() - Method in class net.i2p.router.tunnel.pool.TunnelPool
-
- isAlive(String) - Static method in class org.cybergarage.upnp.device.NTS
-
- isAlive() - Method in class org.cybergarage.upnp.ssdp.SSDPPacket
-
- isAllDevice(String) - Static method in class org.cybergarage.upnp.device.ST
-
- isAllowedValueNode(Node) - Static method in class org.cybergarage.upnp.AllowedValue
-
- isAllowedValueRangeNode(Node) - Static method in class org.cybergarage.upnp.AllowedValueRange
-
- isArgumentNode(Node) - Static method in class org.cybergarage.upnp.Argument
-
- IsAthlon64Compatible() - Method in interface freenet.support.CPUInformation.AMDCPUInfo
-
- isAthlon64Compatible - Static variable in class freenet.support.CPUInformation.AMDInfoImpl
-
- IsAthlon64Compatible() - Method in class freenet.support.CPUInformation.AMDInfoImpl
-
- IsAthlonCompatible() - Method in interface freenet.support.CPUInformation.AMDCPUInfo
-
- isAthlonCompatible - Static variable in class freenet.support.CPUInformation.AMDInfoImpl
-
- IsAthlonCompatible() - Method in class freenet.support.CPUInformation.AMDInfoImpl
-
- IsAtomCompatible() - Method in interface freenet.support.CPUInformation.IntelCPUInfo
-
- isAtomCompatible - Static variable in class freenet.support.CPUInformation.IntelInfoImpl
-
- IsAtomCompatible() - Method in class freenet.support.CPUInformation.IntelInfoImpl
-
- isBacklogged(Hash) - Method in class net.i2p.router.CommSystemFacade
-
- isBacklogged(Hash) - Method in class net.i2p.router.transport.CommSystemFacadeImpl
-
- isBacklogged(Hash) - Method in class net.i2p.router.transport.ntcp.NTCPTransport
-
- isBacklogged(Hash) - Method in interface net.i2p.router.transport.Transport
-
- isBacklogged(Hash) - Method in class net.i2p.router.transport.TransportImpl
-
- isBacklogged(Hash) - Method in class net.i2p.router.transport.TransportManager
-
- isBlacklistEnabled() - Method in class net.i2p.client.streaming.ConnectionOptions
-
- isBlank(TunnelCreatorConfig, int) - Static method in class net.i2p.router.tunnel.BuildMessageGenerator
-
- isBlocklisted(Hash) - Method in class net.i2p.router.Blocklist
-
Does the peer's IP address appear in the blocklist?
If so, and it isn't shitlisted, shitlist it forever...
- isBlocklisted(String) - Method in class net.i2p.router.Blocklist
-
- isBlocklisted(byte[]) - Method in class net.i2p.router.Blocklist
-
- IsBobcatCompatible() - Method in interface freenet.support.CPUInformation.AMDCPUInfo
-
- isBobcatCompatible - Static variable in class freenet.support.CPUInformation.AMDInfoImpl
-
- IsBobcatCompatible() - Method in class freenet.support.CPUInformation.AMDInfoImpl
-
- isBound() - Method in class net.i2p.client.streaming.StandardServerSocket
-
- isBound() - Method in class net.i2p.client.streaming.StandardSocket
-
- isBound() - Method in class net.i2p.util.InternalServerSocket
-
- isBound() - Method in class net.i2p.util.InternalSocket
-
- isByeBye(String) - Static method in class org.cybergarage.upnp.device.NTS
-
- isByeBye() - Method in class org.cybergarage.upnp.ssdp.SSDPPacket
-
- IsC3Compatible() - Method in interface freenet.support.CPUInformation.VIACPUInfo
-
- isC3Compatible - Static variable in class freenet.support.CPUInformation.VIAInfoImpl
-
- IsC3Compatible() - Method in class freenet.support.CPUInformation.VIAInfoImpl
-
- isChanged() - Method in class org.klomp.snark.Storage
-
Has the storage changed since instantiation?
- isChoked(Hash) - Method in class net.i2p.router.transport.udp.DummyThrottle
-
- isChoked(Hash) - Method in interface net.i2p.router.transport.udp.OutboundMessageFragments.ActiveThrottle
-
- isChoked(Hash) - Method in class net.i2p.router.transport.udp.TimedWeightedPriorityMessageQueue
-
- isChoked() - Method in class org.klomp.snark.Peer
-
Whether or not the peer choked us.
- isChoking() - Method in class org.klomp.snark.Peer
-
Whether or not we are choking the peer.
- isChunked() - Method in class org.cybergarage.http.HTTPPacket
-
- isClient(int) - Method in class net.i2p.i2ptunnel.web.IndexBean
-
- isClient(String) - Static method in class net.i2p.i2ptunnel.web.IndexBean
-
- isCloseConnection() - Method in class org.cybergarage.http.HTTPPacket
-
- isClosed() - Method in interface net.i2p.client.I2PSession
-
Have we closed the session?
- isClosed() - Method in class net.i2p.client.I2PSessionImpl
-
has the session been closed (or not yet connected)?
- isClosed() - Method in interface net.i2p.client.streaming.I2PSocket
-
- isClosed() - Method in class net.i2p.client.streaming.I2PSocketFull
-
- isClosed() - Method in class net.i2p.client.streaming.I2PSocketImpl
-
Deprecated.
- isClosed() - Method in class net.i2p.client.streaming.StandardServerSocket
-
- isClosed() - Method in class net.i2p.client.streaming.StandardSocket
-
- isClosed() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
-
- isClosed() - Method in class net.i2p.util.InternalServerSocket
-
- isClosed() - Method in class net.i2p.util.InternalSocket
-
- isComplete() - Method in class net.i2p.router.transport.ntcp.EstablishState
-
- isComplete() - Method in class net.i2p.router.transport.udp.InboundMessageState
-
- isComplete() - Method in class net.i2p.router.transport.udp.OutboundMessageState
-
- isComplete() - Method in class net.i2p.router.tunnel.FragmentedMessage
-
have we received all of the fragments?
- isComplete() - Method in class org.klomp.snark.MagnetState
-
- isCompleted() - Method in class org.klomp.snark.Peer
-
Return if a peer is a seeder
- isConnected() - Method in class i2p.susi.webmail.pop3.POP3MailBox
-
check whether connection is still alive
- isConnected() - Method in class net.i2p.client.streaming.StandardSocket
-
- isConnected() - Method in class net.i2p.util.InternalSocket
-
- isConnected() - Method in class org.klomp.snark.Peer
-
- isControlURL(String) - Method in class org.cybergarage.upnp.Service
-
- IsCore2Compatible() - Method in interface freenet.support.CPUInformation.IntelCPUInfo
-
- isCore2Compatible - Static variable in class freenet.support.CPUInformation.IntelInfoImpl
-
- IsCore2Compatible() - Method in class freenet.support.CPUInformation.IntelInfoImpl
-
- IsCoreiCompatible() - Method in interface freenet.support.CPUInformation.IntelCPUInfo
-
- isCoreiCompatible - Static variable in class freenet.support.CPUInformation.IntelInfoImpl
-
- IsCoreiCompatible() - Method in class freenet.support.CPUInformation.IntelInfoImpl
-
- isCorrupt() - Method in class net.i2p.router.transport.ntcp.EstablishState
-
did the handshake fail for some reason?
- isCurrent(long) - Method in class net.i2p.data.LeaseSet
-
Determine whether ANY lease is currently valid, at least within a given
fudge factor
- isCurrent(long) - Method in class net.i2p.data.RouterInfo
-
Determine whether the router was published recently (within the given age milliseconds).
- isDead() - Method in class net.i2p.router.client.ClientConnectionRunner
-
already closed?
- isDevice(String) - Method in class org.cybergarage.upnp.Device
-
- isDeviceNode(Node) - Static method in class org.cybergarage.upnp.Device
-
- isDeviceType(String) - Method in class org.cybergarage.upnp.Device
-
- isDisabled() - Static method in class net.i2p.router.web.StatSummarizer
-
- isDisabled() - Method in class org.klomp.snark.Piece
-
- isDiscover(String) - Static method in class org.cybergarage.upnp.device.MAN
-
- isDiscover() - Method in class org.cybergarage.upnp.ssdp.SSDPPacket
-
- isDone() - Method in class net.i2p.router.web.PluginUpdateChecker
-
- isDone() - Method in class net.i2p.router.web.PluginUpdateHandler
-
- isDone() - Method in class net.i2p.router.web.UpdateHandler
-
- isDone() - Method in class net.i2p.router.web.UpdateHandler.UpdateRunner
-
- isEmpty() - Method in class net.i2p.client.streaming.ByteCollector
-
Deprecated.
Does the collector have meaningful data or is it empty?
- isEmpty() - Method in class net.i2p.util.ConcurrentHashSet
-
- isEmpty() - Method in class net.metanotion.io.block.FreeListBlock
-
- isEnabled(int) - Static method in class org.cybergarage.upnp.UPnP
-
- isEstablished(Hash) - Method in class net.i2p.router.CommSystemFacade
-
- isEstablished(Hash) - Method in class net.i2p.router.transport.CommSystemFacadeImpl
-
- isEstablished() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
-
- isEstablished(Hash) - Method in class net.i2p.router.transport.ntcp.NTCPTransport
-
- isEstablished(Hash) - Method in interface net.i2p.router.transport.Transport
-
- isEstablished(Hash) - Method in class net.i2p.router.transport.TransportImpl
-
- isEstablished(Hash) - Method in class net.i2p.router.transport.TransportManager
-
- isEstablished(Hash) - Method in class net.i2p.router.transport.udp.UDPTransport
-
- isEventSubURL(String) - Method in class org.cybergarage.upnp.Service
-
- isExpired() - Method in class net.i2p.data.Lease
-
has this lease already expired?
- isExpired(long) - Method in class net.i2p.data.Lease
-
has this lease already expired (giving allowing up the fudgeFactor milliseconds for clock skew)?
- isExpired() - Method in class net.i2p.router.transport.udp.InboundMessageState
-
- isExpired() - Method in class net.i2p.router.transport.udp.OutboundMessageState
-
- isExpired() - Method in class org.cybergarage.upnp.Device
-
- isExpired() - Method in class org.cybergarage.upnp.event.Subscriber
-
- isExploratory() - Method in class net.i2p.router.TunnelPoolSettings
-
is this an exploratory tunnel (or a client tunnel)
- isFailing(Hash) - Method in class net.i2p.router.peermanager.ProfileOrganizer
-
- isFast(Hash) - Method in class net.i2p.router.peermanager.ProfileOrganizer
-
- isFinished() - Method in class net.i2p.i2ptunnel.I2PTunnelRunner
-
have we closed at least one (if not both) of the streams
[aka we're done running the streams]?
- isFirstElement(Object) - Method in class i2p.susi.util.Folder
-
Returns true, if elements.equals( firstElementOfTheSortedArray ).
- isFirstPage() - Method in class i2p.susi.util.Folder
-
Returns true, if folder shows points to the first page.
- isFlagSet(int) - Method in class net.i2p.client.streaming.Packet
-
is a particular flag set on this packet?
- isFloodfill(RouterInfo) - Static method in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
-
- isFragmented() - Method in class net.i2p.router.transport.udp.OutboundMessageState
-
- isFrequency(String) - Method in class net.i2p.stat.StatManager
-
is the given stat a monitored frequency?
- isFull() - Method in class net.metanotion.io.block.FreeListBlock
-
- IsGeodeCompatible() - Method in interface freenet.support.CPUInformation.AMDCPUInfo
-
- isGeodeCompatible - Static variable in class freenet.support.CPUInformation.AMDInfoImpl
-
- IsGeodeCompatible() - Method in class freenet.support.CPUInformation.AMDInfoImpl
-
- isGetRequest() - Method in class org.cybergarage.http.HTTPRequest
-
- isHasFilter() - Method in class i2p.susi.dns.AddressbookBean
-
- isHeadRequest() - Method in class org.cybergarage.http.HTTPRequest
-
- isHidden() - Method in class net.i2p.data.RouterIdentity
-
This router specified that they should not be used as a part of a tunnel,
nor queried for the netDb, and that disclosure of their contact information
should be limited.
- isHidden() - Method in class net.i2p.data.RouterInfo
-
Is this a hidden node?
- isHidden() - Method in class net.i2p.router.Router
-
- isHighCapacity(Hash) - Method in class net.i2p.router.peermanager.ProfileOrganizer
-
- isIconNode(Node) - Static method in class org.cybergarage.upnp.Icon
-
- isIDN() - Method in class i2p.susi.dns.AddressBean
-
Is the ASCII name Punycode-encoded?
- isIFSelected(String) - Method in class net.i2p.router.web.ConfigClientsHelper
-
- isInbound() - Method in class net.i2p.client.streaming.Connection
-
- isInbound() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
-
- isInbound() - Method in class net.i2p.router.transport.udp.PeerState
-
- isInbound() - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
-
is this an inbound tunnel?
- isInbound() - Method in interface net.i2p.router.TunnelInfo
-
is this an inbound tunnel?
- isInbound() - Method in class net.i2p.router.TunnelPoolSettings
-
is this an inbound tunnel?
- isInDirection() - Method in class org.cybergarage.upnp.Argument
-
- isInDropList(RemoteHostId) - Method in class net.i2p.router.transport.udp.UDPTransport
-
- isInitialised() - Method in class gnu.crypto.prng.BasePRNGStandalone
-
- isInitialized() - Method in class net.i2p.router.NetworkDatabaseFacade
-
- isInitialized() - Method in interface net.i2p.router.networkdb.kademlia.DataStore
-
- isInitialized() - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
-
- isInitialized() - Method in class net.i2p.router.networkdb.kademlia.PersistentDataStore
-
- isInitialized() - Method in class net.i2p.router.networkdb.kademlia.TransientDataStore
-
- isInitialized() - Method in class org.klomp.snark.MagnetState
-
- isInputShutdown() - Method in class net.i2p.client.streaming.StandardSocket
-
- isInputShutdown() - Method in class net.i2p.util.InternalSocket
-
- isInteractive(int) - Method in class net.i2p.i2ptunnel.web.EditBean
-
- isInterested() - Method in class org.klomp.snark.Peer
-
Whether or not the peer is interested in pieces we have.
- isInteresting() - Method in class org.klomp.snark.Peer
-
Whether or not the peer has pieces we want from it.
- isIP6 - Variable in class org.freenetproject.ForwardPort
-
IPv4 vs IPv6?
- isIPv4Address(String) - Static method in class org.cybergarage.net.HostInterface
-
- isIPv6Address(String) - Static method in class org.cybergarage.net.HostInterface
-
- isIsEmpty() - Method in class i2p.susi.dns.AddressbookBean
-
- isJobActive(Job) - Method in class net.i2p.router.JobQueue
-
Returns true
if a given job is waiting or running;
false
if the job is finished or doesn't exist in the queue.
- IsK6_2_Compatible() - Method in interface freenet.support.CPUInformation.AMDCPUInfo
-
- isK6_2_Compatible - Static variable in class freenet.support.CPUInformation.AMDInfoImpl
-
- IsK6_2_Compatible() - Method in class freenet.support.CPUInformation.AMDInfoImpl
-
- IsK6_3_Compatible() - Method in interface freenet.support.CPUInformation.AMDCPUInfo
-
- isK6_3_Compatible - Static variable in class freenet.support.CPUInformation.AMDInfoImpl
-
- IsK6_3_Compatible() - Method in class freenet.support.CPUInformation.AMDInfoImpl
-
- IsK6Compatible() - Method in interface freenet.support.CPUInformation.AMDCPUInfo
-
- isK6Compatible - Static variable in class freenet.support.CPUInformation.AMDInfoImpl
-
- IsK6Compatible() - Method in class freenet.support.CPUInformation.AMDInfoImpl
-
- isKeepAlive() - Method in class org.cybergarage.http.HTTPRequest
-
- isKeepAliveConnection() - Method in class org.cybergarage.http.HTTPPacket
-
- isKilled - Variable in class net.metanotion.io.block.index.BSkipSpan
-
- isKnown(Hash) - Method in interface net.i2p.router.networkdb.kademlia.DataStore
-
- isKnown(Hash) - Method in class net.i2p.router.networkdb.kademlia.TransientDataStore
-
- isKnown(long) - Method in class net.i2p.util.DecayingBloomFilter
-
- isKnown(long) - Method in class net.i2p.util.DecayingHashSet
-
- isLastElement(Object) - Method in class i2p.susi.util.Folder
-
Returns true, if elements.equals( lastElementOfTheSortedArray ).
- isLastPage() - Method in class i2p.susi.util.Folder
-
Returns true, if folder shows points to the last page.
- isListening() - Method in class net.i2p.router.client.ClientListenerRunner
-
- isLocal(Destination) - Method in class net.i2p.router.client.ClientManager
-
- isLocal(Hash) - Method in class net.i2p.router.client.ClientManager
-
- isLocal(Destination) - Method in class net.i2p.router.client.ClientManagerFacadeImpl
-
Determine if the destination specified is managed locally.
- isLocal(Hash) - Method in class net.i2p.router.client.ClientManagerFacadeImpl
-
Determine if the destination specified is managed locally.
- isLocal(Destination) - Method in class net.i2p.router.ClientManagerFacade
-
Determine if the destination specified is managed locally.
- isLocal(Hash) - Method in class net.i2p.router.ClientManagerFacade
-
Determine if the destination hash specified is managed locally.
- isLocal(Hash) - Method in class net.i2p.router.DummyClientManagerFacade
-
- isLocal(Destination) - Method in class net.i2p.router.DummyClientManagerFacade
-
- isMaster() - Method in class i2p.susi.dns.AddressbookBean
-
- isMatch(I2NPMessage) - Method in interface net.i2p.router.MessageSelector
-
Returns true if the received message matches the selector
- isMatch(I2NPMessage) - Method in class net.i2p.router.networkdb.kademlia.FloodOnlyLookupSelector
-
- isMatch(I2NPMessage) - Method in class net.i2p.router.networkdb.kademlia.SearchMessageSelector
-
- isMatch(I2NPMessage) - Method in class net.i2p.router.networkdb.kademlia.StoreMessageSelector
-
- isMember(byte[]) - Method in class org.xlattice.crypto.filters.BloomSHA1
-
Is a key in the filter.
- isMember(byte[], int, int) - Method in class org.xlattice.crypto.filters.BloomSHA1
-
- isMethod(String) - Method in class org.cybergarage.http.HTTPRequest
-
- isName(String) - Method in class org.cybergarage.xml.Node
-
- IsNanoCompatible() - Method in interface freenet.support.CPUInformation.VIACPUInfo
-
- isNanoCompatible - Static variable in class freenet.support.CPUInformation.VIAInfoImpl
-
- IsNanoCompatible() - Method in class freenet.support.CPUInformation.VIAInfoImpl
-
- isNative() - Static method in class net.i2p.util.NativeBigInteger
-
- isNATPresent() - Method in class net.i2p.router.transport.UPnP
-
- isNMPRMode() - Method in class org.cybergarage.upnp.ControlPoint
-
- isNMPRMode() - Method in class org.cybergarage.upnp.Device
-
- isNotEmpty() - Method in class i2p.susi.dns.AddressbookBean
-
- isNotEmpty() - Method in class i2p.susi.dns.NamingServiceBean
-
- isNotifyRequest() - Method in class org.cybergarage.http.HTTPRequest
-
- isNotWindows - Static variable in class net.i2p.util.SecureDirectory
-
- isNTCPEnabled(RouterContext) - Static method in class net.i2p.router.transport.TransportManager
-
- isOn() - Static method in class org.cybergarage.util.Debug
-
- isOpen() - Method in class net.i2p.i2ptunnel.I2PTunnelTask
-
- isOpened() - Method in class org.cybergarage.http.HTTPServer
-
- isOutDirection() - Method in class org.cybergarage.upnp.Argument
-
- isOutputShutdown() - Method in class net.i2p.client.streaming.StandardSocket
-
- isOutputShutdown() - Method in class net.i2p.util.InternalSocket
-
- isPack200Supported() - Static method in class net.i2p.util.FileUtil
-
Public since 0.8.3
- IsPentium2Compatible() - Method in interface freenet.support.CPUInformation.IntelCPUInfo
-
- isPentium2Compatible - Static variable in class freenet.support.CPUInformation.IntelInfoImpl
-
- IsPentium2Compatible() - Method in class freenet.support.CPUInformation.IntelInfoImpl
-
- IsPentium3Compatible() - Method in interface freenet.support.CPUInformation.IntelCPUInfo
-
- isPentium3Compatible - Static variable in class freenet.support.CPUInformation.IntelInfoImpl
-
- IsPentium3Compatible() - Method in class freenet.support.CPUInformation.IntelInfoImpl
-
- IsPentium4Compatible() - Method in interface freenet.support.CPUInformation.IntelCPUInfo
-
- isPentium4Compatible - Static variable in class freenet.support.CPUInformation.IntelInfoImpl
-
- IsPentium4Compatible() - Method in class freenet.support.CPUInformation.IntelInfoImpl
-
- IsPentiumCompatible() - Method in interface freenet.support.CPUInformation.IntelCPUInfo
-
- isPentiumCompatible - Static variable in class freenet.support.CPUInformation.IntelInfoImpl
-
- IsPentiumCompatible() - Method in class freenet.support.CPUInformation.IntelInfoImpl
-
- IsPentiumMCompatible() - Method in interface freenet.support.CPUInformation.IntelCPUInfo
-
- isPentiumMCompatible - Static variable in class freenet.support.CPUInformation.IntelInfoImpl
-
- IsPentiumMCompatible() - Method in class freenet.support.CPUInformation.IntelInfoImpl
-
- IsPentiumMMXCompatible() - Method in interface freenet.support.CPUInformation.IntelCPUInfo
-
- isPentiumMMXCompatible - Static variable in class freenet.support.CPUInformation.IntelInfoImpl
-
- IsPentiumMMXCompatible() - Method in class freenet.support.CPUInformation.IntelInfoImpl
-
- isPluginRunning(String, RouterContext) - Static method in class net.i2p.router.web.PluginStarter
-
- isPostRequest() - Method in class org.cybergarage.http.HTTPRequest
-
- isPrefiltered() - Method in class i2p.susi.dns.AddressbookBean
-
Does the entries map contain only the lookup result,
or must we index into it?
- isPrefiltered() - Method in class i2p.susi.dns.NamingServiceBean
-
- isPrivate() - Method in class i2p.susi.dns.AddressbookBean
-
- isPubliclyRoutable() - Method in class net.i2p.router.transport.ntcp.NTCPAddress
-
- isPubliclyRoutable(String) - Static method in class net.i2p.router.transport.ntcp.NTCPAddress
-
- isPubliclyRoutable(byte[]) - Static method in class net.i2p.router.transport.TransportImpl
-
- isPublished() - Method in class i2p.susi.dns.AddressbookBean
-
- isQueryControl() - Method in class org.cybergarage.upnp.control.ControlRequest
-
- isRate(String) - Method in class net.i2p.stat.StatManager
-
is the given stat a monitored rate?
- isRequested() - Method in class org.klomp.snark.Piece
-
caller must synchronize
- isRequestedBy(Peer) - Method in class org.klomp.snark.Piece
-
Is peer requesting this piece?
Caller must synchronize
- isRequesting(int) - Method in class org.klomp.snark.Peer
-
- isRequesting(int) - Method in class org.klomp.snark.PeerState
-
- isRootDevice() - Method in class org.cybergarage.upnp.Device
-
- isRootDevice(String) - Static method in class org.cybergarage.upnp.device.NT
-
- isRootDevice(String) - Static method in class org.cybergarage.upnp.device.ST
-
- isRootDevice(String) - Static method in class org.cybergarage.upnp.device.USN
-
- isRootDevice() - Method in class org.cybergarage.upnp.ssdp.SSDPPacket
-
- isRouter() - Method in class i2p.susi.dns.AddressbookBean
-
- isRouterContext() - Method in class net.i2p.I2PAppContext
-
Use this instead of context instanceof RouterContext
- isRouterContext() - Method in class net.i2p.i2ptunnel.web.EditBean
-
- isRouterContext() - Method in class net.i2p.router.RouterContext
-
Use this instead of context instanceof RouterContext
- isRunnable() - Method in class org.cybergarage.util.ThreadCore
-
- isRunning() - Method in class net.i2p.router.networkdb.reseed.Reseeder.ReseedRunner
-
- isRunning() - Method in class net.i2p.router.tunnel.pool.BuildExecutor
-
- isRunning() - Method in class net.i2p.router.web.PluginUpdateChecker
-
- isRunning() - Method in class net.i2p.router.web.PluginUpdateHandler
-
- isRunning() - Method in class net.i2p.router.web.UpdateHandler.UpdateRunner
-
- isSaved() - Method in class i2p.susi.dns.ConfigBean
-
- isSCPDURL(String) - Method in class org.cybergarage.upnp.Service
-
- isSelectable(Hash) - Method in class net.i2p.router.peermanager.ProfileOrganizer
-
- isSendEvents() - Method in class org.cybergarage.upnp.StateVariable
-
- isServerTargetLinkValid(int) - Method in class net.i2p.i2ptunnel.web.IndexBean
-
Call this to see if it is ok to linkify getServerTarget()
- isService(String) - Method in class org.cybergarage.upnp.Service
-
- isServiceNode(Node) - Static method in class org.cybergarage.upnp.Service
-
- isSharedClient(int) - Method in class net.i2p.i2ptunnel.web.EditBean
-
- isShitlisted(Hash) - Method in class net.i2p.router.Shitlist
-
- isShitlisted(Hash, String) - Method in class net.i2p.router.Shitlist
-
- isShitlistedForever(Hash) - Method in class net.i2p.router.Shitlist
-
- isShutdown() - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
-
- isSOAPAction() - Method in class org.cybergarage.http.HTTPRequest
-
- isSOAPAction(String) - Method in class org.cybergarage.soap.SOAPRequest
-
- isStateVariableNode(Node) - Static method in class org.cybergarage.upnp.StateVariable
-
- isStopped() - Method in class org.klomp.snark.Snark
-
- isSubscribed(Service) - Method in class org.cybergarage.upnp.ControlPoint
-
- isSubscribed() - Method in class org.cybergarage.upnp.Service
-
- isSubscribeRequest() - Method in class org.cybergarage.http.HTTPRequest
-
- isSuccessful() - Method in class org.cybergarage.http.HTTPResponse
-
- isSuccessful(int) - Static method in class org.cybergarage.http.HTTPStatus
-
- isSuccessful() - Method in class org.cybergarage.http.HTTPStatus
-
- isUnreachable(Hash) - Method in interface net.i2p.router.transport.Transport
-
- isUnreachable(Hash) - Method in class net.i2p.router.transport.TransportImpl
-
- isUnsubscribeRequest() - Method in class org.cybergarage.http.HTTPRequest
-
- isUpdatedVersion(String, File) - Method in class net.i2p.crypto.TrustedUpdate
-
Verifies that the version of the given signed update file is newer than
currentVersion
.
- isURNDevice(String) - Static method in class org.cybergarage.upnp.device.ST
-
- isURNService(String) - Static method in class org.cybergarage.upnp.device.ST
-
- isUUIDDevice(String) - Static method in class org.cybergarage.upnp.device.ST
-
- isValid() - Method in class net.i2p.data.RouterInfo
-
Determine whether this router info is authorized with a valid signature
- isValid(byte[]) - Method in class net.i2p.router.transport.udp.UDPTransport
-
- isValidAnnounce(String) - Static method in class org.klomp.snark.TrackerClient
-
- isValidKey(String) - Static method in class net.i2p.addressbook.AddressBook
-
Do basic validation of the hostname
hostname was already converted to lower case by ConfigParser.parse()
- isValidTunnel(Hash, TunnelInfo) - Method in class net.i2p.router.DummyTunnelManagerFacade
-
- isValidTunnel(Hash, TunnelInfo) - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
-
- isValidTunnel(Hash, TunnelInfo) - Method in interface net.i2p.router.TunnelManagerFacade
-
Is a tunnel a valid member of the pool?
- isVerifyInProgress(Hash) - Method in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
-
- isWebAppRunning(String) - Static method in class net.i2p.router.web.WebAppStarter
-
- isWellIntegrated(Hash) - Method in class net.i2p.router.peermanager.ProfileOrganizer
-
- isWirelessMode() - Method in class org.cybergarage.upnp.Device
-
- isX64 - Static variable in class freenet.support.CPUInformation.CPUIDCPUInfo
-
- isXMLFileName(String) - Static method in class org.cybergarage.util.FileUtil
-
- iterator() - Method in class net.i2p.addressbook.AddressBook
-
Return an iterator over the addresses in the AddressBook.
- iterator() - Method in class net.i2p.addressbook.SubscriptionList
-
Return an iterator over the AddressBooks represented by the Subscriptions
in this SubscriptionList.
- iterator() - Method in class net.i2p.util.ConcurrentHashSet
-
- iterator() - Method in class net.metanotion.io.block.index.BSkipList
-
- iterator() - Method in class net.metanotion.util.skiplist.SkipList
-
- iterator() - Method in class org.klomp.snark.PeerCoordinatorSet
-
- itoh(int) - Static method in class org.xlattice.crypto.filters.BloomSHA1
-
convert 32-bit integer to String
- itoh(int) - Method in class org.xlattice.crypto.filters.KeySelector
-
- IV_LENGTH - Static variable in class net.i2p.router.tunnel.HopProcessor
-
- IV_SIZE - Static variable in class net.i2p.data.i2np.BuildRequestRecord
-
- IV_SIZE - Static variable in class net.i2p.router.transport.udp.UDPPacket
-
- IV_SIZE - Static variable in class net.i2p.router.tunnel.TrivialPreprocessor
-
- IVValidator - Interface in net.i2p.router.tunnel
-
Provide a generic interface for IV validation which may be implemented
through something as simple as a hashtable or more a complicated
bloom filter.