Uses of Class
net.i2p.client.streaming.AcceptingChannel
-
Packages that use AcceptingChannel Package Description net.i2p.client.streaming API, interfaces, and factory for a TCP-like (reliable, authenticated, in order) set of sockets for communicating over the IP-like (unreliable, unauthenticated, unordered) I2P messages.net.i2p.client.streaming.impl 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 AcceptingChannel in net.i2p.client.streaming
Methods in net.i2p.client.streaming that return AcceptingChannel Modifier and Type Method Description AcceptingChannel
I2PServerSocket. getChannel()
Deprecated. -
Uses of AcceptingChannel in net.i2p.client.streaming.impl
Methods in net.i2p.client.streaming.impl that return AcceptingChannel Modifier and Type Method Description AcceptingChannel
I2PServerSocketFull. getChannel()
Deprecated.
-