Uses of Class
net.i2p.client.streaming.impl.SchedulerImpl

Packages that use SchedulerImpl
Package
Description
Implementation of a TCP-like (reliable, authenticated, in order) set of sockets for communicating over the IP-like (unreliable, unauthenticated, unordered) I2P messages.
  • Uses of SchedulerImpl in net.i2p.client.streaming.impl

    Modifier and Type
    Class
    Description
    (package private) class 
    Scheduler used for after both sides have had their close packets ACKed, but the final timeout hasn't passed.
    (package private) class 
    Scheduler used for after both SYNs have been ACKed and both sides have closed the stream, but either we haven't ACKed their close or they haven't ACKed ours.
    (package private) class 
    Scheduler used for after our SYN has been sent and ACKed but one (or more) sides haven't closed the stream yet.
    (package private) class 
    Scheduler used once we've sent our SYN but it hasn't been ACKed yet.
    (package private) class 
    Scheduler used for after the final timeout has passed or the connection was reset.
    (package private) class 
    Scheduler used after we've locally done a hard disconnect, but the final timeout hasn't passed.
    (package private) class 
    Scheduler used for locally created connections where we have not yet sent the initial SYN packet.
    (package private) class 
    Scheduler used after receiving an inbound connection but before we have sent our own SYN.