Package | Description |
---|---|
net.i2p.BOB |
BOB, the Basic Open Bridge, allows TCP applications to talk over I2P.
|
net.i2p.client.streaming |
Implements 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.sam | |
org.klomp.snark |
Modifier and Type | Field and Description |
---|---|
I2PServerSocket |
TCPlistener.serverSocket |
I2PServerSocket |
I2Plistener.serverSocket |
Constructor and Description |
---|
I2Plistener(I2PServerSocket SS,
I2PSocketManager S,
NamedDB info,
NamedDB database,
Log _log,
AtomicBoolean lives)
Constructor
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
I2PServerSocketFull
Bridge to allow accepting new connections
|
(package private) class |
I2PServerSocketImpl
Deprecated.
use I2PServerSocketFull
|
Modifier and Type | Method and Description |
---|---|
I2PServerSocket |
I2PSocketManagerFull.getServerSocket() |
I2PServerSocket |
I2PSocketManager.getServerSocket() |
I2PServerSocket |
I2PSocketManagerImpl.getServerSocket()
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected I2PServerSocket |
I2PTunnelServer.i2pss |
Modifier and Type | Field and Description |
---|---|
protected I2PServerSocket |
SAMv3StreamSession.socketServer |
Modifier and Type | Method and Description |
---|---|
I2PServerSocket |
SAMv3StreamSession.getSocketServer() |
Modifier and Type | Method and Description |
---|---|
I2PServerSocket |
I2PSnarkUtil.getServerSocket() |
Modifier and Type | Method and Description |
---|---|
void |
ConnectionAcceptor.startAccepting(PeerCoordinatorSet set,
I2PServerSocket socket) |
Constructor and Description |
---|
ConnectionAcceptor(I2PSnarkUtil util,
I2PServerSocket serverSocket,
PeerAcceptor peeracceptor) |