Uses of Interface
net.i2p.client.streaming.I2PSocket.SocketErrorListener
Packages that use I2PSocket.SocketErrorListener
Package
Description
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.
Implementation of a TCP-like (reliable, authenticated, in order) set of sockets for 
communicating over the IP-like (unreliable, unauthenticated, unordered) I2P
messages.
Implementation of preconfigured tunnels, both for clients and servers,
and a UI for adding more and editing the configuration.
SOCKS 4, 4a, and 5 client tunnels.
- 
Uses of I2PSocket.SocketErrorListener in net.i2p.client.streaming
Methods in net.i2p.client.streaming with parameters of type I2PSocket.SocketErrorListenerModifier and TypeMethodDescriptionvoidI2PSocket.setSocketErrorListener(I2PSocket.SocketErrorListener lsnr) Deprecated, unimplemented, does nothing - 
Uses of I2PSocket.SocketErrorListener in net.i2p.client.streaming.impl
Methods in net.i2p.client.streaming.impl with parameters of type I2PSocket.SocketErrorListenerModifier and TypeMethodDescriptionvoidI2PSocketFull.setSocketErrorListener(I2PSocket.SocketErrorListener lsnr) Deprecated, unimplemented, does nothing - 
Uses of I2PSocket.SocketErrorListener in net.i2p.i2ptunnel
Classes in net.i2p.i2ptunnel that implement I2PSocket.SocketErrorListenerModifier and TypeClassDescriptionclassOverride the response with a stream filtering the HTTP headers received.classA thread that starts one more thread if keepAliveSocket is false, to forward traffic in each direction. - 
Uses of I2PSocket.SocketErrorListener in net.i2p.i2ptunnel.socks
Methods in net.i2p.i2ptunnel.socks with parameters of type I2PSocket.SocketErrorListenerModifier and TypeMethodDescriptionvoidSocketWrapper.setSocketErrorListener(I2PSocket.SocketErrorListener lsnr) Deprecated, unimplemented, does nothing