Uses of Class
net.i2p.I2PException
Package
Description
Interfaces and factories for
the base I2P SDK used to develop applications that communicate
through I2P.
Implements the base I2P SDK for developing applications that communicate
through I2P.
API, interfaces, and factory for a TCP-like (reliable, authenticated, in order) set of sockets for
communicating over the IP-like (unreliable, unauthenticated, unordered) I2P
messages.
Implementation of a TCP-like (reliable, authenticated, in order) set of sockets for
communicating over the IP-like (unreliable, unauthenticated, unordered) I2P
messages.
These classes define the common data structures used by the various
I2P protocols.
The Invisible Internet Client Protocol (I2CP) allows applications simplified access to
the I2P network without requiring them to deal with the issues involved with the
Invisible Internet Network Protocol (I2NP).
This package defines the low-level messages sent between routers,
called the Invisible Internet Network Protocol (I2NP).
Implementation of preconfigured tunnels, both for clients and servers,
and a UI for adding more and editing the configuration.
DH key generation.
The SAM client API.
-
Uses of I2PException in net.i2p.client
Modifier and TypeClassDescriptionclass
Thrown when there is a problem doing something on the sessionModifier and TypeMethodDescriptionI2PClient.createDestination
(OutputStream destKeyStream) Create a new destination with the default certificate creation properties and store it, along with the private encryption and signing keys at the specified location Caller must close stream.I2PClient.createDestination
(OutputStream destKeyStream, SigType type) Create a destination with the given signature type.I2PClient.createDestination
(OutputStream destKeyStream, Certificate cert) Create a new destination with the given certificate and store it, along with the private encryption and signing keys at the specified location Caller must close stream.I2PSimpleClient.createDestination
(OutputStream destKeyStream) Deprecated.Don't do thisI2PSimpleClient.createDestination
(OutputStream destKeyStream, SigType type) Deprecated.Don't do thisI2PSimpleClient.createDestination
(OutputStream destKeyStream, Certificate cert) Deprecated.Don't do this -
Uses of I2PException in net.i2p.client.impl
Modifier and TypeMethodDescriptionI2PClientImpl.createDestination
(OutputStream destKeyStream) Create a destination with a DSA 1024/160 signature type and a null certificate.I2PClientImpl.createDestination
(OutputStream destKeyStream, SigType type) Create a destination with the given signature type.I2PClientImpl.createDestination
(OutputStream destKeyStream, Certificate cert) Create the destination with the given payload and write it out along with the PrivateKey and SigningPrivateKey to the destKeyStream If cert is a KeyCertificate, the signing keypair will be of the specified type. -
Uses of I2PException in net.i2p.client.streaming
Modifier and TypeClassDescriptionclass
An I2PException thrown from I2PServerSocket.accept() when the router is restarting.Modifier and TypeMethodDescriptionprotected abstract I2PSocket
AcceptingChannel.accept()
I2PServerSocket.accept()
Waits for the next socket connecting.void
I2PServerSocket.close()
Closes the socket.I2PSocketManager.connect
(Destination peer) Create a new connected socket (block until the socket is created)I2PSocketManager.connect
(Destination peer, I2PSocketOptions options) Create a new connected socket (block until the socket is created) -
Uses of I2PException in net.i2p.client.streaming.impl
Modifier and TypeClassDescriptionclass
We attempted to have more open streams than we are willing to put up withModifier and TypeMethodDescriptionI2PServerSocketFull.accept()
Waits for the next socket connecting.I2PSocketManagerFull.connect
(Destination peer) Create a new connected socket.I2PSocketManagerFull.connect
(Destination peer, I2PSocketOptions options) Create a new connected socket.(package private) void
ConnectionPacketHandler.receivePacket
(Packet packet, Connection con) distribute a packet to the connection specifiedI2PSocketManagerFull.receiveSocket()
The accept() call. -
Uses of I2PException in net.i2p.data
Modifier and TypeClassDescriptionclass
Thrown when the data was not available to read or write a DataStructureModifier and TypeMethodDescriptionPrivateKeyFile.createIfAbsent()
Create with the default signature type if nonexistent.PrivateKeyFile.createIfAbsent
(SigType type) Create with the specified signature type if nonexistent. -
Uses of I2PException in net.i2p.data.i2cp
Modifier and TypeClassDescriptionclass
Represent an error serializing or deserializing a message -
Uses of I2PException in net.i2p.data.i2np
Modifier and TypeClassDescriptionclass
Represent an error serializing or deserializing an APIMessage -
Uses of I2PException in net.i2p.i2ptunnel
Modifier and TypeMethodDescriptionI2PTunnelClientBase.createI2PSocket
(Destination dest) Create a new I2PSocket towards to the specified destination, adding it to the list of connections actually managed by this tunnel.I2PTunnelClientBase.createI2PSocket
(Destination dest, int port) Create a new I2PSocket towards to the specified destination, adding it to the list of connections actually managed by this tunnel.I2PTunnelClientBase.createI2PSocket
(Destination dest, I2PSocketOptions opt) Create a new I2PSocket towards to the specified destination, adding it to the list of connections actually managed by this tunnel. -
Uses of I2PException in net.i2p.router.transport.crypto
Modifier and TypeClassDescriptionstatic class
-
Uses of I2PException in net.i2p.sam
Modifier and TypeMethodDescriptionvoid
SAMv3StreamSession.accept
(SAMv3Handler handler, boolean verbose) Accept a single incoming STREAM on the socket stolen from the handler.void
PrimarySession.connect
(SAMv3Handler handler, String dest, Properties props) boolean
SAMStreamSession.connect
(int id, String dest, Properties props) Connect the SAM STREAM session to the specified Destinationvoid
SAMv3StreamSession.connect
(SAMv3Handler handler, String dest, Properties props) Connect the SAM STREAM session to the specified Destination for a single connection, using the socket stolen from the handler.