Package net.i2p.client.impl
Class DestReplyMessageHandler
- java.lang.Object
-
- net.i2p.client.impl.HandlerImpl
-
- net.i2p.client.impl.DestReplyMessageHandler
-
- All Implemented Interfaces:
I2CPMessageHandler
class DestReplyMessageHandler extends HandlerImpl
Handle I2CP dest replies from the router
-
-
Field Summary
-
Fields inherited from class net.i2p.client.impl.HandlerImpl
_context, _log
-
-
Constructor Summary
Constructors Constructor Description DestReplyMessageHandler(I2PAppContext ctx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleMessage(I2CPMessage message, I2PSessionImpl session)
-
Methods inherited from class net.i2p.client.impl.HandlerImpl
getType
-
-
-
-
Constructor Detail
-
DestReplyMessageHandler
public DestReplyMessageHandler(I2PAppContext ctx)
-
-
Method Detail
-
handleMessage
public void handleMessage(I2CPMessage message, I2PSessionImpl session)
-
-