Uses of Interface
net.i2p.client.I2PSessionListener
-
Packages that use I2PSessionListener 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 Interfaces and factories for the base I2P SDK used to develop applications that communicate through I2P.net.i2p.client.impl Implements the base I2P SDK for developing applications that communicate through I2P.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.udp A small API used by UDP tunnels.net.i2p.sam The SAM client API.org.klomp.snark.dht -
-
Uses of I2PSessionListener in net.i2p.BOB
Classes in net.i2p.BOB that implement I2PSessionListener Modifier and Type Class Description classUDPIOthreadDeprecated.incomplete, unused -
Uses of I2PSessionListener in net.i2p.client
Subinterfaces of I2PSessionListener in net.i2p.client Modifier and Type Interface Description interfaceI2PSessionMuxedListenerDefine a means for the router to asynchronously notify the client that a new message is available or the router is under attack.Methods in net.i2p.client with parameters of type I2PSessionListener Modifier and Type Method Description voidI2PSession. addSessionListener(I2PSessionListener lsnr, int proto, int port)Listen on specified protocol and port.voidI2PSession. setSessionListener(I2PSessionListener lsnr)Instruct the I2PSession where it should send event notifications WARNING: It is recommended that you use a method that specifies the protocol and ports. -
Uses of I2PSessionListener in net.i2p.client.impl
Classes in net.i2p.client.impl that implement I2PSessionListener Modifier and Type Class Description classI2PSessionDemultiplexerImplement multiplexing with a 1-byte 'protocol' and a two-byte 'port'.Fields in net.i2p.client.impl declared as I2PSessionListener Modifier and Type Field Description protected I2PSessionListenerI2PSessionImpl. _sessionListenerwho we send events toMethods in net.i2p.client.impl with parameters of type I2PSessionListener Modifier and Type Method Description voidI2PSessionDemultiplexer. addListener(I2PSessionListener l, int proto, int port)For those that don't need to hear about the protocol and ports in messageAvailable() (Streaming lib)voidI2PSessionImpl2. addSessionListener(I2PSessionListener lsnr, int proto, int port)voidI2PSessionMuxedImpl. addSessionListener(I2PSessionListener lsnr, int proto, int port)Listen on specified protocol and port.voidI2PSessionImpl. setSessionListener(I2PSessionListener lsnr)configure the listenervoidI2PSessionMuxedImpl. setSessionListener(I2PSessionListener lsnr)listen on all protocols and ports -
Uses of I2PSessionListener in net.i2p.client.streaming.impl
Classes in net.i2p.client.streaming.impl that implement I2PSessionListener Modifier and Type Class Description (package private) classMessageHandlerReceive raw information from the I2PSession and turn it into Packets, if we can. -
Uses of I2PSessionListener in net.i2p.i2ptunnel.udp
Classes in net.i2p.i2ptunnel.udp that implement I2PSessionListener Modifier and Type Class Description protected classI2PSource.Listener -
Uses of I2PSessionListener in net.i2p.sam
Classes in net.i2p.sam that implement I2PSessionListener Modifier and Type Class Description (package private) classPrimarySessionA session that does nothing, but implements interfaces for raw, datagram, and streaming for convenience. -
Uses of I2PSessionListener in org.klomp.snark.dht
Classes in org.klomp.snark.dht that implement I2PSessionListener Modifier and Type Class Description classKRPCStandard BEP 5 Mods for I2P:
-