Uses of Class
net.i2p.client.streaming.AcceptingChannel

Packages that use AcceptingChannel
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 AcceptingChannel in net.i2p.client.streaming
 

Subclasses of AcceptingChannel in net.i2p.client.streaming
(package private)  class AcceptingChannelImpl
          As this does not (yet) extend ServerSocketChannel it cannot be returned by StandardServerSocket.getChannel(), until we implement an I2P SocketAddress class.
 

Methods in net.i2p.client.streaming that return AcceptingChannel
 AcceptingChannel I2PServerSocketFull.getChannel()
           
 AcceptingChannel I2PServerSocket.getChannel()