Package net.i2p.client.impl
Class HostReplyMessageHandler
- java.lang.Object
-
- net.i2p.client.impl.HandlerImpl
-
- net.i2p.client.impl.HostReplyMessageHandler
-
- All Implemented Interfaces:
I2CPMessageHandler
class HostReplyMessageHandler extends HandlerImpl
Handle I2CP dest replies from the router- Since:
- 0.9.11
-
-
Field Summary
-
Fields inherited from class net.i2p.client.impl.HandlerImpl
_context, _log
-
-
Constructor Summary
Constructors Constructor Description HostReplyMessageHandler(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
-
HostReplyMessageHandler
public HostReplyMessageHandler(I2PAppContext ctx)
-
-
Method Detail
-
handleMessage
public void handleMessage(I2CPMessage message, I2PSessionImpl session)
-
-