| Modifier and Type | Method and Description |
|---|---|
I2PSocketOptions |
I2PSocketManager.buildOptions()
Create a copy of the current options, to be used in a setDefaultOptions() call.
|
I2PSocketOptions |
I2PSocketManager.buildOptions(Properties opts)
Create a modified copy of the current options, to be used in a setDefaultOptions() call.
|
I2PSocketOptions |
I2PSocketManager.getDefaultOptions()
Current options, not a copy, setters may be used to make changes.
|
I2PSocketOptions |
I2PSocket.getOptions() |
| Modifier and Type | Method and Description |
|---|---|
I2PSocket |
I2PSocketManager.connect(net.i2p.data.Destination peer,
I2PSocketOptions options)
Create a new connected socket (block until the socket is created)
|
void |
I2PSocketManager.setDefaultOptions(I2PSocketOptions options)
Update the options on a running socket manager.
|
void |
I2PSocket.setOptions(I2PSocketOptions options)
Configure the socket
|