Package | Description |
---|---|
net.i2p.BOB |
BOB, the Basic Open Bridge, allows TCP applications to talk over I2P.
|
net.i2p.client.streaming |
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.
|
net.i2p.client.streaming.impl |
Implementation of a TCP-like (reliable, authenticated, in order) set of sockets for
communicating over the IP-like (unreliable, unauthenticated, unordered) I2P
messages.
|
net.i2p.i2ptunnel | |
net.i2p.i2ptunnel.irc | |
net.i2p.sam | |
org.klomp.snark |
Modifier and Type | Field and Description |
---|---|
I2PSocketManager |
TCPlistener.socketManager |
I2PSocketManager |
I2Plistener.socketManager |
Constructor and Description |
---|
I2Plistener(I2PServerSocket SS,
I2PSocketManager S,
NamedDB info,
NamedDB database,
Logger _log,
AtomicBoolean lives)
Constructor
|
TCPlistener(ServerSocket listener,
I2PSocketManager S,
NamedDB info,
NamedDB database,
Logger _log,
AtomicBoolean lives)
Constructor
|
TCPtoI2P(I2PSocketManager i2p,
Socket socket,
NamedDB info,
NamedDB database,
AtomicBoolean lives)
Constructor
|
Modifier and Type | Field and Description |
---|---|
protected I2PSocketManager |
AcceptingChannel._socketManager |
Modifier and Type | Method and Description |
---|---|
static I2PSocketManager |
I2PSocketManagerFactory.createDisconnectedManager(InputStream myPrivateKeyStream,
String i2cpHost,
int i2cpPort,
Properties opts)
Create a disconnected socket manager using the destination loaded from the given private key
stream, or null for a transient destination.
|
static I2PSocketManager |
I2PSocketManagerFactory.createManager()
Create a socket manager using a brand new destination connected to the
I2CP router on the local machine on the default port (7654).
|
static I2PSocketManager |
I2PSocketManagerFactory.createManager(InputStream myPrivateKeyStream)
Create a socket manager using the destination loaded from the given private key
stream and connected to the default I2CP host and port.
|
static I2PSocketManager |
I2PSocketManagerFactory.createManager(InputStream myPrivateKeyStream,
Properties opts)
Create a socket manager using the destination loaded from the given private key
stream and connected to the default I2CP host and port.
|
static I2PSocketManager |
I2PSocketManagerFactory.createManager(InputStream myPrivateKeyStream,
String i2cpHost,
int i2cpPort,
Properties opts)
Create a socket manager using the destination loaded from the given private key
stream and connected to the I2CP router on the specified machine on the given
port.
|
static I2PSocketManager |
I2PSocketManagerFactory.createManager(Properties opts)
Create a socket manager using a brand new destination connected to the
I2CP router on the local machine on the default port (7654).
|
static I2PSocketManager |
I2PSocketManagerFactory.createManager(String host,
int port)
Create a socket manager using a brand new destination connected to the
I2CP router on the specified host and port.
|
static I2PSocketManager |
I2PSocketManagerFactory.createManager(String i2cpHost,
int i2cpPort,
Properties opts)
Create a socket manager using a brand new destination connected to the
I2CP router on the given machine reachable through the given port.
|
I2PSocketManager |
I2PServerSocket.getManager()
Access the manager which is coordinating the server socket
|
Constructor and Description |
---|
AcceptingChannel(I2PSocketManager manager) |
I2PSocketEepGet(I2PAppContext ctx,
I2PSocketManager mgr,
int numRetries,
long minSize,
long maxSize,
String outputFile,
OutputStream outputStream,
String url) |
I2PSocketEepGet(I2PAppContext ctx,
I2PSocketManager mgr,
int numRetries,
String outputFile,
String url) |
Modifier and Type | Class and Description |
---|---|
class |
I2PSocketManagerFull
Centralize the coordination and multiplexing of the local client's streaming.
|
Modifier and Type | Method and Description |
---|---|
I2PSocketManager |
I2PServerSocketFull.getManager() |
Modifier and Type | Field and Description |
---|---|
protected I2PSocketManager |
I2PTunnelServer.sockMgr |
protected I2PSocketManager |
I2PTunnelClientBase.sockMgr |
Modifier and Type | Method and Description |
---|---|
protected I2PSocketManager |
I2PTunnelClientBase.buildSocketManager()
This may take a LONG time.
|
protected static I2PSocketManager |
I2PTunnelClientBase.buildSocketManager(I2PTunnel tunnel)
This may take a LONG time.
|
protected static I2PSocketManager |
I2PTunnelClientBase.buildSocketManager(I2PTunnel tunnel,
String pkf)
This may take a LONG time.
|
protected static I2PSocketManager |
I2PTunnelClientBase.buildSocketManager(I2PTunnel tunnel,
String pkf,
Logging log)
This may take a LONG time.
|
protected I2PSocketManager |
I2PTunnelClientBase.getSocketManager()
This is ONLY for shared clients.
|
protected static I2PSocketManager |
I2PTunnelClientBase.getSocketManager(I2PTunnel tunnel)
This is ONLY for shared clients.
|
protected static I2PSocketManager |
I2PTunnelClientBase.getSocketManager(I2PTunnel tunnel,
String pkf)
This is ONLY for shared clients.
|
Constructor and Description |
---|
I2PTunnelClientBase(int localPort,
Logging l,
I2PSocketManager sktMgr,
I2PTunnel tunnel,
EventDispatcher notifyThis,
long clientId)
This constructor always starts the tunnel (ignoring the i2cp.delayOpen option).
|
I2PTunnelHTTPBidirProxy(int localPort,
Logging l,
I2PSocketManager sockMgr,
I2PTunnel tunnel,
EventDispatcher notifyThis,
long clientId) |
I2PTunnelHTTPClient(int localPort,
Logging l,
I2PSocketManager sockMgr,
I2PTunnel tunnel,
EventDispatcher notifyThis,
long clientId)
This constructor always starts the tunnel (ignoring the i2cp.delayOpen option).
|
I2PTunnelHTTPClientBase(int localPort,
Logging l,
I2PSocketManager sktMgr,
I2PTunnel tunnel,
EventDispatcher notifyThis,
long clientId)
This constructor always starts the tunnel (ignoring the i2cp.delayOpen option).
|
I2PTunnelServer(InetAddress host,
int port,
I2PSocketManager sktMgr,
Logging l,
EventDispatcher notifyThis,
I2PTunnel tunnel)
Non-blocking
|
Constructor and Description |
---|
DCCClientManager(I2PSocketManager sktMgr,
Logging logging,
EventDispatcher dispatch,
I2PTunnel tunnel) |
I2PTunnelDCCClient(String dest,
int localPort,
int remotePort,
Logging l,
I2PSocketManager sktMgr,
EventDispatcher notifyThis,
I2PTunnel tunnel,
long clientId) |
I2PTunnelDCCServer(I2PSocketManager sktMgr,
Logging l,
EventDispatcher notifyThis,
I2PTunnel tunnel)
There's no support for unsolicited incoming I2P connections,
so there's no server host or port parameters.
|
Modifier and Type | Field and Description |
---|---|
protected I2PSocketManager |
SAMStreamSession.socketMgr |
Modifier and Type | Method and Description |
---|---|
I2PSocketManager |
I2PSnarkUtil.getSocketManager()
For FetchAndAdd
|