Uses of package net.i2p.client.streaming
Package | Description |
---|---|
net.i2p.BOB |
BOB, the Basic Open Bridge, allows TCP applications to talk over I2P - DEPRECATED - Please port applications to SAMv3.
|
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.
|
net.i2p.i2ptunnel |
Implementation of preconfigured tunnels, both for clients and servers,
and a UI for adding more and editing the configuration.
|
net.i2p.i2ptunnel.access |
These classes are the implementation of a definition-based
incoming connection filter.
|
net.i2p.i2ptunnel.irc |
Filters for the IRC client tunnel, and DCC handlers.
|
net.i2p.i2ptunnel.localServer |
A very simple HTTP server, used only for css and images on HTTP client proxy error pages.
|
net.i2p.i2ptunnel.socks |
SOCKS 4, 4a, and 5 client tunnels.
|
net.i2p.sam |
The SAM client API.
|
org.klomp.snark |
I2P version of the snark bittorrent client, imported in 2005 and heavily enhanced
to add a web UI, DHT support, and other features.
|
-
Classes in net.i2p.client.streaming used by net.i2p.BOB Class Description I2PServerSocket Streaming server socket returned byI2PSocketManager.getServerSocket()
.I2PSocket Streaming socket returned byI2PSocketManager.connect(Destination)
.I2PSocketManager Centralize the coordination and multiplexing of the local client's streaming. -
Classes in net.i2p.client.streaming used by net.i2p.client.streaming Class Description AcceptingChannel As this does not (yet) extend ServerSocketChannel it cannot be returned by StandardServerSocket.getChannel(), until we implement an I2P SocketAddress class.I2PServerSocket Streaming server socket returned byI2PSocketManager.getServerSocket()
.I2PSocket Streaming socket returned byI2PSocketManager.connect(Destination)
.I2PSocket.SocketErrorListener Deprecated, unimplemented, does nothing.I2PSocketAddress A SocketAddress (Destination + port) so we can have SocketChannels.I2PSocketManager Centralize the coordination and multiplexing of the local client's streaming.I2PSocketManager.DisconnectListener I2PSocketOptions Define the configuration for streaming and verifying data on the socket.IncomingConnectionFilter Something that filters incoming streaming connections. -
Classes in net.i2p.client.streaming used by net.i2p.client.streaming.impl Class Description AcceptingChannel As this does not (yet) extend ServerSocketChannel it cannot be returned by StandardServerSocket.getChannel(), until we implement an I2P SocketAddress class.I2PServerSocket Streaming server socket returned byI2PSocketManager.getServerSocket()
.I2PSocket Streaming socket returned byI2PSocketManager.connect(Destination)
.I2PSocket.SocketErrorListener Deprecated, unimplemented, does nothing.I2PSocketManager Centralize the coordination and multiplexing of the local client's streaming.I2PSocketManager.DisconnectListener I2PSocketOptions Define the configuration for streaming and verifying data on the socket.IncomingConnectionFilter Something that filters incoming streaming connections.RouterRestartException An I2PException thrown from I2PServerSocket.accept() when the router is restarting. -
Classes in net.i2p.client.streaming used by net.i2p.i2ptunnel Class Description I2PServerSocket Streaming server socket returned byI2PSocketManager.getServerSocket()
.I2PSocket Streaming socket returned byI2PSocketManager.connect(Destination)
.I2PSocket.SocketErrorListener Deprecated, unimplemented, does nothing.I2PSocketException An I2P-specific IOException thrown from input and output streams, with a stored status code to be used for programmatic responses.I2PSocketManager Centralize the coordination and multiplexing of the local client's streaming.I2PSocketOptions Define the configuration for streaming and verifying data on the socket. -
Classes in net.i2p.client.streaming used by net.i2p.i2ptunnel.access Class Description IncomingConnectionFilter Something that filters incoming streaming connections.StatefulConnectionFilter A ConnectionFilter that may hold state, can be started and stopped -
Classes in net.i2p.client.streaming used by net.i2p.i2ptunnel.irc Class Description I2PSocket Streaming socket returned byI2PSocketManager.connect(Destination)
.I2PSocketManager Centralize the coordination and multiplexing of the local client's streaming. -
Classes in net.i2p.client.streaming used by net.i2p.i2ptunnel.localServer Class Description I2PSocketManager Centralize the coordination and multiplexing of the local client's streaming. -
Classes in net.i2p.client.streaming used by net.i2p.i2ptunnel.socks Class Description I2PSocket Streaming socket returned byI2PSocketManager.connect(Destination)
.I2PSocket.SocketErrorListener Deprecated, unimplemented, does nothing.I2PSocketOptions Define the configuration for streaming and verifying data on the socket. -
Classes in net.i2p.client.streaming used by net.i2p.sam Class Description I2PServerSocket Streaming server socket returned byI2PSocketManager.getServerSocket()
.I2PSocket Streaming socket returned byI2PSocketManager.connect(Destination)
.I2PSocketManager Centralize the coordination and multiplexing of the local client's streaming.I2PSocketManager.DisconnectListener -
Classes in net.i2p.client.streaming used by org.klomp.snark Class Description I2PServerSocket Streaming server socket returned byI2PSocketManager.getServerSocket()
.I2PSocket Streaming socket returned byI2PSocketManager.connect(Destination)
.I2PSocketManager Centralize the coordination and multiplexing of the local client's streaming.