- ping(Destination, long) - Method in interface net.i2p.client.streaming.I2PSocketManager
-
Ping the specified peer, returning true if they replied to the ping within
the timeout specified, false otherwise.
- ping(Destination, int, int, long) - Method in interface net.i2p.client.streaming.I2PSocketManager
-
Ping the specified peer, returning true if they replied to the ping within
the timeout specified, false otherwise.
- ping(Destination, int, int, long, byte[]) - Method in interface net.i2p.client.streaming.I2PSocketManager
-
Ping the specified peer, returning true if they replied to the ping within
the timeout specified, false otherwise.
- PROP_BUFFER_SIZE - Static variable in interface net.i2p.client.streaming.I2PSocketOptions
-
How much data will we accept that hasn't been written out yet.
- PROP_CONNECT_TIMEOUT - Static variable in interface net.i2p.client.streaming.I2PSocketOptions
-
How long wait for the ACK from a SYN, in milliseconds.
- PROP_MANAGER - Static variable in class net.i2p.client.streaming.I2PSocketManagerFactory
-
Deprecated.
- PROP_READ_TIMEOUT - Static variable in interface net.i2p.client.streaming.I2PSocketOptions
-
How long to block on read.
- PROP_WRITE_TIMEOUT - Static variable in interface net.i2p.client.streaming.I2PSocketOptions
-
How long to block on write/flush