Uses of Class
net.i2p.client.impl.I2PClientMessageHandlerMap
Packages that use I2PClientMessageHandlerMap
Package
Description
Implements the base I2P SDK for developing applications that communicate
through I2P.
-
Uses of I2PClientMessageHandlerMap in net.i2p.client.impl
Fields in net.i2p.client.impl declared as I2PClientMessageHandlerMapModifier and TypeFieldDescriptionprotected final I2PClientMessageHandlerMap
I2PSessionImpl._handlerMap
Methods in net.i2p.client.impl that return I2PClientMessageHandlerMapModifier and TypeMethodDescription(package private) I2PClientMessageHandlerMap
I2PSessionImpl.getHandlerMap()
For SubsessionsConstructors in net.i2p.client.impl with parameters of type I2PClientMessageHandlerMapModifierConstructorDescriptionprotected
I2PSessionImpl
(I2PAppContext context, Properties options, I2PClientMessageHandlerMap handlerMap) for extension by SimpleSession (no dest)protected
I2PSessionImpl2
(I2PAppContext context, Properties options, I2PClientMessageHandlerMap handlerMap) for extension by SimpleSession (no dest)