|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionOptions | |
---|---|
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. |
Uses of ConnectionOptions in net.i2p.client.streaming |
---|
Methods in net.i2p.client.streaming that return ConnectionOptions | |
---|---|
ConnectionOptions |
Connection.getOptions()
|
Methods in net.i2p.client.streaming with parameters of type ConnectionOptions | |
---|---|
Connection |
ConnectionManager.connect(Destination peer,
ConnectionOptions opts)
Build a new connection to the given peer. |
void |
Connection.setOptions(ConnectionOptions opts)
|
Constructors in net.i2p.client.streaming with parameters of type ConnectionOptions | |
---|---|
Connection(I2PAppContext ctx,
ConnectionManager manager,
SchedulerChooser chooser,
PacketQueue queue,
ConnectionPacketHandler handler,
ConnectionOptions opts)
|
|
ConnectionManager(I2PAppContext context,
I2PSession session,
int maxConcurrent,
ConnectionOptions defaultOptions)
|
|
ConnectionOptions(ConnectionOptions opts)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |