Package net.i2p.client.impl
Class MessagePayloadMessageHandler
- java.lang.Object
-
- net.i2p.client.impl.HandlerImpl
-
- net.i2p.client.impl.MessagePayloadMessageHandler
-
- All Implemented Interfaces:
I2CPMessageHandler
class MessagePayloadMessageHandler extends HandlerImpl
Handle I2CP MessagePayloadMessages from the router delivering the contents of a message by accepting it, decrypting the payload, adding it to the set of recieved messages, and telling the router that it has been recieved correctly. We don't really decrypt (no more end-to-end crypto)- Author:
- jrandom
-
-
Field Summary
-
Fields inherited from class net.i2p.client.impl.HandlerImpl
_context, _log
-
-
Constructor Summary
Constructors Constructor Description MessagePayloadMessageHandler(I2PAppContext context)
-
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
-
MessagePayloadMessageHandler
public MessagePayloadMessageHandler(I2PAppContext context)
-
-
Method Detail
-
handleMessage
public void handleMessage(I2CPMessage message, I2PSessionImpl session)
-
-