| Modifier and Type | Method and Description |
|---|---|
I2PSocket |
I2PServerSocket.accept()
Waits for the next socket connecting.
|
protected abstract I2PSocket |
AcceptingChannel.accept() |
I2PSocket |
I2PSocketManager.connect(net.i2p.data.Destination peer)
Create a new connected socket (block until the socket is created)
|
I2PSocket |
I2PSocketManager.connect(net.i2p.data.Destination peer,
I2PSocketOptions options)
Create a new connected socket (block until the socket is created)
|
| Modifier and Type | Method and Description |
|---|---|
Set<I2PSocket> |
I2PSocketManager.listSockets()
Retrieve a set of currently connected I2PSockets, either initiated locally or remotely.
|